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

    Lua Limit 3 IPs for this script

    Thank you man! I thought you guys forgotten this... Thanks to report this, i didn't saw this! Is anybody know how to fix? bump bump bump bump bump bump
  2. supergt

    Lua Help random items stats

    bump
  3. supergt

    Send item back to owner Auction System

    I'm sorry if it looks dumb, but isn't this: function onStartup() local result = db.getResult("SELECT `id`, `date`, `player`, `itemid`, `count` FROM `auction_system` ORDER by `date` ASC;") local days = 30*3600*24 local nowtime = os.date('*t') if(result:getID() ~= -1) then...
  4. supergt

    Lua Help random items stats

    bump
  5. supergt

    Send item back to owner Auction System

    bump
  6. supergt

    Lua Help random items stats

    bump
  7. supergt

    Compiling Help to add Auto Recharge Ammo in 0.4

    Is anybody know how to fix this? Is anybody know how to fix this? bump
  8. supergt

    Lua How to set this text in the end?

    @Leo32 is this errors because of this 2 true's, i dont got what is this trues/falses... [3] = {10, true, true} Did u know? (thank you to your helps)
  9. supergt

    Lua Limit 3 IPs for this script

    @GarQet do you know? bump Any progress @dawnking ?
  10. supergt

    Lua How to set this text in the end?

    @Leo32 ?
  11. supergt

    [REQUEST] Monsters Hero Cave

    I dont think so, could you share the xml? here [ code ] [ /code ]
  12. supergt

    Compiling Help to add Auto Recharge Ammo in 0.4

    bump bump Any progress @dawnking ?
  13. supergt

    [REQUEST] Monsters Hero Cave

    Yes, left this one.
  14. supergt

    Lua Quest time online to do again

    Oh srry, thank you so much, u gave a better way... Did i made right? local mins = 60 * 1000 local hours = 60 * 60 * 1000 local days = 24 * 60 * 60 * 1000 local quests = { [8000] = { item = 2385, lvl = 1, time = 1 * mins }, -- sabre [8001] = { item = 2485, lvl = 2, time = 5 * mins}, --...
  15. supergt

    Lua Quest time online to do again

    It would make the code heavy? Because its too more easy take a look and manage on mins,hours,days then *60*1000, *60*60*1000, *24*60*60*1000 Did you know how to if choose days then time = time * 24 * 60 * 60 * 1000 elseif choose hours then time = time * 60 * 60 * 1000 elseif choose...
  16. supergt

    Lua Quest time online to do again

    I think on this way should be unmannaged There is no way to choose one of mins, hours, days? For example: local quests = { [8000] = { item = 2385, lvl = 1, mins = 1}, -- sabre [8001] = { item = 2485, lvl = 2, mins = 5}, -- doublet [8002] = { item = 2526, lvl = 3, hours = 2}, --...
  17. supergt

    [REQUEST] Monsters Hero Cave

    Anybody here have this monsters? Vicious Square.xml Renegade Knight.xml Vile Grandmaster.xml
Back
Top