• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Some wierd npc error

WeZzi

New Member
Joined
Jun 24, 2010
Messages
48
Reaction score
1
Well, I just Changed map on my server and then came up with this problem i think it looks really weird never seen something like this before.

Code:
Parameter 'keyword_reply2' missing. Skipping...

Does anyone know how to fix them?
And is it something that will not work if i let em stay in the console?

Regards WeZzi.
 
Just ignore this error. It isn't harmful ^_^

It means that one of your npc doesn't have keyword_reply2
and he simply doesn't answer. Becasue it isn't in lua script, it doesn't affect to any of your scripts.
 
Ok, thank you both for those quick responses.
And Chev, that was the only thing that stood in console nothing more. So i have no idea what NPC that cause this error :P

Rep+ for both :)

Regards WeZzi
 
Ok, thank you both for those quick responses.
And Chev, that was the only thing that stood in console nothing more. So i have no idea what NPC that cause this error :P

Rep+ for both :)

Regards WeZzi

You can always open NPC Lib file and near print function of this error add:
Code:
print("NPC: ".. getCreatureName(getNpcCid()))

That should print NPCs name.
 
ODc0B.png
 
Back
Top