XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 3 of 3

Thread: Move to xyz

  1. #1

    Join Date
    Jun 2015
    Posts
    72
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Move to xyz

    Is there anything that makes me switch to the position I want? I need to be dynamic, so solutions in Walker is unfeasible. Every moment will have different places to move according to the position of the NPC.
    It has some function I move to location xyz?

  2. #2
    Moderator shadowart's Avatar
    Join Date
    Dec 2014
    Location
    Sweden
    Posts
    1,985
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    Self.WalkTo
    lua code:
    -- Walks to a location specified by the paramaters. Will fight with walker/targeter/looter, use wisely.
    -- param x the x part of the location
    -- param y the y part of the location
    -- param z the z part of the location
    -- return boolean true when location reached, or false if on different floor, out of range, or failed to reach after 2 seconds of retries

  3. #3

    Join Date
    Jun 2015
    Posts
    72
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by shadowart View Post
    Self.WalkTo
    lua code:
    -- Walks to a location specified by the paramaters. Will fight with walker/targeter/looter, use wisely.
    -- param x the x part of the location
    -- param y the y part of the location
    -- param z the z part of the location
    -- return boolean true when location reached, or false if on different floor, out of range, or failed to reach after 2 seconds of retries
    Thanks, worked well.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •