hi it's not work
when it's end he goes to the entrance with out of reset instance strat to walk again .
i did it for FirelandsV0_5BETA and it's work and it's not work for FirelandsV0.5_hardcore_no_gbank
thx for help
speak about :
select the hardcore no guildbank profile and remove this
PHP Code:
<If Condition="Me.Class == WoWClass.Druid">
<CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, "Use Teleport: Moonglade"

;" />
<CustomBehavior File="RunCode" Code="SpellManager.Cast(18960); await Coroutine.Sleep(20000);" />
<CustomBehavior File="WaitTimer" WaitTime="1000" />
<CustomBehavior File="Misc\RunLua" Lua="ResetInstances();" />
<While Condition="Me.ZoneId == 493">
<CustomBehavior File="RunCode" Code="SpellManager.Cast(18960); await Coroutine.Sleep(20000);" />
<If Condition="Me.ZoneId == 493">
<CustomBehavior File="RunCode" Code="moongladeCounter++;" />
<CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.Orange, "Teleport unsuccessful add +1 to counter"

;" />
</If>
</While>
<CustomBehavior File="RunCode" Code="waitCounter++;" />
</If>