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

RunLikeHell CB gets stuck.

Megser

Well-Known Member
Joined
Apr 17, 2010
Messages
1,389
Reaction score
73
So I'm using that CB. But when it reaches end destination it just says Loading tiles ALL THE TIME AND DOESN'T SWITCH BEHAVIOR. I run into these bugs CONSTANTLY. It isn't one single quest where it can get through flawless.
 

Attachments

open the CB in any editor, find line 199, replace Navigator.PathPrecision with a numeric value (5 is usually enough, but could be more).
see if it helps

You could even go further and modify the CB to have this attribute passed from xml as an arg, just look up in any CB how to declare it (GetAttributeAsInteger is what you need)

what does it do? its a distance at which the CB considers next hotspot as reached, and if it's the last one- then behavior done.
 
Back
Top