• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Stanos

    TFS 1.X+ About bouncing spell

    Improved it a little bit, should be crash free local config = { level = 20, maglevel = 5, range = 4, cooldown = 1000, manaCost = 100, maxTargets = 3, specRange = 3, combatType = COMBAT_ENERGYDAMAGE } local setmetatable = setmetatable local contains =...
  2. Stanos

    TFS 1.2 Action Script Exp give doesnt trigger creaturescript onadvance

    Adjusted the loop to iterate through each level gained, applying rewards for each level. Probably thats why you're not getting onadvance rewards
  3. Stanos

    TFS 1.X+ Is it possible to execute effect exactly when distaneeffect hits the target

    There you go local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) combat:setFormula(COMBAT_FORMULA_LEVELMAGIC, 3, 12, 4, 25) -- should be similar to your local function callback(creature, variant) local target = Creature(variant:getNumber()) if not target...
  4. Stanos

    State of custom servers over the years

    Spitting facts
  5. Stanos

    Looking for long term TFS 1.2/OTCV8 programmer

    Looking for another partner. Current one took a break from tibia for a while.
  6. Stanos

    Will an audio chat be possible?

    Damn it would be Lidl version rust
  7. Stanos

    Naruto-based sprites

    Probably the best animation sprites i have ever seen for naruto style, hella smooth
  8. Stanos

    OTClient shader on map

    Probably best option would be using Zones Zones · Tofame/TMS@b3ffed2 (https://github.com/Tofame/TMS/commit/b3ffed23564ff944ce7655dc5a8b3bce6cf89501#diff-d3e1ef0208e38a3e926bd8f233a871389064cc50a118ccded7eb691d5051ff40R189) and applying w/e shader you want on that zone
  9. Stanos

    TFS A* Algorithm :D

    Indeed, it appears better, but I'm particularly interested in how much it has improved RAM usage, as it's one of my main concerns
  10. Stanos

    TFS A* Algorithm :D

    Do benchmarks before and after
  11. Stanos

    Looking for long term TFS 1.2/OTCV8 programmer

    Hello, since I have limited time and can't invest much of my own dou to work, I'm seeking a skilled programmer with experience in TFS 1.X and OtclientV8. The main priority is clean, organized, and well-optimized code. I'm not interested in a programmer who merely achieves the desired outcome but...
  12. Stanos

    [TFS 1.4.2] Boss Reward Chest or Boss Reward Bag

    And i would suggest making new variable in table for monsters like monsters = {... ...} and not using string:split(",") because its hella slow if there is a lot of monsters you should use pairs just for i loop. Its always good to optimize the code because current code is hella slow
  13. Stanos

    [TFS 1.4.2] Boss Reward Chest or Boss Reward Bag

    Great release but i would suggest using ip limitation because this event could be easily abused by MC players and will put a lot of people in bad situations because of those farmers, so limiting it only just once or twice per ip would solve it.
  14. Stanos

    How many people are using WASD vs Arrows vs Numpad to walk?

    WASD for a while since my keyboard is mini, so there isnt arrow option.
  15. Stanos

    OTClient how to change icon of compiled otclient exe file?

    1. Open Visual Studio 2. Press continue without code 3 .Press ctrl+O 4. Selected ur .exe file 5. Delete old icon and imoport new 6. Press save
  16. Stanos

    C++ Server crashing strange error

    Hmm my speculation is that it tries to access memory that doesn't exist, possibly due to a null pointer or some other memory corruption issue 🤔
  17. Stanos

    TFS 1.2 Removing Items even if its in part of the house

    Hello, issue you facing is really easy to fix. The reason why it deletes furniture from you house is because items are marked as not Movable so instead write a lua code to block item movement. So uncheck in objectbuilder the option not movable and inside players.lua in events folder add this...
  18. Stanos

    Windows Help me please, someone is making DDOS on my OT.

    This is the reason why @Gesior.pl released ots statistics Feature - [TFS 1.4] OTS statistics (C++/Lua/SQL) by kondra (https://otland.net/threads/tfs-1-4-ots-statistics-c-lua-sql-by-kondra.283717/) to catch code that could be causing it would speculations. And OVH provides protection for DDOS so...
  19. Stanos

    New server in the works with no cash shop.

    Sounds like a lobotomy to me, uGa BuuGa im to lazy to visit NPC.
Back
Top