Simple alchemy macro issues

Big D

Expert
Hello Guys,

Im facing a problem in my alchemy macro in Razor, although I read a tutorial from a post from 3 years ago on how to fix it, I simple can't ...

When I create a macro to simple make me greater poison potions, when the mortar and pestle worn off, the macro stops and in Razor appears a message of: Waiting ... Timeoff of about 10 minutes ...

Based on what I read, this is related to a gump issue, and the guide told I should add an Edit time out of 3s for both gumps ... But razor keeps stopping the macro as soon the mortar and pestle worn off.

Below is the macro I am using, it's really simple and it would be great for me, only if it would have been working ... haha ...

Could someone tell me what is wrong on it and how can I fix it? I've tried everything =/

Alchemy Macro:

Double click (Mortal and pestle (0E9B))
Wait for Gump (Any) - I've edited timeout to 3s
GumpResponse (Button 21)
Wait for Gump (Any) - I've edited timeout to 3s

Thanks a lot guys !
 

Yoko Kurama

Master
change your "wait for gump" ...I have 1.5 on line 2, 2.5 on line 4
change your double click to "click by type" and click a mortar and pestle

Also, my macro has greater poison as 16.


Double click (Mortal and pestle (0E9B))
Pause 1.5 seconds
GumpResponse (Button 16)
Pause 2.5 seconds


Did you click the box for loop?
 

Big D

Expert
OMG now its FINALLY working, looks like I should have deleted that second wait for gump line, now it doesn't stop the loop when the mortal worns off. Thank you VERY much @Yoko Kurama =) !
 
Top