Galaxy Legion Forum http://galaxylegion.com/forum/ |
|
Energy Cores http://galaxylegion.com/forum/viewtopic.php?f=5&t=17548 |
Page 1 of 1 |
Author: | LordK [ Wed Dec 14, 2011 2:35 pm ] |
Post subject: | Energy Cores |
Hello, i may be hated for this! but it actually make small deck too powerfull at low level!!!! When you unequip (not sell!) energy cores they will still fill. so if you have 100 max energy and would have 200 total energy with cores. you just have to unequip some modules (except conduits or any modules related to energy) and equip your core... MAGIC you just have 200 energy instead of the 100 you should have. (This must be done BEFORE using energy) i think it because when you log back, the game will calculate the energy you would have produced since last log-on and will credit it to you. for example, you would have produced 250 energy overnight, it will show 100 max energy, but written 250 in memory. When you attack someone, it will write 100-5 = 95 in memory. If you unequip a conduit, it will write 100 in memory. but if you re-equip a core, it will not change memory, and just edit MAX energy (you still have 250 energy) i think one of the safeguard is missing in the code. |
Author: | Pertominus [ Wed Dec 14, 2011 3:10 pm ] |
Post subject: | Re: Energy Cores |
unfortunately these games aren't designed like that.... if you want more energy it has to be at the cost of something else (defense, attack, cloak or scan) so sadly -1 |
Author: | Darth Flagitious [ Wed Dec 14, 2011 3:21 pm ] |
Post subject: | Re: Energy Cores |
If I understand this right, you think the energy cores should charge while uninstalled? It doesn't work that way, nor should it. Think of it like this: your car won't go if its gas tank is taken off and put in your garage. You have to put it back on and fill it up first. |
Author: | RigorMortis [ Wed Dec 14, 2011 4:43 pm ] |
Post subject: | Re: Energy Cores |
No, I'm pretty certain I know what he says. The game can credit over maximum energy. As an example, I have 90 energy. There have been multiple times when I have been able to hack or comm people without my energy changing at all. I am pretty certain what he is saying is that if you leave for the night with no cores equipped and you have an energy charge rate good enough to fill up the energy you WOULD have with cores equipped, log on, and do nothing other than unequipping enough modules to equip the cores, your energy would go from 100 to whatever the maximum is with the cores on (as in the amount of usable energy you have, not the total possible energy). |
Author: | Darth Flagitious [ Wed Dec 14, 2011 4:49 pm ] |
Post subject: | Re: Energy Cores |
RigorMortis wrote: There have been multiple times when I have been able to hack or comm people without my energy changing at all. That's a known glitch (comming free at max energy) and a couple people (Commonwealth and Baltar) got booted for abusing it by spam-comming each other. I'd recommend being careful doing that. |
Author: | RigorMortis [ Wed Dec 14, 2011 4:56 pm ] |
Post subject: | Re: Energy Cores |
Darth Flagitious wrote: RigorMortis wrote: There have been multiple times when I have been able to hack or comm people without my energy changing at all. That's a known glitch (comming free at max energy) and a couple people (Commonwealth and Baltar) got booted for abusing it by spam-comming each other. I'd recommend being careful doing that. I don't try to do it. The only time I ever end up doing it is when I log on and I have been disabled (usually by people way over my rank) for badging one of their members. And that's only 50-50 depending on if the guy who alerted me tried to kill me first, in which case I usually kill them and then send my comms. Regardless, I think it would appear to be related to that. |
Author: | Tree7304 [ Wed Dec 14, 2011 7:11 pm ] |
Post subject: | Re: Energy Cores |
You can do the same thing with Ion Pulse Ballistae. Your energy will fill that -40 so if the first thing you do is uninstall them, you will get that extra 40 energy. But only if there was enough time for your recharge to get that energy normally. |
Author: | RigorMortis [ Wed Dec 14, 2011 7:14 pm ] |
Post subject: | Re: Energy Cores |
Tree7304 wrote: You can do the same thing with Ion Pulse Ballistae. Your energy will fill that -40 so if the first thing you do is uninstall them, you will get that extra 40 energy. But only if there was enough time for your recharge to get that energy normally. Yeah, I think that's what he's talking about with cores. So if you only would have generated your unbuffed maximum energy while offline, the cores wouldn't make a difference anyway. |
Author: | LordK [ Wed Dec 14, 2011 7:30 pm ] |
Post subject: | Re: Energy Cores |
(For the first 2 posters.... : HEY GUYS THIS IS NOT SUGGESTION AREA!!! THIS IS ISSUE AND SUPPORT AKA BUGS AND EXPLOIT!!!!!! i am not suggesting that core should charge while unequiped and offline!! i am reporting that cores are charging while unequiped and offline) now if dan cares here the in-depth : in the code there are (probably) 2 variable : - Current_energy - Max_energy whenever you do something related to energy it will (should) check this BEFORE doing any action: if Current_energy > Max_energy then current_energy = max_energy (this is the safeguard i am talking about) it work when you : - BUY cores - equip/buy/unequip conduits - attack, scan, invade, etc it does not work when you : - EQUIP cores !!!!! (- from what rigormortis says, it seems hacking/comm does not check too) therefore if you keep your cores unequiped all the time which benefit your deck (and also damage cap!!!all but noobs know less deck = less damage taken), and only equip your cores after long period of inactivity (sleep?), instead of beind disabled you are still alive and have some extra energy that you should NOT have!!! I recommand that you are using something (at school we call them triggers) to cross check max energy and current energy when any of the 2 have an UPDATE (guess no INSERT or DELETE or else it would be dramatic lol!). and write this : if Current_energy > Max_energy then current_energy = max_energy regards |
Author: | LordK [ Wed Dec 14, 2011 7:36 pm ] |
Post subject: | Re: Energy Cores |
basicaly there is integrity problem in your database because you are not using triggers : http://en.wikipedia.org/wiki/Database_trigger you may like wikipedia or not, but integrity of a database is very important... edit, or you could make an object that will handle both max & current energy. so everytime you touch energy it will check it. but this would require a lot of change, bring a lot of bugs, while triggers is native to all database and require just about 5 minute to configure. |
Page 1 of 1 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |