ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: JackCiaran on April 07, 2010, 05:58:09 AM

Title: Is there a way to find an item and then walk to it?
Post by: JackCiaran on April 07, 2010, 05:58:09 AM
Basically I am really curious if its possible to walk to an item while scripting? I have only used pathfinding so far and it always runs. But I did read that trailmyx's rail engine is possible to do that but I believe it only walks to the waypoint to get to my saved point? or is that where the label comes into hand and can help me out? I am very sorry if someone feels this is out of my league but its currently what I am interested in  :D
Title: Re: Is there a way to find an item and then walk to it?
Post by: manwinc on April 07, 2010, 06:01:34 AM
Finditem XX G_10
if #findcnt > 0
Move #findx #findy 0 4s
halt
Title: Re: Is there a way to find an item and then walk to it?
Post by: JackCiaran on April 07, 2010, 06:04:08 AM
wow I feel like you simplified it so much compared to what I have been reading! lol thankyou I luv this site =)
Title: Re: Is there a way to find an item and then walk to it?
Post by: manwinc on April 07, 2010, 06:43:42 AM
Quote
wow I feel like you simplified it so much


I get that Alot.