• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[NPC] Marina

Junpa

New Member
Joined
Apr 24, 2014
Messages
23
Reaction score
4
Hello guys!
I need help with the NPC Marina, (the mermaid). This not visible but you can talk with she.
It looks like this:
2w5txlx.jpg


This is her .xml:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Marina" script="data/npc/scripts/Marina.lua" walkinterval="0" floorchange="0">
<health now="100" max="100"/>
<look type="0" head="5811" body="0" legs="0" feet="0" addons="0"/>
</npc>

For those who don't know it, Marina does not wear any outfit, she looks like a mermaid, so I cannot set her a visible outfit, that's why I dunno how to do it.

[Solved] :
Change this line :
Code:
<look type="0" head="5811" body="0" legs="0" feet="0" addons="0"/>

to this:
Code:
 <look typeex="5811" />


Thanks in advance!
 
Last edited:
Back
Top