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

    Lua Chance system

    Error: gp.lua:2: ´]´ expected near ´,´ local t = { [1, 10] = {81, 100}, [11, 20] = {60, 80}, [21, 30] = {50, 54}, [31, 40] = {40, 45}, [41, 50] = {26, 35}, [51, 60] = {20, 25}, [61, 70] = {16, 18}, [71, 80] = {11, 15}, [81, 90] = {6, 10}, [91, 100] = {1, 5} } function...
  2. F

    Lua Chance system

    I wanted to put a chance this script: function onUse(cid, item, frompos, item2, topos) local n = math.random(10, 100) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You received "..n.."0k.") doPlayerAddItem(cid, 2160, n) doSendMagicEffect(getPlayerPosition(cid)...
  3. F

    [Gesior ACC] New layout tibia.com - 07/07

    Screen: Download: tibiacom 7z Scan: VirusTotal - Free Online Virus, Malware and URL Scanner
  4. F

    [League of Legends] General Discussion

    busy server?
  5. F

    [League of Legends] General Discussion

    9min queue ;s
  6. F

    [League of Legends] General Discussion

    yeah :D ADD ME: Mechainy
  7. F

    [League of Legends] General Discussion

    165mb remaining ........ server off?
  8. F

    [League of Legends] General Discussion

    he is chasing you :P @150mb update ohhh
  9. F

    [League of Legends] General Discussion

    2 hours to download LoL EU =/ @nice flash 0.0 US account work in EU server? (only acc, not character)
  10. F

    Compiling 64bits

    hmm thanks have any idea where can I download them?
  11. F

    Compiling 64bits

    How to compile in 64 bits with Dev Cpp or MSVC 2010 Express? I downloaded Dev Cpp Stian and used the "-m64" also still didn't work =/ In MSVC I have libs 32bit
  12. F

    [League of Legends] General Discussion

    the position is very important ;s if you have three phantoms and two infinity, forget what I said ... I play on US server nick: Buscapé question: in the EU server have lot of noobs (feeders) ?
  13. F

    Windows Problems with RME and graphics

    download video driver worked for me, I use this: Drivers - Download NVIDIA Drivers Search -> Download -> Agree & Download
  14. F

    Windows Guild War Problem

    compile with -D__WAR_SYSTEM__ ?
  15. F

    TalkAction Fly System By Darkhaos

    nice system =) in a moment I will test
  16. F

    Query

    Sorry for the inconvenience, one guy told me he had to ask. doRemoveCreature(cid,true) -- This =P db.executeQuery("UPDATE `player_skills` SET `value` = `value` + ".. w.count .." WHERE `player_id` = ".. pid .. " and `skillid` = ".. id.sword ..";") Thanks. edit -- if anyone needs, I...
Back
Top