How do I spam a Macro using a simple follow bot?
Posted: Sat Jun 04, 2011 11:01 pm
In rombot, I am trying to just spam the following in game macro:
/run AssistUnit("party1")
/run if UnitIsDeadOrGhost("target") then UseSkill(1,1) end
/wait 5
/run FollowUnit("party1")
This would have my follow bot loot a mob after my main killed it. But I want the follow bot automated and loot with out me have to click on the macro every time.
How do I spam the macro either:
a) after my mains mob has been killed
b) every 5 or 10 seconds
c) after my main has started casting his first skill (main usually kills the mob in one shot anyway)
/run AssistUnit("party1")
/run if UnitIsDeadOrGhost("target") then UseSkill(1,1) end
/wait 5
/run FollowUnit("party1")
This would have my follow bot loot a mob after my main killed it. But I want the follow bot automated and loot with out me have to click on the macro every time.
How do I spam the macro either:
a) after my mains mob has been killed
b) every 5 or 10 seconds
c) after my main has started casting his first skill (main usually kills the mob in one shot anyway)