D
Deleted member 49793
Guest
Hey so this is my script, The positions are 100% accurate + im getting 0 errors in the console... Basicly what happens is he respond all fine then when you try and pick a destination (Moonlight/Birchvale) he just doesnt reply, Anyone know problem?
Rep++
Thanks
Rep++
Thanks
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Shipmaster" script="default.lua" walkinterval="0" floorchange="0">
<health now="150" max="150"/>
<look type="151" head="76" body="106" legs="0" feet="114" addons="3"/>
<parameters>
<parameter key="module_travel" value="1"/>
<parameter key="message_greet" value="Hello |PLAYERNAME|. I am the the captain of this ship I will take your anywhere for 50 gold coins, If you are wondering where i can take you say {travel}."/>
<parameter key="travel_destinations" value="Moonlight,1067,1136,4,50;Birchvale,1122,1129,7,50;"/>
</parameters>
</npc>