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

    What is the meaning of math.randomseed(os.mtime()) in startup.lua

    What this function do? Whats the point of having it?
  2. Lopaskurwa

    TFS 1.X+ TFS 1.2 Add timer on spell

    you mean <attack name="lifedrain" interval="2000" chance="85" length="15" spread="0" min="-3000000" max="-5000000">?
  3. Lopaskurwa

    TFS 1.X+ TFS 1.2 Add timer on spell

    what you mean
  4. Lopaskurwa

    TFS 1.X+ TFS 1.2 Add timer on spell

    Spell does zero damage its not one shotting
  5. Lopaskurwa

    TFS 1.X+ TFS 1.2 Add timer on spell

    Probably he wont :D
  6. Lopaskurwa

    TFS 1.X+ TFS 1.2 Add timer on spell

    There is flaw it targets another creatures aswell and when monster casts it, he kills himself
  7. Lopaskurwa

    TFS 1.X+ TFS 1.2 Add timer on spell

    Like this? local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_LIFEDRAIN) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) local area = createCombatArea({ {0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 1, 1, 1, 1, 1, 1, 1...
  8. Lopaskurwa

    TFS 1.X+ TFS 1.2 Add timer on spell

    I mean my timer works perfectly fine but your doesnt i just tested it the only issue it has now it became target spell not wave, it ignore local arr = { parameter
  9. Lopaskurwa

    TFS 1.X+ TFS 1.2 Add timer on spell

    Gives error on monster spell call because it doesnt have onCastSpell 1697221885 Fixed the error but monster doesnt cast that spell 1697226675 Okay so i wrote this but now spell became target idk how to make it wave for some reason it ignores my local arr and directions local combat =...
  10. Lopaskurwa

    TFS 1.X+ TFS 1.2 Add timer on spell

    Fuck, any examples how to do it?
  11. Lopaskurwa

    TFS 1.X+ TFS 1.2 Add timer on spell

    bump
  12. Lopaskurwa

    TFS 1.X+ TFS 1.2 Add timer on spell

    Is it possible to add timer on this spell so it would count when it will be casted. Basically this spell is not created in spells lua but direcetly in monster file, but basically what it does it casts wave spell that one shots everyone <attacks> <attack name="lifedrain"...
  13. Lopaskurwa

    OTClient OTCV8 Change NPC text color

    Hey, How can i change npc text color fron that blue to w/e else including highlighted text
  14. Lopaskurwa

    C++ Use shared_ptr for depot locker and depot chests

    Hello trying to install this comit Use shared_ptr for depot locker and depot chests by nekiro · Pull Request #3423 · otland/forgottenserver (https://github.com/otland/forgottenserver/pull/3423/commits/116b51f08ede4554713f1d4c63d0362989ede261) into TFS 1.2 but getting this error Warning C4189...
  15. Lopaskurwa

    Frag system issue tfs 1.2

    Gives this error when u pass max frag limit where it suppose to ban, basically it removes redskull aswell and kicks player out which is wrong. Edis it removes redskull any time player disconnects
  16. Lopaskurwa

    Frag system issue tfs 1.2

    Hey having weird issue so after reaching x amount of kills that are set in config if they pass daily frag limit or week or month they get banned but instead it just kicks them out and removes red skull aswell so its fucked up, pretty sure its this code if (getPeriodKills(1) >=...
  17. Lopaskurwa

    Game Market for OTC

    any screens?
Back
Top