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

  1. norol

    Programmer TFS Services [Lua/C++], OTClient Services[Modules/C++], VPS/WINDOWS Installation

    Highly recommended—great communication, excellent workmanship, a true specialist!
  2. norol

    Paxiz Gallery

    I have a small job to assign—are you interested?
  3. norol

    OTClient Position text

    I mean the position of the text display when the player writes something, you probably meant the color of the text, right?
  4. norol

    OTClient Position text

    Hi, where change position text in redemption 4.0?
  5. norol

    RevScripts Majdeta's Free Scripting Services [TFS 1.4+]

    Hello, is it possible to create a buff spell that hits with the highest possible hit (critical) with the sword and its duration depends on the fishing skill? Tfs 1.4.2
  6. norol

    Graphic Designer Graphic Designer

    I recommend this user! Great communication during work on a submitted order, quick results, and you can feel free to ask questions and provide feedback on completed tasks.If I ever need graphics, I know where to go :)
  7. norol

    TFS 1.X+ Fast attack based on fist fighting source edit--player.cpp edit TFS 1.5

    A null pointer in the attack system – for example, weapon/tool is already nullptr at player init, or getAttackSpeed returns an incorrect value and breaks the attack scheduler from the start. So, it's not about combat, but about the attack system being triggered in Player:onLogin / doAttacking...
  8. norol

    Lua Push target spell not push into PZ [TFS 1.2]

    if tile:hasFlag(TILESTATE_PROTECTIONZONE) then return false end just use flags.
  9. norol

    Lua Monster Healing Spell [TFS 1.2]

    local area = { {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0}, {0, 0, 1, 1, 1, 1, 3, 1, 1, 1, 1...
  10. norol

    Compiling TFS1.4.2 vcpkg problem

    will it work with tfs 1.4.2 or only 1.4.0?
  11. norol

    Compiling TFS1.4.2 vcpkg problem

    Hello, I have a problem with vcpkg, namely powershell returns this message when installing bzip2 error: building bzip2:x64-windows failed with: BUILD_FAILED Please ensure you're using the latest port files with `git pull` and `vcpkg update`. Then check for known issues at...
  12. norol

    OTCv8 or Mehah Client

    Mehah is constantly being developed
  13. norol

    Programmer InSaiyan scripting[Lua/C++/PHP]

    I recommend, great contact and approach to the client, professional work!
  14. norol

    OTClient Mod problem redemption 4.0

    it doesn't give anything, as if the customer didn't receive an answer 1775687170 you're right, thank you
  15. norol

    OTClient Mod problem redemption 4.0

    Hello, I have a problem, I don't know why the text above the player's name isn't displayed, no errors my cod tfs revscripts local RANK_STORAGE = 80000 local function getRank(player) local v = player:getStorageValue(RANK_STORAGE) if v < 0 then v = 0 end return v end local function...
Back
Top