reloadz0r
New Member
- Joined
- Feb 10, 2012
- Messages
- 78
the fix was posted in the other grim batol death run thread.
https://www.thebuddyforum.com/honor...rim-batol-instance-clicking-corpse-popup.html
Is this the code?
<CustomBehavior File="Hooks\DoWhen" ActivityName="CustomDeathHook" TreeHookName="Death_Main" UseWhen="Me.IsGhost && Me.CorpseMapId != Me.MapId" >
<CustomBehavior File="WaitTimer" WaitTime="50000" TerminateWhen="!Me.IsInInstance" />
<DisableBehavior Name="Vendor" />
<CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, "[Azyul]: Looks like we died, returning to instance."" />
<CustomBehavior File="FlyTo" X="-10667.82" Y="-1303.857" Z="20.86421" />
<CustomBehavior File="FlyTo" X="-10681.01" Y="-1307.565" Z="17.34297" />
<CustomBehavior File="Misc\RunLua" Lua="MoveForwardStart();" WaitTime="3000" /> <!-- My method of entering dungeons. -->
<CustomBehavior File="WaitTimer" WaitTime="50000" TerminateWhen="Me.IsInInstance" />
<EnableBehavior Name="Vendor" />
</CustomBehavior>
edited for grimbatol hotspots ofcourse.
But I mean the deathrunfix plugin, can you provide a link of that? I cannot seem to find anywhere on that tread and I have searched hb forums.