ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: JoO on March 10, 2013, 03:11:14 PM

Title: Event pathfind falling through the ground
Post 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.
Title: Re: Event pathfind falling through the ground
Post by: Endless Night on March 10, 2013, 04:12:20 PM
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.


Title: Re: Event pathfind falling through the ground
Post by: JoO on March 10, 2013, 05:10:48 PM
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!
Title: Re: Event pathfind falling through the ground
Post by: manwinc on March 10, 2013, 11:30:59 PM
You will still hit that issue from time to time. Close your paperdoll and reopen it when it happens.
Title: Re: Event pathfind falling through the ground
Post by: JoO on March 11, 2013, 05:03:01 PM
does that basically resync me with the server?
Title: Re: Event pathfind falling through the ground
Post by: manwinc on March 11, 2013, 07:49:19 PM

YOU DARE QUESTION THE WIZARD!!!!!!!!
Title: Re: Event pathfind falling through the ground
Post by: Neo on March 11, 2013, 07:51:21 PM
Dude, never question the wizard !!1
Title: Re: Event pathfind falling through the ground
Post by: JoO on March 12, 2013, 03:56:15 PM
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.