Author Topic: Is there a way to find an item and then walk to it?  (Read 1979 times)

0 Members and 1 Guest are viewing this topic.

Offline JackCiaranTopic starter

  • Jr. Member
  • **
  • Posts: 35
  • Activity:
    0%
  • Reputation Power: 1
  • JackCiaran has no influence.
  • Respect: +2
  • Referrals: 1
    • View Profile
Is there a way to find an item and then walk to it?
« on: April 07, 2010, 05:58:09 AM »
0
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

Offline manwinc

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Re: Is there a way to find an item and then walk to it?
« Reply #1 on: April 07, 2010, 06:01:34 AM »
0
Finditem XX G_10
if #findcnt > 0
Move #findx #findy 0 4s
halt
Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

Offline JackCiaranTopic starter

  • Jr. Member
  • **
  • Posts: 35
  • Activity:
    0%
  • Reputation Power: 1
  • JackCiaran has no influence.
  • Respect: +2
  • Referrals: 1
    • View Profile
Re: Is there a way to find an item and then walk to it?
« Reply #2 on: April 07, 2010, 06:04:08 AM »
0
wow I feel like you simplified it so much compared to what I have been reading! lol thankyou I luv this site =)

Offline manwinc

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Re: Is there a way to find an item and then walk to it?
« Reply #3 on: April 07, 2010, 06:43:42 AM »
0
Quote
wow I feel like you simplified it so much


I get that Alot.
Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

Tags: