script request for ogame stats

Subscribe to script request for ogame stats 7 posts, 3 voices

 
Daniel MG User

Hi overthere.
I don't know anything of programing, so there by I ask for help to the scriptwhriters of this forum.

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.

 
Joel H Scriptwright

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

 
Daniel MG User

for that you have galaxytool, thats why I need the script because I've got already a script to walk throug the galaxies automatacly
and i need one for the statistics to update the galaxytool data base.

 
vOidSenses Scriptwright

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)
2: save in the "preference value" the index of the selected element in the dropbox
3: use the respective DOM propertie to change the selection ("preference value"+1)

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

 
Daniel MG User

Thanks void
I will try, but my problem is that I don“t know anything of programing scripts:(
that's I had ask you to help me.
At first, the only thing I need it to do, is to just pass the stats plyers stas, independently if it is on players/ aliances or points/ ships/ research.

I tried to use the code of the script Ogame Galaxy return, but I don't know whats missisng....

 
Daniel MG User

do you know the expression looking at a palace?
I thik it's me looking at script codes....
can anyone help me?

 
vOidSenses Scriptwright

script done: http://userscripts.org/scripts/show/11384
please let me know what you think

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...