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

    LeverKinght POI - How not pass other vocation

    I have this script for Vocation Lever in POI entrance but many many noob players are dying for nothing is there any way of case is not the vocation chosen, the player is teleported away, preventing it dies or suffers damage local zabierz = 300 local kolor = 163 function onStepIn(cid, item...
  2. D

    GESIOR 2012 - Version 1.0.0 BETA

    Works Fine to me Latestnews - Nome do OT But, no have SHop System in new version?
  3. D

    Kick Player lvl 8 by talkaction

    Works rep ++
  4. D

    Kick Player lvl 8 by talkaction

    Hello, would be possible to create a talkaction kick all players equal to or below level 8? thanks
  5. D

    How to install website at a different dedicated than your main-server.

    kito, gesior and modern support this feature you have to give access to another user in your database with GRANT sry for my bad english
  6. D

    Fix/Patch Anti-clon NPC with Elfbot

    or use new Modules.lua in npc folder
  7. D

    GESIOR 2012 - Version 1.0.0 BETA

    Gesior, this Bug are Fixed ? http://otland.net/f250/bug-gesior-generate-new-recovery-key-104530/
  8. D

    Hosting, Qual o melhor e mais confiavel?

    assino embaixo malukao eh safado la´ pra quem tem cartao inter e quer ter VPS apenas - eu uso Thrust::VPS | Cranking it to 11 a grande vantagem que eles utilizam sistema KVM que vc mesmo pode instalar o sistema operacional a hora que quiser. Dedicado softlayer, mais pena que é caro ainda. Ja...
  9. D

    Auction Npc

    Gratzzz Bro seria interessante um proximo passo que seria mostrar as vendas em php repp pra vc
  10. D

    GlobalEvent Server Save [Optimized, less lag] v1.8

    I use this creature script in my server : function saveRepeat(cid) if not isPlayer(cid) then return true end doPlayerSave(cid) doPlayerSendTextMessage(cid,19, 'Seu Char foi salvo automaticamente.') doSendMagicEffect(getThingPos(cid), 65) save = addEvent(saveRepeat...
  11. D

    GlobalEvent Server Save [Optimized, less lag] v1.8

    Logically yes, most do not have a long save. it depends on the operating system, mysql tunner, processor and memory ** Update ** in my server, i use tilelimit = 7
  12. D

    GlobalEvent Server Save [Optimized, less lag] v1.8

    Not freezed using LINUX with 4GB ram 112 On Added more rates until 300
  13. D

    Linux Not being able to connect to server

    Same problem Here man
  14. D

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    Nice AAC Znote I have installed AAC in webhosting separated with my server. More secure. Nice Nice
  15. D

    Partner System

    Thanks Rep you
  16. D

    Partner System

    Nice Script you have script for php ?
  17. D

    [Mysql + PHP] SOLVED

    Lucas, Voce gostaria de uma query especifica?
  18. D

    Solved 011-string.lua problem!

    Test this Talkactions / teleporttown function onSay(cid, words, param, channel) local master = false if(words == '/t') then master = true elseif(param == '') then local str = "" for i, town in ipairs(getTownList()) do str = str .. town.name .. "\n" end...
Back
Top