The only moveto is to move to the corpses and there was never a check for your loc before moving to loot so it was intended to be used in macros with thier own anchor and move code. It is pretty simple to add in a check of your loc before moving to the corpse and then if you are a certain distance a...
There is probably a better way but you could do a check for the regents and if none call your sub. You might need to use count since you need 5 regents per cast, not sure my second example works /if (!${FindItem[<RegentName>].ID}) /call Event_alldone /if (${FindItem[<RegentName>].Count<5}) /call Eve...
That MQ2AutoSkills is a tad out of date, the most recent version is 1.95 and is found in the VIP frums, sorry couldn't resist. Not sure if you would get 1.93 to compile without errors but if you do type /autoskills help. Also you will get an ini file that will look something like this. MQ2AutoSkills...
You could use the casting text of your succor or evac spell to trigger the event or right after whatever triggers your evac spell put a delay and then /call Event_Zoned.
Has this changed in any way from what was posted in VIP? Don't have time to look at the code at the moment but the reason I ask is because I was having a problem with the one you posted in VIP not doing auto inventory on some stackable stuff, just holds it on the cursor. I did make one small change ...
This is more than you asked for but here is a simple little macro that shows how you can do it with a chat event instead. Just start the macro, join mychannel with another toon and have that toon say blah in mychannel. I didn't use the /goto command but instead called another sub. They say using /go...
can't wait to see the changes DM I've been watching this tread, tried when first posted, worked good really wanted mez.... now you going to have me checking every 30 mins to see if you updated haha
Everdead is there a reason you didn't post the complete version the last time, I know it's to long to fit into 1 message and has to be split but I don't see the second half posted yet..