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

Search results

  1. L

    Error MOD loot

    119 return size > 0 if size == cap then
  2. L

    Lua What is worng to my NPC?

    bump
  3. L

    Error MOD loot

    what? line 58? local tmpItem = false
  4. L

    Lua What is worng to my NPC?

    All defaults are working, only when i put this one bug all data/npc/scripts/default.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid)...
  5. L

    Error MOD loot

    bump
  6. L

    Lua What is worng to my NPC?

    What is worng to my npc script? When i put that and start my server show me this errors: [4:1:18.381] [Error - NpcScript Interface] [4:1:18.381] data/npc/scripts/default.lua [4:1:18.381] Description: [4:1:18.381] data/lib/050-function.lua:241: attempt to index a boolean value [4:1:18.381]...
  7. L

    Error MOD loot

    Idk much about scripts... I tried to change local tmpItem = 0 But now there is so much errors when i kill one monster What i supposed to do?
  8. L

    Lua NPC Yasir error when start (8.60 - 0.4)

    Ty so much!
  9. L

    Lua 2 IFs to my auto gold

    Guys he ask money go to backpack... I would not find cool money go to bank too
  10. L

    Error MOD loot

    bump
  11. L

    Lua NPC Yasir error when start (8.60 - 0.4)

    [7:3:11.076] [Error - NpcScript Interface] [7:3:11.076] data/npc/scripts/yasir.lua [7:3:11.076] Description: [7:3:11.076] data/lib/050-function.lua:241: attempt to index a boolean value [7:3:11.076] [Warning - NpcEvents::NpcEvents] Cannot load script: data/npc/scripts/yasir.lua
  12. L

    Lua Check if using X amulet

    Why its not work? Check if player is using amulet loot -- check if using amulet loot local slots = getPlayerSlotItem(cid, 2) if slots then if slots.itemid == 11393 then rateLoot = getConfigInfo('rateLoot') * 4 rateGoldLoot = getConfigInfo('rateLoot') * 8 end...
  13. L

    Error MOD loot

    today again... hunting carrion worms script working all time (i think) but sometimes show me somethings like it on console: [2:10:35.754] [Error - CreatureScript Interface] [2:10:35.754] In a timer event called from: [2:10:35.754] local t = { [2:10:35.754] item = 11393, [2:10:35.754] slot...
  14. L

    Lua NPC Yasir error when start (8.60 - 0.4)

    line 241: return getItemDescriptionsById(itemid).name Full Code: http://pastebin.com/WX5mcMBn
  15. L

    Lua NPC Yasir error when start (8.60 - 0.4)

    When i start my server print me this error on console: [16:32:42.756] [Error - NpcScript Interface] [16:32:42.756] data/npc/scripts/yasir.lua [16:32:42.756] Description: [16:32:42.756] data/lib/050-function.lua:241: attempt to index a boolean value [16:32:42.756] [Warning -...
  16. L

    Error MOD loot

    bump
  17. L

    Error MOD loot

    bump
  18. L

    Lua NPC Yasir error (8.6 - 0.4)

    bump
  19. L

    Error MOD loot

    I removed: local lootchannelstorage = 7971 There is nothing with this lootchannel = 7971 Idk why have this xD <?xml version="1.0" encoding="UTF-8"?> <mod name="Loot Ring" version="1.0" author="Cykotitan" contact="otland.net" enabled="yes"> <event type="kill" name="lootring" event="script">...
Back
Top