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

Search results

  1. S

    [Request] Blackout

    Well I would like a spell that cause all the possible exhaust to the target for 5 seconds and for the caster for 10 seconds. So nobody can do anything (no rune, no healing, no fighting). Here is a script I made, but it don't work very well : local combat = createCombatObject()...
  2. S

    Problem with NPC and keys

    I got a problem... I think it's a little one :P local key = doPlayerAddItem(cid, 2090, 1) doSetItemActionId(key, 5006) setPlayerStorageValue(cid, 50006, 1) I got this error : lua:DoSetItemActionId() Item not found. I made like everybody do but it don't work. My key is always key:0
  3. S

    NPC don't react to my keywords ...

    Hello folks, I've got a problem with this NPC : local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
Back
Top