Elexonic
Well-Known Member
- Joined
- Jun 18, 2008
- Messages
- 1,920
- Reaction score
- 59
I have this error.
I have a problem when I open my server, I get the following errors in the console.
But if I run the command / n rebel if I make it the npc .. that can be?
greetings.
Zlak.xml-
Rebel.xml-
a sleeping dragon.xml -
Lizard Tunnel Guard.xml-
I have a problem when I open my server, I get the following errors in the console.
But if I run the command / n rebel if I make it the npc .. that can be?
greetings.
Zlak.xml-
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Zlak" script="data/npc/scripts/default.lua" walkinterval="0" floorchange="0">
<health now="100" max="100"/>
<look type="339" head="0" body="0" legs="0" feet="0" />
</npc>
Rebel.xml-
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Rebel" script="data/npc/scripts/default.lua" walkinterval="2000" floorchange="0">
<health now="100" max="100"/>
<look type="114" head="0" body="0" legs="0" feet="0" />
</npc>
a sleeping dragon.xml -
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="a sleeping dragon" script="a sleeping dragon.lua" walkinterval="2000" floorchange="0">
<health now="100" max="100"/>
<look typeex="128"/>
</npc>
Lizard Tunnel Guard.xml-
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Lizard Tunnel Guard" script="data/npc/scripts/Lizard Tunnel Guard.lua" walkinterval="2000" floorchange="0">
<health now="100" max="100"/>
<look type="338" head="0" body="0" legs="0" feet="0" />
</npc>
Last edited: