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

    OTClient OTclient UI helps

    1- works TY 2- i changed, but the button still taking all the box width, its not setting width: 100 as i'm trying... why? 4- icon: /data/imgs/elfbot_icon ERROR: Unable to load texture '/data/imgs/elfbot_icon': unable to open file '/data/imgs/elfbot_icon.png': No such file or directory Loaded...
  2. sabodden

    OTClient OTclient UI helps

    I have this UI for OTClient mod: https://ibb.co/Gn9x5Ps MiniWindow id: botWindow !text: tr('ElfBot OTC 0.1 -- 0 ms - 0 exp/hour') width: 625 height: 160 icon: /data/imgs/elfbot_icon.png @onClose: modules.game_minimap.onMiniWindowClose() MiniWindowContents Button id...
  3. sabodden

    OTClientV8 BOT

    https://github.com/OTCv8/otclientv8_bot why 404?
  4. sabodden

    OTClientV8

    you could make a iOS/Android version with the bot... when u do if u do pls shows how many ppl use that, i thinkn could be more then PC users :D
  5. sabodden

    TFS 0.X Rune on spell exausted

    Is this possible to use SD + exura vita I would like to know if it is possible to create a rune (2295 for example) who uses exura vita exausted So i could use for example: Holy Missile + SD in the same second Is anyone know if it is possible? How to? <rune name="Holy Missile" id="2295"...
  6. sabodden

    OpenTibia Sprite Pack

  7. sabodden

    OTClient OTclient front end UI helps

    i had this window mod https://ibb.co/9wYRj9f MainWindow id: tutorialwindow width: 625 height: 160 !text: tr("Title of MOD") Button id: Little Button !text: tr('First button') width: 100 height: 25 @onClick: print('test') margin-top: 10 But i would like...
  8. sabodden

    [OTClient Mod] Loot stats

    amazing!!!
  9. sabodden

    TFS 0.X varied damage depending on the direction the target is facing the attacker

    Would be possible in lua, maybe by using getCreatureLookDirection(target) to make the 'exori hur' more dynamic and skillable? I would like to if target is backwards to the attacker: damage = damage * 2 And if target is beside to the attacker: damage = damage * 1.5 And one last if player is...
  10. sabodden

    TFS 0.X Attack rune, but exausted on heal

    Is it possible?
  11. sabodden

    TFS 0.X Attack rune, but exausted on heal

    No it haven't https://github.com/Fir3element/3777/blob/master/src/spells.cpp It isn't possible to do as @andu suggest? On actions to runes uses spell exausted? It would be perfect to me
  12. sabodden

    OTClientV8 BOT

    holy cow my bad sorry now i got, it just don't work on otclient, its not a mod hope some day it supports otc, or maybe your client become open source and become the new otclient
  13. sabodden

    TFS 0.X Attack rune, but exausted on heal

    still with no idea about what to do now...
  14. sabodden

    OTClientV8 BOT

    why this bot isn't open source? you don't want to share the client code, this is sad, but ok... but this bot could be the most stronger bot made for tibia that is the most important condition for most of otservers players like me, i still using classic client 8.6 running on wine, just because of...
  15. sabodden

    TFS 0.X animated dead revive the corpse, not create only a skeleton

    now it is working... but i have 3 problems 1 when i try to revive an invalid monster (not on list) [12:37:38.274] [Error - Spell Interface] [12:37:38.274] data/spells/scripts/summon/animate dead rune.lua:onCastSpell [12:37:38.274] Description: [12:37:38.274]...
  16. sabodden

    TFS 0.X animated dead revive the corpse, not create only a skeleton

    Error when i try to get up a dwarf (2960) [14:23:53.771] [Error - Spell Interface] [14:23:53.771] data/spells/scripts/summon/animate dead rune.lua:onCastSpell [14:23:53.771] Description: [14:23:53.772] data/spells/scripts/summon/animate dead rune.lua:17: attempt to call field 'mana' (a...
Back
Top