• 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

    Lua [Request] fix my burst arrow damage

    @StreamSide i think its not will work..
  2. L

    Error MOD loot

    Not solved :( :( :@ Error again [20:42:51.311] [Error - CreatureScript Interface] [20:42:51.311] In a timer event called from: [20:42:51.311] local t = { [20:42:51.311] item = 11393, [20:42:51.311] slot = CONST_SLOT_NECKLACE, [20:42:51.312] newRate = 2 [20:42:51.312] } [20:42:51.312]...
  3. L

    Lua NPC Yasir error (8.6 - 0.4)

    bump
  4. L

    Lua NPC Yasir error (8.6 - 0.4)

    My error is: [0:14:37.389] [Error - NpcScript Interface] [0:14:37.389] data/npc/scripts/yasir.lua [0:14:37.389] Description: [0:14:37.389] data/lib/050-function.lua:241: attempt to index a boolean value [0:14:37.389] [Warning - NpcEvents::NpcEvents] Cannot load script...
  5. L

    Lua NPC Yasir error (8.6 - 0.4)

    bump
  6. L

    Lua NPC Yasir error (8.6 - 0.4)

    Show me this error when start [13:32:18.689] [Error - NpcScript Interface] [13:32:18.689] data/npc/scripts/yasir.lua [13:32:18.689] Description: [13:32:18.689] data/lib/050-function.lua:241: attempt to index a boolean value [13:32:18.689] [Warning - NpcEvents::NpcEvents] Cannot load script...
  7. L

    Lua NPC Yasir error (8.6 - 0.4)

    bump
  8. L

    Lua NPC Yasir error (8.6 - 0.4)

    I've tried to edit xml like a work npc <?xml version="1.0" encoding="UTF-8"?> <npc name="Yasir" script="yasir.lua" walkinterval="2000" floorchange="0"> <health now="150" max="150"/> <look type="146" head="85" body="7" legs="12" feet="19" addons="2"/> <parameters> <parameter...
  9. L

    Lua NPC Yasir error (8.6 - 0.4)

    bump
  10. L

    Lua NPC Yasir error (8.6 - 0.4)

    bump,
  11. L

    Lua NPC Yasir error (8.6 - 0.4)

    Script local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:eek:nCreatureAppear(cid) end function onCreatureDisappear(cid)...
  12. L

    Lua NPC Yasir error (8.6 - 0.4)

    Someone could help me to fix this Yasir npc? I found it here in otland Error data/npc/Yasir.xml:6: parser error : Unescaped '<' not allowed in attributes values <parameter key="message_greet" value="Yasu me halaka. <greets you friendly>" /> ^ data/npc/Yasir.xml:6: parser error : attributes...
  13. L

    Error MOD loot

    I think its solved! Ty so mcuh!
  14. L

    Error MOD loot

    I cant... Have so much functions i never saw, i just create simple scripts like, chests, simple storages actions... Do u know other script base to i edit guys?
  15. L

    Error MOD loot

    I dont made it I just edit this loot ring: https://otland.net/threads/mod-loot-ring.99748/ To amulet ring You don't know how to fix? :(
  16. L

    Error MOD loot

    It is not the right function?
  17. L

    Error MOD loot

    I was making arena quest, when i finish i saw distro, look how many erros: http://pastebin.com/QkPbUufu Code: <?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">...
  18. L

    Error MOD loot

    Is it? <?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"> <![CDATA[ local t = { item = 11393, slot = CONST_SLOT_NECKLACE, newRate = 2 } local rate =...
  19. L

    Error MOD loot

    local tmpItem ???
  20. L

    Error MOD loot

    bump
Back
Top