• 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. K

    Solved Help with my NPC script please!

    my script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  2. K

    Solved Help with my lua script please!

    Hi Otlanders, I'm having some trouble with my script to unmount. error: [12/05/2013 22:13:38] [Error - Action Interface] [12/05/2013 22:13:38] data/actions/scripts/other/demount.lua:onUse [12/05/2013 22:13:38] Description: [12/05/2013 22:13:38] data/lib/011-string.lua:16: bad argument #1 to...
  3. K

    Please help with my error.

    Hello everyone, I´m using this script: data/creaturescripts/scripts/bossdeath.lua function onDeath(cid, corpse, deathList) local f = getTileItemById({x=1168, y=1158, z=7}, 2776).uid if f ~= 0 then doRemoveItem(f) doRemoveItem(getTileItemById({x=1169, y=1158, z=7}, 2776).uid)...
  4. K

    Windows HELP with my error while loading the map;s

    Hi guys, I have 8.54 cyring damson and forgotten map 8.54. How ever I got this error; [13:14:32.675] > FATAL: OTBM Loader - Could not open the file data/world/forgott en. AND YES: ofcrouse forgotten is in data/world..
  5. K

    Tibia Client crash after using mana potion or health or eating something, PLEASE HELP

    Hi guys, Like the title says my tibiaclient crashes after using a mana potion;s. There is no console error or something and when I login again my character used the mana potion. Im using Realserver 3.7 (client 8.60). (is the same like crying damson) but then upgraded to 8.60. The tibia...
  6. K

    Lua please help with a door!

    Hi guys, so I get this error: [Error - Action Interface] data/actions/scripts/other/hellgatedoor.l Description: (luaGetThingPosition) Thing not found with this script: function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid,4444) == 1 then...
  7. K

    Lua help with chest quest please!

    hi peeps, I have a problem with my script: function onUse(cid, item, fromPos, item2, toPos) if getPlayerStorageValue(cid,5000) == -1 then SetPlayerStorageValue(cid, 5000,1) doPlayerAddItem(cid,8930,1) setPlayerStorageValue(cid, 4445,1) doCreatureSay(cid, "TEST"...
  8. K

    {REQUEST} can some1 please make a script of an NPC which add Skill Tries to an player

    Hi guys, Like the title says: can some1 please make a script of an NPC which add XX Skill Tries to an player when he pays 10000 GP. Greetz Kasper. I will rep++ you!
  9. K

    Lua Please help me with my Boss event script!

    Hi guys please help me with my script: function onDeath(cid, corpse, deathList) doRemoveItem(getTileItemById({x=1235, y=1173, z=12}, 1304).uid) doCreatureSay(cid, "A huge stone have been removed, you have 3 minutes before the stone comes back!", TALKTYPE_ORANGE_1) local s =...
  10. K

    NPC [help] me please with my NPC script

    Hi peeps, I would like to ask you a favor! So I get this error msg in my console: (using TFS 0.3.6) [Warning - NpcScript::NpcScript] Cannot load script: data/npc/scripts/Fly.lua data/npc/scripts/Fly.lua:29: unexpected symbol near 'if' and using this script: local keywordHandler =...
  11. K

    [help please] getting a weirdo error:P

    Hi peeps, I would like to ask you a favor! So I get this error msg in my console: (using TFS 0.3.6) [Warning - NpcScript::NpcScript] Cannot load script: data/npc/scripts/Fly.lua data/npc/scripts/Fly.lua:29: unexpected symbol near 'if' and using this script: local keywordHandler =...
  12. K

    help me please with zombie event

    Hi, since the real thread of this is closed i posted here:) i recieve an error in my console if a event zombie attacks me this error: [11/03/2011 15:00:59] [Error - CreatureScript Interface] [11/03/2011 15:00:59] data/creaturescripts/scripts/zombie.lua:onStatsChange [11/03/2011...
  13. K

    Lua {help} please help me with adding a refuse(cancel) message to a lever

    Hey guys, This is my script: function onUse(cid, item, fromPosition, itemEx, toPosition) doTransformItem(item.uid, 1946) doRemoveItem(getTileItemById({x=1105, y=1063, z=14}, 1304).uid) doSendMagicEffect({x = 1073, y = 1029, z = 13}, CONST_ME_BLUE_SPARKLE) doCreatureSay(cid, "A huge...
  14. K

    Action {help} please help me with adding a time to my lever script!

    Hi guys, I made this script: local basin_pos = {x=1167, y=1155, z=7} function onUse(cid, item, fromPosition, itemEx, toPosition) basin = getTileItemById(basin_pos,2151) ; if basin.uid > 0 then doRemoveItem(basin.uid, 1) doTransformItem(item.uid, 1946)...
  15. K

    CreatureEvent {helo} please help me with my ondeath script!

    Hey guys, My script should remove plants when a demon is killed but when i kill the demon nothing happens:S My scripts: function onDeath(cid, corpse, deathList) local m = { ["Demon"] = { -- Monster Name } } local monster = m[(getCreatureName(cid))] if(not monster) then...
  16. K

    Windows {HELP} please help with my tile teleport code!

    Hi guys, Error: [27/02/2011 18:03:28] [Error - LuaScriptInterface::loadFile] data/movements/scripts/templeteleport.lua:1: <name> or '...' expected near ')' [27/02/2011 18:03:28] [Warning - Event::loadScript] Cannot load script (data/movements/scripts/templeteleport.lua) [27/02/2011...
  17. K

    Help please with error in rebirth script!

    Okay hi otlanders, I am using this script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  18. K

    [help] Error Bounty hunter system

    Hi there. Please help me out with this script. Sbh-add.lua function onSay(cid, words, param) if(param == "") then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "[BOUNTY HUNTERS] Use: \"!hunt [prize],[nick]\" where prize is for example 1(k).") return TRUE end local t =...
  19. K

    [HELP] Aruda NPC Avesta 7.6

    Hi here is the error: Lua script error: [Npc internface] data/npc/scripts/aruda.lua:oncreaturesay data/npc/scripts/aruda.lua:12: attempt to call method 'is focused; (a nil value) stack traceback data/npc/scripts/aruda.lua:12: in function 'callback'...
  20. K

    lagg?

    Some GUYS GOT LAGG TOO!?
Back
Top