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

How to wait for the monster death

blackcat99

New Member
Joined
Dec 17, 2014
Messages
5
Reaction score
0
No finished killing all the monsters to continue
I wonder
How to wait for the monster death

thanks

<While Condition="true" >
<If Condition="!(Me.MapId == 724)" >
<CustomBehavior File="UserSettings" FindVendorsAutomatically="False" LootMobs="True" PullDistance="25" KillBetweenHotspots="True" LogoutForInactivity="False" />
<CustomBehavior File="ForcedDismount" />
</If>

<While Condition="(Me.FreeBagSlots &gt;= 10)" >
<If Condition="!(Me.MapId == 602)">
<CustomBehavior File="WaitTimer" WaitTime="100" />
</If>
<If Condition="(Me.MapId == 724)" >
<CustomBehavior File="UserSettings" LootMobs="True" PullDistance="25" />
<RunTo X="3099.709" Y="609.6823" Z="77.49142" />

Arriving here
Monster Attack
Determine the number and continue

No finished killing all the monsters to continue
I wonder
How to wait for the monster death

<CustomBehavior File="WaitTimer" WaitTime="100" />
<CustomBehavior File="RunMacro" Macro="/stopcasting" />
<CustomBehavior File="WaitTimer" WaitTime="100" />
<CustomBehavior File="RunMacro" Macro="/stopcasting" />
</If>
</While>
 
Back
Top