Search Results

Search results 41-49 of 49.

  • Battle algorithm

  • AGO external access

    Dark Sky - - Archive [Bugs&Questions]

    Post

    is it possible to access the local file system via add-on? if yes, couldn't you just read the raw ago data from the sqlite databases in C:\Users\xxx\AppData\Roaming\Mozilla\Firefox\Profiles\yyy\storage\permanent\chrome\idb (asuming Mozilla Firefox is used)?

  • yes, fetching the eventlist generates activity and you get a * in galaxy view on the current planet. i think any call to index.php? generates activity as long as the "page=" argument is valid. (page=eventList in your case)

  • OGame API

    Dark Sky - - OGame API

    Post

    you can convert the timestamp to a date for example on onlineconversion.com/unix_time.htm your timestamp corresponds to this date : Tue, 21 Apr 2015 11:42:37 GMT . the update interval should be exactly 7 days so the next api update should be around 28th of april, 11:42 GMT.

  • OGame API

    Dark Sky - - OGame API

    Post

    open the api file. at the beginning there is a timestamp of the last update

  • Battle algorithm

    Dark Sky - - Archive [Bugs&Questions]

    Post

    a quick translation from the german ogame wiki 1. initialize ships stats with your research levels 2. each round ( 6 rounds max) - fill up shields - every unit fires one shot. shooting order like appearance in the CR. the target is random. --- shield of target absorbs as much damage as possible. if the total damage is less than 1% of shield capacity, the damage is ignored and shield amount does not change. --- remaining damage reduces the target's armour. --- if target's armour is damaged by mor…

  • so, how did you fix it?

  • you don't just get 50% of the resources. the plunder also depends on the available cargo space and the ratio between met / crys / deut on the planet. how to calculate plunder: 1. fill 1/3 of capacity with met 2. 1/2 of the remaining capacity is filled with crystal 3. fill the rest with deuterium 4. if there is still capacity left, 1/2 of it is filled with metall again 5. the remaining capacity is filled with crystal e.g, if there is only metal on a planet, only 2/3 of the cargo capacity is used …

  • it's propably easy to fix for someone familiar with firefox addon development. if I understood it correctly, all you need to do is create a "secure" clone of the API object via cloneInto so the other scripts which run with a lower privilege can access the functions. however, i could not find out where and how to call the clone function