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

    TFS A* Algorithm :D

    Hmmmm definitely I would notice if so, been using this implementation for quite long and never experienced a crash. Probably op is running a third-party system that is crashing his server. Anyways if anything comes up, I can test if you can provide step-by-step. Regards!
  2. ralke

    TFS A* Algorithm :D

    how to reproduce? I can't see how the op did it
  3. ralke

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    For the moment I built something like this, it works along with other scripts which tracks the damage and healing incomes/outcomes in channels. But I guess this is clean enought to take a view. I changed the structure a little bit, but the main idea remains. Since the message exceed the maxium...
  4. ralke

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Just came back to say how unrated this system is. Excellent build base. @El Bringy You have no idea the reach of this system, source changes definitely are not needed at all.
  5. ralke

    OTClient loot stats problem new client otclient mehah

    First ask AI to elaborate printings on what you need to debug. To first know the functionality of a module you need to generate logs, and to achieve that, make prints. This way your own console from otclient will start guiding you on what to fix and why. You don't have any starting point, so...
  6. ralke

    Codicia - Development Thread

    Added own loot tracking channel. It displays the % of chance that the loot has, uses color to difference rarirty, replaces color of chance % to blue if the monster is boosted, and sends a tail message if the monster is boosted. Here's the example: Also did something similar for experience. It...
  7. ralke

    TFS 1.X+ War system not end

    It's all on the prompts, I personally use GTP-5 with subscription, it collapses a lot but if you paste the code piece by piece it will work. Probably chatGPT kept you in the talkaction workflow because you haven't clarified where the issues are, for this, ask him for prints or debugging tools...
  8. ralke

    Codicia - Development Thread

    I highly improved the text channels, adding color to messages and troubleshoot every possible scenario of combat and recovery interactions (betwen players, summons, etc). I'm on way to traduce back everything to english, so you guys will notice a few spanish words. Anyways, the syntaxis is done...
  9. ralke

    TFS A* Algorithm :D

    It does work, with excellent results. If you need the tracking list for this system specficially on that engine see this: https://otland.net/threads/tfs-a-algorithm-d.282100/page-8#post-2750689 Then scroll down the posts till' you reach this final one to see changelogs, comments, etc. You can...
  10. ralke

    MoveEvent Refill Stamina on PZ for premiums

    @Wusse asked me via pm to see this. My post was from 2021 so now I have better understanding on this. We can see on TFS branch that function onChangeZone is applied to sources, and specifically triggered onChangeMount. https://github.com/otland/forgottenserver/blob/master/src/events.cpp#L383...
  11. ralke

    TFS 1.X+ War system not end

    Well at least you know the approach you should seek by now. I would like to help more but I don't work 8.0 protocol. Since code isn't 100% protocol realated, you mostly will have to see the client-side part (otclient) to trigger the system. I'll leave you some usefull links that could probably...
  12. ralke

    TFS 1.X+ War system not end

    Which AAC did you use? If you haven't tried with ZnoteAAC yet, you can take this from their main repository https://github.com/Znote/ZnoteAAC/blob/master/guildwar.php And instruct IA (ChatGPT or deepseek) to elaborate you a quick lua script for triggering the tables. You can even use this as...
  13. ralke

    TFS 1.X+ Vial and jugs not working.

    Try with this: https://github.com/nekiro/TFS-1.5-Downgrades/commit/fe764b7bb6d4153fea5de601616e7bbe7223cedd If that doesn't work. try using this .otb file https://otland.net/threads/tfs-1-3-8-6-nekiro-downgrade-fix-for-vial-of-xx.273679/#post-2636216
  14. ralke

    [VIDEOTUTORIAL] Learning how to compile TFS 1.5 on Windows (8.60 downgraded by Nekiro)

    Go to RME, Map -> CleanUp and start with that. Sorry for the delay of the reply.
  15. ralke

    TFS 1.X+ Recomended VPS/Dedicated to BR players

    @Mateus Robeerto @Bee King how about this one? Buy VPS Server Hosting | Virtual Server Hosting from €1 | HOSTKEY (https://hostkey.com/vps/) it offers ryzen cpu with dedicated vCPU and looks great. The only thing is that I need something that pings well for players at Chile / Brasil, but idk...
  16. ralke

    TFS 1.X+ Recomended VPS/Dedicated to BR players

    Thanks for the reply. Probably hosting Windows is very amateur, haven't experienced with Linux. But I really like Windows enviroment, is there any viability of still using Windows and finding a good cheap option for hosting? What i'm looking for is a VPS that can be used in production without...
  17. ralke

    Codicia - Development Thread

    I have closed Codicia a few weeks/days ago. This lead me to start working again. So far I added new modules for OTC/server-side which are: 100% functional store system at 8.6. Fully tested and debugged. 100% functional outfit window with mounts added to 8.6. Fully tested and debugged. Both...
  18. ralke

    TFS 1.X+ Recomended VPS/Dedicated to BR players

    Thanks for that feedback! Because I didn't know the real relevance of a good processor on this. Definitely helped me out deciding what to do before hiring a VPS. Concluded that bhservers aren't shitty as @Bee King said, but, I understand is not what OP wants (1k players). For further...
  19. ralke

    TFS 1.X+ Recomended VPS/Dedicated to BR players

    Yes I agree, anyways gamer cpu are really expensive. It's ok. But guys I wonder, how much are you willing to pay for a VPS? As I see. Additional vCores won't be an issue even if TFS is single-thread, at least for what I expect to do with it. Generally I host with windows (which is more...
  20. ralke

    help mount systems 8.60

    So much thanks, it works perfectly. Did the outfit window using deepseek.
Back
Top