XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 2 of 2

Thread: working travel script

  1. #1

    Join Date
    Jan 2021
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    working travel script

    i need working travel script

  2. #2

    Join Date
    Jan 2016
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")
    
    function onWalkerSelectLabel(labelName)
    
    
          if (labelName == "travel") then
    		Walker.Stop()
    		    Creature.Follow("Karith")   ----- name of npc
    		    wait(300, 600)
    			Self.SayToNpc({"Hi", "Thais", "Yes"}, 100) ------ destiny
    			wait (1000, 2000)			
    		Walker.Start()
         end
    end
    remember if this function is secondary in caling u need chance "if" to "elseif" . U need to make waypoint near npc as much as is posssible .

    have a nice day

Posting Permissions

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