Hey Otland! i have this little bug, I really dont know whats wrong, well here is it:
but in ingame I got this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Nimral" script="data/npc/scripts/default.lua" walkinterval="0" floorchange="0">
<health now="150" max="150"/>
<look type="96" head="0" body="0" legs="0" feet="0" 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="Aleda,1218,1038,7,0;Leafport,1682,653,5,0;Fallen,1300,1557,5,0;Selroth,1735,1178,6,0;Seldia,1468,1364,5,0;Shadow Wood,863,920,5,0;"/>
</parameters>
</npc>
but in ingame I got this:
Code:
16:24 Nimral: Hello Matt. If you don't know where to flow, say travel.
16:25 Matt [2]: travel
16:25 Nimral: I can bring you to Aleda, Leafport, Fallen, Selroth, Seldia and Shadow Wood.
16:25 Matt [2]: Leafport
16:25 Matt [2]: Fallen
16:25 Matt [2]: Seldia
16:25 Matt [2]: shadow wood
16:25 Matt [2]: aleda
16:25 Matt [2]: WTF? IS WRONG?