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

Npcs :o

RunarM

Finally back
Joined
Jul 17, 2008
Messages
1,636
Reaction score
32
Location
Norway/Tromsø
How can i fix this?

[27/11/2008 18:15:41] [Notice - Npc::Npc] NPC Name: Brandt - autowalk has been deprecated, use walkinterval.
[27/11/2008 18:15:41] [Notice - Npc::Npc] NPC Name: Matthias - autowalk has been deprecated, use walkinterval.
[27/11/2008 18:15:41] [Notice - Npc::Npc] NPC Name: Sander - autowalk has been deprecated, use walkinterval.
[27/11/2008 18:15:41] [Notice - Npc::Npc] NPC Name: Julyan - autowalk has been deprecated, use walkinterval.
[27/11/2008 18:15:41] [Notice - Npc::Npc] NPC Name: Julyan - autowalk has been deprecated, use walkinterval.
[27/11/2008 18:15:41] [Notice - Npc::Npc] NPC Name: Brandt - autowalk has been deprecated, use walkinterval.
[27/11/2008 18:15:41] [Notice - Npc::Npc] NPC Name: King Bringham - autowalk has been deprecated, use walkinterval.
[27/11/2008 18:15:41] [Notice - Npc::Npc] NPC Name: Brandt - autowalk has been deprecated, use walkinterval.


I want to fix it because the npcs wont be "online".

Thank You =)
 
Example???

<?xml version="1.0"?>

<npc name="Brandt" script="data/npc/scripts/runes.lua" speed="40" access="3" floorchange="0" autowalk="30">
<health now="1000" max="1000"/>
<look type="129" head="96" body="71" legs="72" feet="33" corpse="3128"/>
<parameters>
<parameter key="message_greet" value="Hello, Hello, |PLAYERNAME|. Im a rune maker! I like you name, |PLAYERNAME|." />
</parameters>
</npc>
 
Code:
<npc name="Brandt" script="data/npc/scripts/runes.lua" floorchange="0" walkinterval="2000">
 
Back
Top