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

    Lua CandyBot Use Health Potion Faster

    hello i have problems to change time to next use potion someone can little help? i try change delay but dont work -- Auto Healing Logic SupportModule.AutoHeal = {} AutoHeal = SupportModule.AutoHeal local nextHeal = {} local settings = { [RestoreType.cast] = 'AutoHeal', [RestoreType.item] =...
  2. D

    GlobalEvent [TFS 1.0/1.1] TP room text/effects

    @zbizu possible multi color? on text and text going from down to up
  3. D

    Otclient load /thing/8.6/xxx

    solution here datPath = resolvepath('/things/' .. version .. '/Tibia') sprPath = resolvepath('/things/' .. version .. '/Tibia') i remove .. version .. like datPath = resolvepath('/things' .. '/Tibia') sprPath = resolvepath('/things' .. '/Tibia') #2 put more folder need more change datPath =...
  4. D

    Otclient load /thing/8.6/xxx

    hello, how i can remove load/things/version/xx like /things/foldername/Tibia.dat like /things/foldername/Tibia.spr i find this on otclient things.lua unction load() local version = g_game.getClientVersion() local datPath, sprPath if filename then datPath = resolvepath('/things/' ...
  5. D

    [TFS 1.x] Free Scripting and Support

    hello i need manarune tfs 1.0 min max more mana for level and magic level effect animation effect text min max mana player got here script old version 7.6 function getPlayerManaMax(cid) manaNow = getPlayerMana(cid) doPlayerAddMana(cid,1000000) manaMax = getPlayerMana(cid)...
  6. D

    TFS 1.0 wand give more damage for level and magic level

    how to use? im newbie on lua i create wand.lua and add on action.xml
  7. D

    OTClient CandyBot

    solved
  8. D

    OpenTibia OTLauncher + AutoUpdater

    can someone help with this? i have failed
  9. D

    Custom Client Version

    you need change it on client too
  10. D

    command shutdown tfs 1.0

    error can you explain im newbie
  11. D

    TFS 1.0 wand give more damage for level and magic level

    hi otland someone have or can help to create wand give more damage for level and magic level shotype="fire" work on all monster if posible min damage 500 max 1000
  12. D

    (8.60) A well detailed Orc Mountain.

    reupload please
  13. D

    Modified Evolutions Map

    reupload
  14. D

    [Release] Edited Neova map by Neon

    reupload
  15. D

    TFS 1.0 attempt to call method 'say' <a nilv value>

    edit it works thanks how to block when i have full mana cant see message 0 and add level * magic level experience i get more mana now one use = full mana like this {minn=5, maxx=750, lvmul=2, mlmul=35}, {minn=150, maxx=550, lvmul=12, mlmul=1}, {minn=50, maxx=550, lvmul=5, mlmul=45}, {minn=150...
  16. D

    TFS 1.0 attempt to call method 'say' <a nilv value>

    hmm work but i see ahh i want see how many mana i got from rune
Back
Top