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

Recent content by Rekzai

  1. Rekzai

    TFS 1.X+ Water attack rune attacks with water but conditions aplied afterward are different

    local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_DROWNDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_WATERSPLASH) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ICE) function onGetFormulaValues(player, level, magicLevel) local min = -((( level / 5...
  2. Rekzai

    [Modules] Rekzais OTClient Modules

    Only compiled it for Linux, but that was the plan yes. If you do a party overhaul, I might just drop that module and work on something else. Unless you do not release it to the public.
  3. Rekzai

    [Modules] Rekzais OTClient Modules

    Wanted to just provide a compiled version for the people, but yea, already working on the source edit version.
  4. Rekzai

    [Modules] Rekzais OTClient Modules

    Appreciate your input and the code snippets you gave me. Again, just started working with otclient two weeks ago, so I am still learning and trying to figure everything out. Will probably just release two variants of the module, one that is meant to be used (the one you guys are recommending)...
  5. Rekzai

    [Modules] Rekzais OTClient Modules

    I'll just do two variants I suppose. I have one with oens approach already started, just wanted to find a solution for people who can't even compile a server.
  6. Rekzai

    [Modules] Rekzais OTClient Modules

    I mean good for you guys if you do a serverside solution. Otclient already has this feature implemented for the bot so why not make use of it. This is the easiest solution without taxing the server and without making any source edits. Everything is open source and free to use. If you have a...
  7. Rekzai

    [Modules] Rekzais OTClient Modules

    I will rework the party module completely and move all the logic and communication towards the client, so the server has no load at all. Will probably take a few days until everything works completely, but it should be drag and drop then so you have to do no server side modifications! Have to...
  8. Rekzai

    [Modules] Rekzais OTClient Modules

    Thanks for the heads-up, will look into a full server side solution in the coming days and update the source with the needed changes.
  9. Rekzai

    [Modules] Rekzais OTClient Modules

    Yea, I am still thinking about another way of getting the member position, I don't think the client has information of members that are not on the screen. Will update the script with a more optimal solution once I found one. Probably limit the position change on every 5 steps instead of every...
  10. Rekzai

    [Modules] Rekzais OTClient Modules

    Yes, you want to put the modules into your mods folder and the server-side code into your scripts' directory within your data folder. If you have any issues, you can send me a dm.
  11. Rekzai

    [Modules] Rekzais OTClient Modules

    I never worked with canary, but it should be easily possible, yes.
  12. Rekzai

    [Modules] Rekzais OTClient Modules

    Thanks! Will try to build a good collection and improve code base soon. Will probably create an advanced task system, including a task tracker next. Also have to do a bit of code cleanup and changes to the existing modules. If you use any module on your server, make sure to either enable...
  13. Rekzai

    [Modules] Rekzais OTClient Modules

    OTClient Modues I recently started to work with OTClient and are slowly building a collection of modules in my spare time. You can freely use them in any project and modify it to your liking. If you find bugs or have improvements, please make sure to create either an issue or a pull request on...
  14. Rekzai

    Eternal Odyssey | USA | CUSTOM | Open Beta 14.06

    Really appreciate the fact that the rates are 10x, will definitely check out the server once the beta launcher on Friday. Create your account NOW ← Links to the wrong address btw.
  15. Rekzai

    Darkrest.Online - Nostalgia Redefined - Discussion Thread

    I've explored several servers with rarity systems, and this one is undoubtedly the best I've come across. Additionally, the crafting system is well designed, and I appreciate the consistent updates. I'll be returning once the new tasks are released. Good luck with your project!
Back
Top