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

keyword_reply missing - problem z NPC

Dzanar2

New Member
Joined
Mar 14, 2008
Messages
78
Reaction score
1
Location
/dev/null
Witam posiadam TFS 0.4_DEV i takiego NPC.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Miles, The Guard" script="default.lua" walkinterval="2000" floorchange="0">
    <health now="100" max="100"/>
    <look type="131" head="19" body="0" legs="38" feet="19" addons="3"/>
    <parameters>
        <parameter key="message_greet" value="LONG LIVE THE KING!"/>
        <parameter key="message_farewell" value="LONG LIVE THE KING!"/>
        <parameter key="module_keywords" value="1" />
        <parameter key="keywords" value="job;trouble;authorities;also for the gods;trouble will arise in near future;" />
        <parameter key="keyword_reply1" value="It's my duty to protect the city." />
	<parameter key="keyword_reply2" value="I'm fine. There's no trouble at all." />
	<paramater key="keyword_reply3" value="Well, of course. we live in safety and peace." />
	<parameter key="keyword_reply4" value="I think the gods are looking after us and their hands shield us from evil." />
	<parameter key="keyword_reply5" value="I think the gods and the government do their best to keep away harm from the citizens." />

        
    </parameters>
</npc>
Niestety silnik sypie takim oto bledem dotyczacym tego NPC:
Code:
[Warning] NpcSystem:
Parameter 'keyword_reply3' missing. Skipping...

Nie mam pojecia co jest tutaj zle. Moglby ktos mi cos doradzic?
 
Hehehehe :D
Też nie raz tak przegapiałem i się dziwiłem że nie działało ; o

@Czaku
PW :)
 
Back
Top