OGame Redesign: Fleet Contents

By Vess Last update Nov 24, 2012 — Installed 13,315 times.

Little bug

in
Subscribe to Little bug 2 posts, 2 voices



LPuNKT Scriptwright
FirefoxWindows

If u select a fleet in first dispatch fleet, click next to go to the second page and then u click again in the planet icon (from the list of planets) u are now at the first dispatch fleet page with a list of the available ships (even u havent all of them) and without any ship selected, but your list of fleet is visible and with texts.

if u try the same action in ogame 3.0.1 u have the same result.

1.- click on planet or moon (list of colonies, myPlanets or myWorlds)
2.- go to fleet dispatch
3.- select a fleet
4.- click next (u are now on second dispatch fleet page)
5.- click again on planet (in the same list) (u are again on first dispath fleet page)

I suppose than u didnt erase first the localstorage information ... i dont know how fix it because JSON script ..

Another thing .. atBottom isnt use in all code .. i supose u erase his functionality at the last version

 
Vess Script's Author
FirefoxWindows

The atBottom constant is actually a poor man's configuration option - since Greasemonkey does not provide any script configuration APIs and I don't feel like drawing manually config dialogs, as AntiGame does. But if you set this constant to true, the place where the contents of the fleet appears on the page will change.

Regarding the rest, it's actually an OGame bug. If you perform the actions described in your message and then look at the address field of the browser, you'll see that it still says "page=fleet2", despite the fact that you are on the first fleet dispatch page. So, my script thinks that it is on the second fleet dispatch page - where it should list the contents of the fleet.

However, I think I know how to code around this OGame bug... Let me try a few things...