Moderator: MacroQuest Developers

Read a little more, that would take about 10 mintues tops to code.intruder wrote:MQ2 looks neat been checking it out now for few days.
Theres nice macros like follow, go from point a -> b...
but I have not been able to find macro or anything from where to
copy simple auto invis potion use from potion belt, which could keep bot or self invissed while running trough all these new "hostile" GOD and OOW zones. Any good ideas?
Code: Select all
#Event OhNos "You feel yourself starting to appear#*#"Code: Select all
${FindItem[=Cloudy Potion].InvSlot}Code: Select all
sub main
:loop
/if (!${Me.Buff["Invisibility"].ID}) /castitem "cloudy potion"
/goto :loop
/return