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:
This is her .xml:
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] :
Thanks in advance!
I need help with the NPC Marina, (the mermaid). This not visible but you can talk with she.
It looks like this:
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: