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

    Lua Quest time online to do again

    [0:36:46.541] [Error - Action Interface] [0:36:46.541] data/actions/scripts/quests.lua:onUse [0:36:46.541] Description: [0:36:46.541] data/actions/scripts/quests.lua:41: attempt to perform arithmetic on global 'timenow' (a nil value) [0:36:46.541] stack traceback: [0:36:46.542]...
  2. newby

    Lua Quest time online to do again

    local mins = 60 local hours = 60 * 60 local days = 24 * 60 * 60 local quests = { [8000] = { item = 2385, lvl = 1, time = 1 * mins}, -- sabre [8001] = { item = 2485, lvl = 2, time = 5 * mins}, -- doublet [8002] = { item = 2526, lvl = 3, time = 1 * hours}, -- studded shield...
  3. newby

    Lua Quest time online to do again

    I dont understand [6:5:49.283] [Error - LuaInterface::loadFile] data/actions/scripts/quests.lua:42: unexpected symbol near '..' [6:5:49.283] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/quests.lua) [6:5:49.283] data/actions/scripts/quests.lua:42: unexpected symbol near...
  4. newby

    Lua Quest time online to do again

    local mins = 60 local hours = 60 * 60 local days = 24 * 60 * 60 local quests = { [8000] = { item = 2385, lvl = 1, time = 1 * mins}, -- sabre [8001] = { item = 2485, lvl = 2, time = 5 * mins}, -- doublet [8002] = { item = 2526, lvl = 3, time = 1 * hours}, -- studded shield...
  5. newby

    Lua Quest time online to do again

    elseif getPlayerStorageValue(cid, item.actionid) < 0 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'It is empty.') elseif getPlayerStorageValue(cid, item.actionid) > 24*60*60 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'It is empty...
  6. newby

    Lua Quest time online to do again

    Did you know how to show something like: 06:11 It is empty. 06:11 It is empty (2 days, 14 hours, 5 minutes).
  7. newby

    Lua Quest time online to do again

    I have a idea but idk how to do: Days to be able to do the quest again I have this quests.lua script to set min lvl, storage, itemid But how to add: exausted days? I mean [8000] = { item = 2385, lvl = 1 , days = 10}, And after 10 days online you be able to do the quest again But need to be...
  8. newby

    Compiling Orange Skull in 8.6 (0.4)

    I didn't see nothing about on death, i mean, to set that skull and to remove after kill a orange... And it look too hard to me, to set a new skull id who show to only some players who die to that player, is that possible to make using storages values? Anybody can give a way?
  9. newby

    [Mod] Random Item Stats

    Bloody hell, thank you Your code was printing: Amulet found | Amulet ID: 11393 Rate: 1.5 Amulet found | Amulet ID: 0 Rate: 1.5 Thanks to imkingran i've fixed this and i would like to share to everybody @Extrodus You helps me, i would like to help you It should be to useful to blazera.net...
  10. newby

    [Mod] Random Item Stats

    Thank you No, i just didnt know it was possible to do there, i made that looking others scripts... But it you send, not work, even i changing rate = rate * 1.5 -- If he's wearing the amulet then give him 50% extra chance To rate = rate * 1000.5 -- If he's wearing the amulet then give him 50%...
  11. newby

    [Mod] Random Item Stats

    So if i want create a amulet donate And this amulet add give +50% chance to drop a item with stats Thats the way? \/ Movements changes: <!-- enchant loot amulet --> <movevent type="Equip" itemid="11393" slot="ring" event="function" value="onEquipItem"/> <movevent type="DeEquip"...
  12. newby

    Lua Operating the Extra Loot Storage

    Oh, thanks =)
  13. newby

    Lua Operating the Extra Loot Storage

    I'm sorry, i don't understand... Could you show me on code?
  14. newby

    Lua Operating the Extra Loot Storage

    I wanna know too, and if it is the right way... I have a suggestion to you, to use this script i'll use too (idk its all right, if isnt pls tell me, but i think its perfect) A donate amulet, to you sell on blazera to set your loot +50% (You loot was 10x, with 15x to players who buy the donate...
  15. newby

    Lua Diablo loot script help

    Thank you, thank you too much I'll try to reciprocate
  16. newby

    Lua Diablo loot script help

    @Extrodus you can't share?
  17. newby

    Lua Diablo loot script help

    @Extrodus ?
  18. newby

    [8.60] The Forgotten Server 0.4

    Best 8.6 datapack !
  19. newby

    Lua Diablo loot script help

    Yes, i'm using 0.4 -- Loot -- monsterLootMessage 0 to disable, 1 - only party, 2 - only player, 3 - party or player (like Tibia's) checkCorpseOwner = false monsterLootMessage = 0 monsterLootMessageType = 25 Sure! It's just change it and use the mod, right? Could you post yours?
  20. newby

    Lua Diablo loot script help

    bump
Back
Top