• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

What is this?

Second line in a NPC file. Should look like this,

XML:
<npc name="Aruda" script="data/npc/scripts/Aruda.lua" walkinterval="2000" floorchange="0">
 
Hmm but i have:


Code:
<npc name="Kapitan" script="data/npc/scripts/travel.lua" autowalk="2000" floorchange="0" access="5" level="1" maglevel="1">
    <health now="150" max="150"/>
    <look type="133" head="20" body="120" legs="75" feet="13" corpse="2212"/>
    <parameters>
 
    </parameters>
</npc>

And i have it again.
 
Code:
<npc name="Kapitan" script="data/npc/scripts/travel.lua" [COLOR=#ff0000]autowalk[/COLOR]="2000" floorchange="0" access="5" level="1" maglevel="1">

Code:
<npc name="Kapitan" script="data/npc/scripts/travel.lua" [COLOR=#ff0000]walkinterval[/COLOR]="2000" floorchange="0" access="5" level="1" maglevel="1">
 
Back
Top