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

Lua NpcSystem ['Keyword_reply' missing... Skipping]

Keram

Member
Joined
Jan 8, 2012
Messages
491
Reaction score
12
Location
DUBLIN
Yo wassup otlanders ;p

Well, while launching my console, those 2 errors show up at the end:

Warning NpcSystem
Parameter 'keyword_reply3' missing.Skipping...
and after that, the same one but different number after "reply".
Warning NpcSystem
Parameter 'keyword_reply4' missing.Skipping...

i searched in "notepad++" for this and here I found those lines in a modules.lua.svn-base file:
PHP:
			if(i ~= 1) then
				local reply = NpcSystem.getParameter('keyword_reply' .. n)
				if(reply ~= nil) then
					self:addKeyword(keywords, reply)
				else
					print('[Warning] NpcSystem:', 'Parameter \'' .. 'keyword_reply' .. n .. '\' missing. Skipping...')
				end

Does any1 know why this is happening? :P
 
Last edited:

Similar threads

Back
Top