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

  1. H

    OTClient How do people create effect transparency

    Thanks. But i think source part is a bit tricky for example src/client/effect.cpp src/client/missile.cpp src/framework/core/graphicalapplication.h is quite different from otcv8
  2. H

    OTClient How do people create effect transparency

    Hello, i noticed a lot of projects have in options of their client the opasity slider that you can adjust the visability of sprite, is there a comit for it that i never saw? Since its quite a lot of server using it
  3. H

    TFS 1.X+ TFS 1.2 How can i change this and add items to creature and not players

    Tried but after that code stoped working completely
  4. H

    TFS 1.X+ TFS 1.2 How can i change this and add items to creature and not players

    TFS 1.2 Basically this is onKill creaturescript and for some reason it adds the item to a player and not a monster corpse. How can i prevent it and add the item to a creature corpse? for _, boss in ipairs(bosses) do if playerLevel >= boss.minLevel and playerLevel <= boss.maxLevel and...
  5. H

    TFS 1.X+ data/npc/lib/npcsystem/modules items[itemid] == nil error

    Have no idea whats the point of your screenshot
  6. H

    TFS 1.X+ data/npc/lib/npcsystem/modules items[itemid] == nil error

    But its not an exact npc issue because there is nothing wrong on those npcs. The issue is with npcsystem/modules
  7. H

    TFS 1.X+ data/npc/lib/npcsystem/modules items[itemid] == nil error

    Still looking for solution
  8. H

    TFS 1.X+ data/npc/lib/npcsystem/modules items[itemid] == nil error

    Lua Script Error: [Npc interface] (Unknown scriptfile) data/npc/lib/npcsystem/modules.lua:1014: [ShopModule.onSell] items[itemid] == nil stack traceback: [C]: at 0x555555661da0 [C]: in function 'error' data/npc/lib/npcsystem/modules.lua:1014: in function 'callbackOnSell'...
  9. H

    OTClient My onPositionChange and isInArea being called every time

    Works perfectly Well as far as i know this code shouldnt cause any issues if there isnt many areas added in the table and i gonna have max around 50areas or less, it shouldnt even have any performance hit with 300 areas. Talking about zones and moving it to tfs and sending opcode idk if its...
  10. H

    OTClient My onPositionChange and isInArea being called every time

    Pretty much perfect, but found a way to bug it, if you enter it and fast leave the area the text freezes permanently until you re-enter the area and you can do it every time
  11. H

    OTClient My onPositionChange and isInArea being called every time

    nameLabel:setText(area.name) is being displayed just once, even if you re-enter the area
  12. H

    OTClient My onPositionChange and isInArea being called every time

    timestamp is a nil value
  13. H

    OTClient My onPositionChange and isInArea being called every time

    So this brings to issue number 1 where you can walk in the area and still get
  14. H

    OTClient My onPositionChange and isInArea being called every time

    A bit better but now it shows just one time even if you leave it and re-enter it doesnt show the name anymore
  15. H

    OTClient My onPositionChange and isInArea being called every time

    Hey, I'm facing an issue that I can't fix. I've tried almost everything, but I can't find a solution. Basically, this script displays text when entering a described area, which is from the top-left corner to the bottom-right corner. So, when you enter the area, it shows the text, which is...
Back
Top