mylo
Member
- Joined
- Jun 14, 2012
- Messages
- 128
- Reaction score
- 9
Fix for sprint bug [NOT WORKING, DB BUG]
Have tested this to be working, tried 4 times with and without and seems to do the job:
Line 4679 Find:
Replace:
Voila, teleports first time
EDIT: This only works for the Trinity teleports, not the RadsAtom profile changes. The bug is actually down to the Demonbuddy AnimationState checks not working since a recent update, Giles code is perfect!
Have tested this to be working, tried 4 times with and without and seems to do the job:
Line 4679 Find:
Code:
if (!playerStatus.bIsInTown && !bGilesForcedVendoring && myAnimationState != AnimationState.Attacking && myAnimationState != AnimationState.Casting && myAnimationState != AnimationState.Channeling)
Replace:
Code:
if (!bWantToTownRun && !playerStatus.bIsInTown && !bGilesForcedVendoring && myAnimationState != AnimationState.Attacking && myAnimationState != AnimationState.Casting && myAnimationState != AnimationState.Channeling)
Voila, teleports first time

EDIT: This only works for the Trinity teleports, not the RadsAtom profile changes. The bug is actually down to the Demonbuddy AnimationState checks not working since a recent update, Giles code is perfect!

Attachments
Last edited: