What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Navigation problems

MatthiasF

New Member
Joined
Jan 30, 2015
Messages
26
Reaction score
0
Hi guys,

I'm trying to make a script, involving the bot to use the npc in upper la noscea to use the ferry transfer:

<Profile>
<Name>Move en transfer test</Name>
<KillRadius>50</KillRadius>
<Order>


<MoveTo XYZ="222.9632,-0.9591975, 258.3991" Name="Ferry Skipper"/>
<UseObject NpcId="1003587" UseTimes="1" BlacklistAfter="True" UseDistance="10" XYZ="222.9632,-0.9591975, 258.3991" Radius="10" WaitTime="5000" />

<UseTransport NpcId="1003587" UseTimes="1" DialogOption="0" BlacklistAfter="True" UseDistance="10" XYZ="-420.4872, -1.521137, 98.9119" WaitTime="5000" />
</Order>
</Profile>

But when he gets there, he talks to the npc but he does not select yes.
How is this solved?

Thanks in advance!
 
Take out the UseObject tag.

Works like a charm now after i adjusted the xyz of the ferry skipper.

Also do you know how i can make aetheryte select an other location in the aetheryte network?
I've been using this code:
<UseTransport NpcId="9" UseTimes="1" DialogOption="0" BlacklistAfter="True" UseDistance="10" XYZ="-141.9508, -3.154888, -166.4268" Radius="10" WaitTime="5000" />

But i always teleport to 1st location, how do i change it to go the the 6th location?
 
The Problem is that it needs to be 0 for the aethernetwork, but i can't seem to find out how i could add a second DialogOption in it :s
 
The Problem is that it needs to be 0 for the aethernetwork, but i can't seem to find out how i could add a second DialogOption in it :s

In that case the UseTransport tag won't do what you need, you would need to write a custom tag afaik.
 
Back
Top