ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: JoO on March 10, 2013, 03:11:14 PM
-
Building a taming script to pathfind to my prospective tames and follow them while taming with event pathfind. I am having issues on bumpy terrain with falling through the ground. Is this some weird hiccup with the Z axis? I can run over these areas fine but when my script pathfinds over them I fall through and some of them I can't walk back out of. Just curious if anyone had any experience with this.
-
your pathfinding to a different z axis than if you walked over it.
I believe the Z axis in the pathfind command is optional... why not just try leaving it out, that way it will always use the correct z.
-
That's the conclusion I came to as well. I figured everytime it tried to pathfind it was trying to get that Z axis. So I have omitted the Z and am currently testing. Thanks for the input!
-
You will still hit that issue from time to time. Close your paperdoll and reopen it when it happens.
-
does that basically resync me with the server?
-
YOU DARE QUESTION THE WIZARD!!!!!!!!
-
Dude, never question the wizard !!1
-
lol SORRY MR WIZARD!!! :'( ;D
I finally solved my issues! I incorporated a journal check for can't get there and used razor to resync with server. Works great.