• 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

    Max HP/MP in percent (tfs 1.5 8.6) (slot system by oen)

    ? Why u give me script for item what adding % of life? xD I need change default value of health to percent value in @oen432 slot system, not need any scrolls xD
  2. D

    Max HP/MP in percent (tfs 1.5 8.6) (slot system by oen)

    Hi, i was use a slot system by oen432, and i tried change MAX HP / MP bonus to MAX HP/MP Percent bonus, but everytime when i tried change it gone wrong.. So, i change in upgrade_system_const CONDITION_PARAM_STAT_MAXHITPOINTS to CONDITION_PARAM_STAT_MAXHITPOINTSPERCENT [1] = { name = "Max...
  3. D

    MyAAC - Theme Canary (based on opentibiabr Team work)

    Any ideas why? Im using latest myacc, and when i tried install theme i get it: I tried install it manual, but then i not have menus and more problems like not see health/mana on character page //// edit i was add a menu in databse manuale, and it work in ~80% xD @jeanphilip oh shit, i...
  4. D

    How to open .AEC?

    In topic he linked a assest editir V2 😅 but i'm used it and not work. I check later ur spider editor, thaks for help
  5. D

    How to open .AEC?

    I was downloaded it from that topic: https://otland.net/threads/538-effects-appaerances-objects.291111/ Couse im looked for new effects to spells When i back to home, i will check what is "spider client converter?" and try use it😅
  6. D

    How to open .AEC?

    Ref
  7. D

    How to open .AEC?

    up
  8. D

    Break a effect limit tfs 1.5 + otc

    @Roddet thanks bro, im stupid.. I was check a screen from tutorial again, and its change msg.addByte(type) to msg.add<uint16_t>(type); I don't know why i added only <uint16_t> XD
  9. D

    Break a effect limit tfs 1.5 + otc

    Hi, i tried break a effect limit, and i think, all was changed to uint 16, but when i put in features in otc "g_game.enableFeature(GameMagicEffectU16)" then effect stop work, and when i using "exura" or other spell i got black screen in otc Any ideas what i do wrong? 1748113827 I forgott about...
  10. D

    How to open .AEC?

    Hi, i was download a sprites (assets), and i want open that file its only one file .aec I tried use assets editor 2.0, but when i tried, that soft not see any .aec file.. When i select folder where it is, its say I need download any tibia client or something to open it?
  11. D

    boost healing tfs 1.5 nekiro 8.6

    Up 1747667240 So, i tried make it with other way.. Without a boosthealing attribute, all work but can somone better with LUA tell me its good solution? local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HEALING) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)...
  12. D

    boost healing tfs 1.5 nekiro 8.6

    Yo, but its already register in items.cpp same like boost a magic damage.. And magic damage work but healing not :( case ITEM_PARSE_BOOSTPERCENTHEALING: { abilities.boostPercent[combatTypeToIndex(COMBAT_HEALING)] +=...
  13. D

    boost healing tfs 1.5 nekiro 8.6

    If u mean, about register Item in movements.xml its done.. I said boost magic damage work :( Only boost healing has problem.
  14. D

    boost healing tfs 1.5 nekiro 8.6

    Hi, any one know how to use a boost healing? I just add it to item, and it is diplay in desc, but not work with any healing spell.. SOmething with custom attributes like boost magic damage work normal.. Any ideas how to fix it? Or maybe im stupid and it not work for spell healing?
  15. D

    [1.3] Skill Rates per vocation/skillLevel mod

    Someone use it? All work good? Any Bugs?
  16. D

    Outfit window show everytime when i login [TFS 1.5]

    Its sense, couse i change mounts for use it evrywhere, on pz too and i want toggle mount if player login 😅 But ye, that not problem with source, couse i use function toggleMount every login, when it normal is using when player try use mount without selected any 😅 So ye, that's not problem with...
  17. D

    Outfit window show everytime when i login [TFS 1.5]

    Heh, i don't thinked that problem be with mounts :D Ye in toggleMount() is code: uint8_t currentMountId = getCurrentMount(); if (currentMountId == 0) { sendOutfitWindow(); return false; } And it show window if player not have mount, then i have...
  18. D

    Outfit window show everytime when i login [TFS 1.5]

    Nope thats not solution, i said yesterday (few post up), i was remove that line and window still showing, i tried remove a lastlogin check, and add storage check and same situation ;/
Back
Top