im traying to make a traveling npc but when u tell him u want to go to xxxx city he doesnt say nothing here the .xml
thx
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Guard Sorrow" script="data/npc/scripts/default.lua" walkinterval="2" floorchange="0">
<health now="18500" max="18500"/>
<look type="268" addons="2" head="81" body="97" legs="11" feet="79" corpse="2317"/>
<parameters>
<parameter key="module_travel" value="1"/>
<parameter key="message_greet" value="Welcome To My City"/>
<parameter key="message_farewall" value="Bye..."/>
<parameter key="message_walkaway" value="How rude!"/>
<parameter key="travel_destinations" value="Soldera,1078,1132,6,500;Bayamon,1020,1015,5,500"/>
</parameters>
</npc>