ZeeBeast
Preferable Beta Tester
Hello guys. I am having a little difficulty with traveling by boat.
This is what I have for the xml version but I'm not sure if it is right.
And when I try to talk to the NPC, it is kind of like this.
23:27 Captain Hopps: Hello Admin. If you don't know where to flow, say travel.
23:27 Admin [1]: travel
23:27 Captain Hopps: Grasslands.
23:27 Admin [1]: Grasslands
And then nothing happens and the NPC does not say anything else.
Someone please help.
This is what I have for the xml version but I'm not sure if it is right.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Captain Hopps" script="default.lua" walkinterval="4000" floorchange="0">
<health now="150" max="150"/>
<look type="129" head="114" body="119" legs="114" feet="114" corpse="2212"/>
<parameters>
<parameter key="module_travel" value="1"/>
<parameter key="message_greet" value="Hello |PLAYERNAME|. If you don't know where to flow, say {travel}."/>
<parameter key="travel_destinations" value="Grasslands,1073,1256,7,5000;"/>
</parameters>
</npc>
23:27 Captain Hopps: Hello Admin. If you don't know where to flow, say travel.
23:27 Admin [1]: travel
23:27 Captain Hopps: Grasslands.
23:27 Admin [1]: Grasslands
And then nothing happens and the NPC does not say anything else.
Someone please help.