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

    Otclient strange bug

    Reduced by 2 - 25000, the bug is still present. Algorithm checks all the possible roads, while it should have some kind of if statement, if there is some obstacle.
  2. Z

    Otclient strange bug

    @refresh After compiling it in x86 mode(32 bits) it does not crash, but there is huge fps dropdown for like a second.
  3. Z

    Otclient strange bug

    Hello, I discovered some strange bug in OTC. I downloaded fresh files from git and compiled it under windows. Basically problem occurs when player want to move somewhere where path finding algorithm cant reach. I have sended example in attached files. When I download precompiled old exe this...
  4. Z

    Errors while battle with monsters

    Hello I have a weird problem with otc when i am fighting with monster. Sometimes after their death they are not corpse, sometimes they or my character disappear, or i can see two monsters being one. TFS 0.3.6pl Otclient: newest compiled from github. Console:
  5. Z

    Problem with scrollbar

    Someone, something? Or maybe there is some tutorial about otui styling?
  6. Z

    Problem with scrollbar

    Hello I have a problem with implementing scrollbar :D It show itself but scrolling is not working. shop.lua: function init() shopWindow = g_ui.displayUI('shop') shopWindow:hide() shopTabBar = shopWindow:getChildById('shopTabBar')...
  7. Z

    Retro mobile games

    Now there are apps too! redfrogstudio.pl
  8. Z

    Changing colors after transformation dont working

    #refresh Does it work in other tfs versions?
  9. Z

    Changing colors after transformation dont working

    #refresh Someone?
  10. Z

    Changing colors after transformation dont working

    After changing outfit I can't update the colors via outfit window, it works after relog
  11. Z

    Changing colors after transformation dont working

    Already tried with doPlayerSave(cid). local oldO = getCreatureOutfit(cid) local outfit = {lookType = 326, lookHead = 0, lookBody = oldO.lookBody, lookLegs = 0, lookFeet = 0, lookAddons = 0} doSetCreatureOutfit(cid, outfit, -1) doPlayerSave(cid) Not working :(
  12. Z

    Changing colors after transformation dont working

    After transformations i get outfit where I can change colors. I change the colors but nothing happen. After i relog i see my outfit with changed colors and I can normally change them and see them. But there must be possibility of doing that without relog.
  13. Z

    Changing colors after transformation dont working

    Neither @megagaea nor @jestem pro solutions are working. But i observed one thing. After changing colors, when I log out and log in i see outfit with my colors. How to do it without relogin?
  14. Z

    Changing colors after transformation dont working

    I dont have those functions in my function.lib :D
  15. Z

    Changing colors after transformation dont working

    Transformation: doPlayerSetVocation(cid, 336) setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+((getPlayerLevel(cid)+getPlayerReborn(cid)) * 5)) setCreatureMaxMana(cid, getCreatureMaxMana(cid)+((getPlayerLevel(cid)+getPlayerReborn(cid)) * 5)) doCreatureAddHealth(cid...
  16. Z

    Changing colors after transformation dont working

    But i already tried with this code and nothing is changing :/
  17. Z

    Changing colors after transformation dont working

    I transform by talkactions where I change looktype. Tfs 0.3.6pl, tibia 8.54. The weirdest part is that when I change looktype in sql I can change colors ad it saves. But when I transform to that looktype then its all white(ignoring colors). In outfit window it display corectly.
  18. Z

    Changing colors after transformation dont working

    Already tried - still dont working :/
  19. Z

    Changing colors after transformation dont working

    Hello I have a problem with changing colors of outfit after transformation. If I create player manualy in phpmyadmin everything works, but if i transform after changing coloros nothing happen. I use: doSetCreatureOutfit(cid, {lookType = 326}, -1) Looktype is changing and then after changing...
  20. Z

    Retro mobile games

    Hello, recently i made some retro games on android: Pipejack: Pipejack – Apps para Android no Google Play Flappy Pong: Flappy Pong – Apps para Android no Google Play Have fun!
Back
Top