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

    [Download] Tibianic DLL Sources (Client Injection)

    how does updater works?
  2. miguelshta

    [USA][7.7] Dalnera START [MAY 09 16:00 CET]

    donate shop is not edited yet 1588880008 sorry i dont got much time to post soo here you are: <stage minlevel="1" maxlevel="8" multiplier="40"/> <stage minlevel="9" maxlevel="20" multiplier="35"/> <stage minlevel="21" maxlevel="30" multiplier="30"/>...
  3. miguelshta

    talkaction mana train tfs 0.4

    hello i wanted for a script to train mana in my ot to make it work u need an spell an mana to say it example: !train exura vita,400 >> it will use exura vita when has 400 of mana thanks for all !! <3
  4. miguelshta

    [USA][7.7] Dalnera START [MAY 09 16:00 CET]

    IP: dalnera.com Port: 7171 Version: 7.7 Client: 7.7 Experience Stages: Level 1 to Level 8 = 40x Level 9 to Level 21 = 20x Level 21 to Level 50 = 15x Level 161 to Level * = 2x Skill Rates: Skills: 1.8x Magic: 1.4x Loot: 1.5x Some Featured images! Inquisition Quest Demon Oak Ferumbras Banuta
  5. miguelshta

    [Znote AAC] Top fraggers

    same here tfs 0.4
  6. miguelshta

    Remove Hotkey AimBot (use on your self/ use on target)

    need this too @kondra
  7. miguelshta

    C++ ManaShield Damage Transparent

    nice i found it but its any way to make it transparent like the image i sent?
  8. miguelshta

    C++ ManaShield Damage Transparent

    nice thats all what i need but i dont have these lines in game.cpp just have this: if(target->hasCondition(CONDITION_MANASHIELD) && params.combatType != COMBAT_UNDEFINEDDAMAGE) { int32_t manaDamage = std::min(target->getMana(), damage + elementDamage)...
  9. miguelshta

    C++ ManaShield Damage Transparent

    i'm talking about the text the "107" numbers of the hit in the character scyzor
  10. miguelshta

    C++ ManaShield Damage Transparent

    Hello i want to be able to change the manashield damage color in my configlua i saw this effect some times in tibia rl in the old times the effect becames transparent i'm using tfs 0.4, i tried to change to COLOR_GREY but didnt change anything still seeing blue so if someone can help me it would...
  11. miguelshta

    Unique client

    bmp
  12. miguelshta

    TFS 0.X TFS 0.4 ancient version Exori weapon type dmg

    still not working here is the full modified script --[[ Lessaire thinks your idea is cute ]]-- function onGetFormulaValues(cid, level, skill, attack, factor) local skillTotal, levelTotal = skill + attack, level / 5 return -(skillTotal * 1 + levelTotal), -(skillTotal * 1.7 + levelTotal)...
  13. miguelshta

    TFS 0.X TFS 0.4 ancient version Exori weapon type dmg

    didnt work but no console errors --[[ Lessaire thinks your idea is cute ]]-- function onGetFormulaValues(cid, level, skill, attack, factor) local skillTotal, levelTotal = skill + attack, level / 5 return -(skillTotal * 1 + levelTotal), -(skillTotal * 1.7 + levelTotal) end local...
  14. miguelshta

    TFS 0.X TFS 0.4 ancient version Exori weapon type dmg

    {"2432, 12690, 12691, 12689"}
  15. miguelshta

    TFS 0.X TFS 0.4 ancient version Exori weapon type dmg

    looks nice but how i can activate it i put fire axe and use exori and the dmg not change only physical
  16. miguelshta

    Problem in client tibia

    same problem here
Back
Top