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

Jerom's Troll Sabotage not working

Alice Lovelin

New Member
Joined
Jul 14, 2018
Messages
26
Reaction score
0
I noticed my jerom.lua seems incomplete, maybe someone can help me make his quest work or teach me how to do it?

jerom.lua said:
local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)
function onCreatureAppear(cid) npcHandler:eek:nCreatureAppear(cid) end
function onCreatureDisappear(cid) npcHandler:eek:nCreatureDisappear(cid) end
function onCreatureSay(cid, type, msg) npcHandler:eek:nCreatureSay(cid, type, msg) end
function onThink() npcHandler:eek:nThink() end
local voices = {
{ text = 'My house! Uahahahaha <sniffs>.' },
{ text = 'Dear gods! My precious house, DESTROYED!!' },
{ text = 'Oh no!! What am I supposed to do now?!?' }
}
npcHandler:addModule(VoiceModule:new(voices))
npcHandler:setMessage(MESSAGE_GREET, "Hello. Sorry, but I'm not in the best {mood} today.")
npcHandler:addModule(FocusModule:new())

Using "The OTX Server Version: (3.7 . 807) - Codename: ( SAILOR )"

Edit: uh lol how do I make "colon O" not become the emote?
 
Back
Top