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

Call npcs message!

knightxd

Member
Joined
Feb 21, 2009
Messages
211
Reaction score
16
Location
Rio de Janeiro
i want that players call a npc with HAIL

when he sais hi or hello the npc still walking with no action, and then when he sais HAIL the npc start module... like

Code:
Player: hello/hi
-- nothing happens
Player: Hail king/queen
NPC: HAIL |PLAYERNAME|.

can we do one thing like that?
 
I am extremely bad with Npc's but you could try removing this in your xml

Code:
<parameter key="message_greet" value="What ever the message may be." />

Then just adding like

Code:
<parameter key="module_keywords" value="1" />
		<parameter key="keywords" value="hail" />
		<parameter key="keyword_reply1" value="Hail You" />
 
can't

i've already, but it only works if the talk has already starts...

i've tryed to remove the last line to make npc stop reacting from hi/hello but fail.. :S

the npc stops from replying hi/hello but he still don't replying from hail.
 
Back
Top