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

    Compiling If not hunt add stamina

    better way is sources edit, but we dont know edit sources good
  2. M

    Lua Help change chance to item

    Oh ty so much I made right? --PERFECT UPGRADE SYSTEM UpgradeHandler = { nameLv = { [1] = "UNIQ", [2] = "RARE", [3] = "EPIC" }, levels = { [1] = {50, false, false}, [2] = {20, false, false}, [3] = {10, true, true} }, broadcast = 3, attributes = {...
  3. M

    Lua Help change chance to item

    a blessed soul could help me? :p
  4. M

    Lua Help change chance to item

    someone could give me a hint i dont know where i takering
  5. M

    Lua Help change chance to item

    bump
  6. M

    Lua Help change chance to item

    Someone could give me a way?
  7. M

    Lua Help change chance to item

    is something here? chances.upgrade = (self.levels[self.item.level + 1][1] or 100) need change to 2x if stone is 8300?
  8. M

    Lua Item atribute by vocation

    Ty man so much, lol your good, u made a function to select vocation by only one number, i never was think it :D Ty
  9. M

    Lua Help change chance to item

    this script is so complex to i edit :S someone could help me?
  10. M

    Lua Item atribute by vocation

    Oh, ty im searching Ty :) No man, i just think about it cause i have only 1 legs and need use that to all vocations I dont understand what are u talking about xD --- So guys, u know whats the function to <attribute key="magiclevelpoints" value="1" /> on lua? Sorry im noob I tried...
  11. M

    Lua Help change chance to item

    Someone could help me to change a thing in this script? If item 8306 changes = levels = { [1] = {50, false, false}, [2] = {20, false, false}, [3] = {10, true, true} }, Else if item 8300 changes = levels = { [1] = {100, false, false}, [2] = {40, false, false}, [3] = {20...
  12. M

    Lua Item atribute by vocation

    <item id="11302" name="zaoan helmet" Is possible onequip if you are mage add 3 ml if you are knight add +3sword/club/axe if you are paladin +3 dist and Could be possible change <attribute key="armor" value="9"/> By vocation? ex: knight def = 9 paladin def = 8 mage def = 5 Using 0.4
  13. M

    Lua Help to fix my !frags

    if found right changes, will work criticize dont make you better, viking try help, you didnt do nothing
  14. M

    Lua Invasion 1 week

    bump
  15. M

    Lua Invasion 1 week

    How to make to the invasion start in a random hour? Someone help me to fix or fix to me 2 errors when start the server
  16. M

    Lua Invasion 1 week

    EDITED i have fixed
  17. M

    Lua Invasion 1 week

    Im so sorry, im so dumb What did I do wrong? <globalevent name="Invasion" time="03:22:00" script="raids.lua" /> raids.lua local now = os.date("*t") local raids = { 'Orshabaal', 'Orshabaal', 'Orshabaal' } if now.wday == 7 or now.wday == 1 then -- if today is monday (wday can be 1-7...
  18. M

    Cloudrino free lifetime host

    only 512, maybe can be truth but u can start just a war server or something light
  19. M

    Lua Invasion 1 week

    Maybe but u know how to make function in script to spawn monsters? startInvasionFunction
  20. M

    Lua Invasion 1 week

    local rand = math.random(1, 10000) if(rand == 1) then raid1 My problem is to make startInvasionFunction How to do it? Where i put this func?
Back
Top