What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Run Macro Plugin

If you just want to send a specific macro every X seconds without running a botbase, you can just write a profile for that.
Try something like that in the questing botbase.
<While Condition="Me.Level &gt;= 1">
<CustomBehavior File="RunMacro" Macro="YOUR MACRO HERE" />
<CustomBehavior File="WaitTimer" WaitTime="YOUR MILLISECONDS HERE" />
</While>
remember: 1000 milliseconds = 1 second
 
Back
Top