• 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!

Recent content by bonfim25

  1. bonfim25

    Solved Compiling code blocks OTClient erros

    I was able to compile a few months ago, but after I installed visual studio to compile tfs, I could no longer compile the otclient in the code blocks. It does not exceed 89%, and sometimes it stops before. EDIT : I compiled in visual studio using this tutorial...
  2. bonfim25

    Lua Skill pull not pull tfs 1.2

    bump
  3. bonfim25

    Compiling Cannot open include file: 'boost/asio.hpp': No such file or directory

    use this tutorial I compiled all kinds of tfs based on it: Compile
  4. bonfim25

    Windows Object Builder SPR unsupported version

    add dat / spr signature on versao.xml in the object builder folder
  5. bonfim25

    Client convertor!

    actually it does not work, but I managed to convert the dat / spr 8.60 to 8.00 the object builder it's an error at compile time but if you close and open again it will have changed the version and subscription to 8.00
  6. bonfim25

    Client convertor!

    I can try, I tried not to use it in this version, you can have some sort of limitation but I will try to download and convert.
  7. bonfim25

    Client convertor!

    strange that there never happened to me, the image : @edit:try using a newer version of the client convert.
  8. bonfim25

    Client convertor!

    ClientConverter needs so that has 4k sprites? I use it in version 10.76 to 10.90 over 200k sprite and it worked
  9. bonfim25

    Client convertor!

    you can use the convert client but to compile it https://otland.net/threads/open-tibia-framework-c.234693/
  10. bonfim25

    Windows Object Builder SPR unsupported version

    your dat in this version 8:54 but I do not know the signature of this version of spr , Try switching SPR, the right to this dat is SPR = 4B1E2C87
  11. bonfim25

    CreatureEvent [TFS 1.1] Skill Points, modalwindow

    Thanks, but not yet worked. I added and gave error player (a nil value) and I changed player to self: local maxStor = skills[choiceId][5] local getStor = self:getStorageValue(maxStor) if getStor == -1 then self:setStorageValue(maxStor, 0)...
  12. bonfim25

    CreatureEvent [TFS 1.1] Skill Points, modalwindow

    I'm still noob in this part, I'm trying to learn day long trying to do What you said but I could not, could you give me an example of how to do?
  13. bonfim25

    Lua Skill pull not pull tfs 1.2

    I used the 0.4 tfs and this spell pulled the monsters and players, but in tfs 1.2 it does not pull, it's the damage and the effect and not the error in any distro. local exception = {"Trainer"} local function doPushCreature(target, cid) if target > 0 then local position =...
  14. bonfim25

    CreatureEvent [TFS 1.1] Skill Points, modalwindow

    I need to limit one skill to add to 100 skill points maximum, example: I want it to be possible to add only 100 skill points in capacity and others can continue to add.
  15. bonfim25

    Feature True dual wielding for TFS 1.x

    one-handed weapon and shield, skill level up first fight and shield and not leveling sword, axe and club skill ,sorry for bad English!
Back
Top