if confiiton errorView attachment 1.txt
can not find the cause of it. it may be an outdated condition but i currently don't assume there is one in my profileif confiiton errorView attachment 208127
Until the new release, is there a way to make it so that the DK just exits the instance, resets quickly then goes back in? My Druid doesn't seem to get stuck in Ashenvale, just the DK.
<If Condition="Me.Class == WoWClass.DeathKnight" >
<CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
<If Condition="SpellManager.CanCast(50977)"><!-- security -->
<CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
</If>
<If Condition="SpellManager.CanCast(50977)"><!-- security -->
<CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
</If>
<CustomBehavior File="InteractWith" MobId="190942" WaitForNpcs="true" WaitTime="2000" />
<CustomBehavior File="WaitTimer" WaitTime="53500" />
<CustomBehavior File="Misc\RunLua" Lua="ResetInstances();" />
<While Condition="Me.ZoneId == 139">
<CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
<If Condition="SpellManager.CanCast(50977)"><!-- security -->
<CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
</If>
<If Condition="SpellManager.CanCast(50977)"><!-- security -->
<CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" />
</If>
<CustomBehavior File="InteractWith" MobId="190942" WaitForNpcs="true" WaitTime="2000" />
<CustomBehavior File="WaitTimer" TerminateWhen="Me.IsInInstance" WaitTime="60000" />
<If Condition="Me.ZoneId == 139">
<CustomBehavior File="RunCode" Code="hearthCounter++;" />
<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>
<If Condition="!(Me.Class == WoWClass.Druid) && !(Me.Class == WoWClass.DeathKnight)">
<If Condition="!(Me.Class == WoWClass.Druid)">
Thank you, this worked for me. Enjoying the profile a lot by the way.deletePHP:<If Condition="Me.Class == WoWClass.DeathKnight" > <CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" /> <If Condition="SpellManager.CanCast(50977)"><!-- security --> <CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" /> </If> <If Condition="SpellManager.CanCast(50977)"><!-- security --> <CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" /> </If> <CustomBehavior File="InteractWith" MobId="190942" WaitForNpcs="true" WaitTime="2000" /> <CustomBehavior File="WaitTimer" WaitTime="53500" /> <CustomBehavior File="Misc\RunLua" Lua="ResetInstances();" /> <While Condition="Me.ZoneId == 139"> <CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" /> <If Condition="SpellManager.CanCast(50977)"><!-- security --> <CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" /> </If> <If Condition="SpellManager.CanCast(50977)"><!-- security --> <CustomBehavior File="RunCode" Code="SpellManager.Cast(50977); await Coroutine.Sleep(11000);" /> </If> <CustomBehavior File="InteractWith" MobId="190942" WaitForNpcs="true" WaitTime="2000" /> <CustomBehavior File="WaitTimer" TerminateWhen="Me.IsInInstance" WaitTime="60000" /> <If Condition="Me.ZoneId == 139"> <CustomBehavior File="RunCode" Code="hearthCounter++;" /> <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>
and change thisto thisPHP:<If Condition="!(Me.Class == WoWClass.Druid) && !(Me.Class == WoWClass.DeathKnight)">
PHP:<If Condition="!(Me.Class == WoWClass.Druid)">
Thank you, this worked for me. Enjoying the profile a lot by the way.
try to set your hearthstone to kalimdorMy DK doesn't reset the instance. He will exit using Death Gate, then get stuck a bit at Deaths Breach, eventually he will venture off to the Docks of SW to head to Rut'theran Village then fly to the Instance. But never during that adventure does he reset the instance. I haven't been able to fill my bags yet because of this problem so i don't know if he will sell the loot either or not.
Sorry for this question but Im farming with feral druid but its only doing single damage, why its not doing AoE damage?
Thanks
2000k? Typo?i got around 2000k gold from the lockboxes wich adds up to 11855
Sorry for this question but Im farming with feral druid but its only doing single damage, why its not doing AoE damage?
Thanks
it uses hearthstone to teleport to kalimdor on instance lockout. just because if you are locked and use death gate it sets it teleportpoint into archerus and to prevent it it uses hearthstone and flys back to the instanceThe profile is working nice, but I dont know why it uses heartstone some times, and die somewhere, I use a DK to farm with, is there a way to not use heartstone?