Zayph
12-29-2015, 01:04 AM
Hello
I've been working on a script and I found a problem while trying to travel from gray island to venore.
I tried to use NPC travel option in advanced waypoints and it didnt work
(22:49 XenoBot: Unable to find a travel NPC.)
I also tried using my regular way to travel:
elseif (Label == "GoVenore") then
Walker.Stop()
Creature.Follow("Scrutinon")
Self.SayToNpc({"hi", "travel", "venore",}, 65)
wait(2000)
Walker.Start()
None of these ways worked for me, I really need this function, if someone has it, I'll be thankful if you share.
I've been working on a script and I found a problem while trying to travel from gray island to venore.
I tried to use NPC travel option in advanced waypoints and it didnt work
(22:49 XenoBot: Unable to find a travel NPC.)
I also tried using my regular way to travel:
elseif (Label == "GoVenore") then
Walker.Stop()
Creature.Follow("Scrutinon")
Self.SayToNpc({"hi", "travel", "venore",}, 65)
wait(2000)
Walker.Start()
None of these ways worked for me, I really need this function, if someone has it, I'll be thankful if you share.