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

Search results

  1. kuhi

    [France] [7.4 / Custom] Realesta - Encounter, High-rate world! [29.11, Friday 18:00 CET], Antibot client.

    super stable? Since yesterday off Could add that half of they database was published in this forum because of poor security
  2. kuhi

    [France] [7.4] Tekania Online | 29.11 18:00 CET

    "for sure you did not report any of this" & "If you claim that it's true, I can check it in logs, just tell me your nickname" makes sense
  3. kuhi

    [USA][CUSTOM 7.6] ALESSYAS DREAM - START FRIDAY 18:30 (GMT+1)

    I love Adream, I played since the first edition :) This time, I think it was a mistake to give only 3 days for reset. Advertising also needs time, I think you should give at least 1 week instead of 3 days.. but anyways I hope the best for Adream I wish you the best luck
  4. kuhi

    Recomendacion VPS

    https://www.kimsufi.com/
  5. kuhi

    Recomendacion VPS

    Contabo tiene Windows bro, no creo que encuentres nada mejor por ese precio
  6. kuhi

    Recomendacion VPS

    https://contabo.com/?show=vps
  7. kuhi

    [Germany/USA] [7.4] RetroCores [8/11 - 18:00 CET]

    15:15 New record: 1003 players are logged in.
  8. kuhi

    [US] [7.4] Realistic | World Battle | BR/EU/US INTERCONNECTED HOSTS | [10/10/2019]

    This server is nice, I'm enjoying a lot, would be nice to get fixed the multiworld but it's nice to play.. The only thing I don't like is that too many makers per player are allowed, I would limit it to 1 maker per player + main char.. I've been waiting for long time a new good ot as nowadays...
  9. kuhi

    Random items loot

    Thank you bro, very useful link btw
  10. kuhi

    Random items loot

    print won't give problems by casting an integer as string? it converts automatically?
  11. kuhi

    Random items loot

    You could "debug" a bit by adding some prints: print("A"..tostring(tmpItem)) print("B"..tostring(n.attr:lower())) print("C"..tostring(new)) Just between lines 216 and 217 This way you will see in console which values are holding that variables so we can trace the null one
  12. kuhi

    Random items loot

    I'm not sure about this... but... Changing this line doItemSetAttribute(tmpItem, n.attr:lower(), new) Into this one doItemSetAttribute(tmpItem, string.lower(n.attr), new) I didn't even check what is "n.attr" but idk I think it's getting null value and I think it's just trying to convert a...
  13. kuhi

    [Canada] [CUSTOM] Medivia Online - Strife [Friday, 12th of July 2019, 20:00 CEST]

    My friend you will never find a 100% clean game Admins, cheaters, hackers, toxic kids, unbalanced new content, pay2win, broken economy, etc, etc... we always cry and I'm the first one XD The game doesn't matters...
  14. kuhi

    Lua (Math.random items / math.random level / math.random skills / math.random oufit).script

    I didn't test this as I'm not at home but this script should do the job: local storage = 67777 local given_items = {} local random_items = { 2195, 2254, 2345, 2367 } -- just replace with your item ids, add as many as you need local function replace_items(cid) for i = 1, #given_items do...
  15. kuhi

    Lua (Math.random items / math.random level / math.random skills / math.random oufit).script

    My friend a list is like arrays you can Index them this way: list[Index] So items_list[math.random(1, #items_list + 1)] https://stackoverflow.com/questions/2705793/how-to-get-number-of-entries-in-a-lua-table
  16. kuhi

    Programmer Hacking, coding, OTCV8 bots -- SecurizeMe

    thank you bro... this world is not dead because we still can see some neutrals <3
  17. kuhi

    Programmer Hacking, coding, OTCV8 bots -- SecurizeMe

    Yes I was just thinking on making pen testing for free, for an user that hated here from first post, and for a service I don't even know if you're the owner... I was thinking on doing that but you just said it before I could... you know... XD I thought you understood by pm but looks like you...
  18. kuhi

    Programmer Hacking, coding, OTCV8 bots -- SecurizeMe

    I made that codes when I had 3-4 months of experience, all my github is not from last week Some people just say thank you when someone share tools for free that you can only get paying, but as I can see others prefer to fight... Just because I didn't accept your "challenge" to work for free...
  19. kuhi

    Programmer Hacking, coding, OTCV8 bots -- SecurizeMe

    Pretty smart point of view Even if you paid billions, no one can guarantee you won't get hacked You know what a detailed report is? You know pen testing doesn't means checking every single thing of your server? You can pen test a single protocol Since I provided a list of my skills I think...
Back
Top