• 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] Santa Claus

/data/npc/
Create a npc;
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Santa Claus" script="santa.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100"/>
  <look type="160" head="0" body="112" legs="93" feet="95"/>
</npc><?xml version="1.0" encoding="UTF-8"?>
<npc name="Santa Claus" script="santa.lua" walkinterval="2000" floorchange="0">
  <health now="100" max="100"/>
  <look type="160" head="0" body="112" legs="93" feet="95"/>
</npc>
Santa2.png
 
Back
Top