|
|
Hi overthere.
I am looking for a script that can run on greasemonkey while i'm on ogame and the task for that script is to walk throug players satistics. Can anyone help me please. |
|
|
It doesn't sound too hard to write a script to 'walk through player statistics', but in my opinion, it would probably be more useful if it did something with those statistics...any ideas? -Joel |
|
|
for that you have galaxytool, thats why I need the script because I've got already a script to walk throug the galaxies automatacly
|
|
|
it's simple, the script only needs a preference to store the last range visited, so the script whould do something like this: 1: search for the dropbox (xpath is probably better)
now it should move to the next range automatically now you only new a check for the last element or first, depending on what you want to do when the script reaches the last page |
|
|
Thanks void
I tried to use the code of the script Ogame Galaxy return, but I don't know whats missisng.... |
|
|
do you know the expression looking at a palace?
|
|
|
script done: http://userscripts.org/scripts/show/11384
i used a different approach from what i said before, and in the end i even "cheated" a lit bit because the script wasn't responding like i wanted and instead of searching for the small answer i did one that i knew it was going to work but adds more junk to the script... |