• 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!

Npc

Dagomir.xml
LUA:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Dagomir" script="default.lua" walkinterval="2000" floorchange="0">
	<health now="100" max="100"/>
	<look type="130" head="0" body="2" legs="41" feet="76" addons="0"/>
	
</npc>
Dustrunner.xml
LUA:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Dustrunner" script="default.lua" walkinterval="2000">
    <health now="100" max="100"/>
    <look type="32" head="20" body="30" legs="40" feet="50" addons="0"/>
</npc>
 
Back
Top