Search found 6 matches

by ssjmaz
Wed Aug 17, 2011 8:33 pm
Forum: iMacros for Firefox
Topic: Loop script until...
Replies: 22
Views: 17928

Re: Loop script until...

I used the REGEXP "Level: ([5-9][0-9])" and still nothing , to test it easier i modified the the level into ([1-9][0-9]) so it would stop when a level 11 or 12 pokemon would appear because it's more common, and it just continues the macro. This is how my macro looks: http://pastebin.com/Z6...
by ssjmaz
Wed Aug 17, 2011 3:54 pm
Forum: iMacros for Firefox
Topic: Loop script until...
Replies: 22
Views: 17928

Re: Loop script until...

Would it be possible to click an image(the down arrow) 24 times and then to click another image (up arrow) another 24 times? Also i tested this macro TAG POS=1 TYPE=IMG ATTR=SRC:http://static.pokemonvortex.org/images/maps/arrows/arrowup.gif SET !ERRORIGNORE YES SEARCH SOURCE=REGEXP:"Level: ([4-...
by ssjmaz
Tue Aug 16, 2011 10:35 am
Forum: iMacros for Firefox
Topic: Loop script until...
Replies: 22
Views: 17928

Re: Loop script until...

In firefox i'm getting the same error as my previous posts.
"SyntaxError: unknown command: WHILE, line: 1 (Error code: -910)

When i try to run this macro in iMacros browser it doesn't do anything i click play and nothing really happens.
by ssjmaz
Mon Aug 15, 2011 9:17 am
Forum: iMacros for Firefox
Topic: Loop script until...
Replies: 22
Views: 17928

Re: Loop script until...

The website is: www.pokemonvortex.org and i need a macro for the map part to find legendary pokemons , the macro needs to click on the move button and when it encounters a legendary pokemon should stop , normal pokemon have a level between 8 and 15 and legendary pokemons have a level between 50 and ...
by ssjmaz
Sun Aug 14, 2011 2:12 pm
Forum: iMacros for Firefox
Topic: Loop script until...
Replies: 22
Views: 17928

Re: Loop script until...

This is my code: while (extracted >=1<=10) { iimPlay("CODE: TAB T=1 TAG POS=1 TYPE=IMG ATTR=SRC:button.gif wait seconds=1") iimPlay("CODE: Level: :* EXTRACT=TXT") extracted = iimGetLastExtract (extracted) } And i get error: "SyntaxError: unknown command: WHILE, line: 1 (Erro...
by ssjmaz
Sat Aug 13, 2011 5:27 pm
Forum: iMacros for Firefox
Topic: Loop script until...
Replies: 22
Views: 17928

Loop script until...

I'm on a website with javascript and i use imacros to click on a certain button, this i solved, easy enough, but i want the script to stop when a number appears and it's a number between to values lets say the script should stop if in a certain zone of the website a number between 1 and 10 should ap...