So I have openkore running in xcore (the only way i can get it to run) so I have to have the client open too.
Anywho, got the macro plugin off the wiki because it looks like the only real way to do anything. I did some googleing and found a macro someone made to automatically use a warp NPC when it was needed to get to a dungeon. I attempted to apply the same concept to going and buying meat. I immediatly hit one HUGE problem. It doesn't wait for one command to finish before starting another. Example:
do move 42 126 pay_arche
pause 1.5
do talknpc 43 123 r1
pause 1.5
do move 66 122 prontera
this will start to move towards the npc, wait 1.5 seconds, try to talk to the npc, wait 1.5 seconds and then start walking toward prontera because it gives the command.
so is this wrong? is this how it is? do I really have to set up large while loops to continuously check to see if it has gotten where it needs to go?






