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

  1. ralke

    OTClient Change from chase mode to Stand While Fighting mode

    Using TFS 1.5, mehah otclient and A* algorythm from @Itutorial https://otland.net/threads/tfs-a-algorithm-d.282100/page-9#post-2751080 Testing with mehah's otclient, when you attack while you're with chasing mode enabled, then you move, it start to hesitate between following or leaving the...
  2. ralke

    TFS A* Algorithm :D

    @Itutorial bug found. Testing with mehah's otclient, when you attack while you're with chasing mode enabled, then you move, it start to hesitate between following or leaving the target. It should change from chase mode to Stand While Fighting mode. OTClient logs sent me this: Codicia 3.x rev...
  3. ralke

    Windows Replace First 12K Items from 1. Tibia dat/spr to 2. Tibia dat/spr?

    Yeah, use Tidus Sprite Editor. https://otland.net/threads/tidus-spr-editor-v1-5.162171/ Uncompress the sprite file, paste manually, then compress. Regards!
  4. ralke

    [Chile] [8.6] GreedOT 2023 | Saturday 1 July 2023 (7:00 a.m. GMT-4 Chile) | Custom Map | Monster Levels | Upgrade system

    Raised every experience rate at GreedOT. Here goes the new table. From level 1 to 20, *40 From level 21 to 40, *38 From level 41 to 60, *36 From level 61 to 80, *34 From level 81 to 100, *32 From level 101 to 120, *30 From level 121 to 140, *28 From level 141 to 160, *26 From level 161, to...
  5. ralke

    Black Tek Server Pre-Release

    Sorry for getting involved but just wanted to add my guess on this... Some repositories doesn't seek contributors. Because in this case, Codina is skilled enought to work and test his work. That's what support board does every day. The access is the answer that you get, and that access is...
  6. ralke

    Problem loading map after applying a commit Use string views to avoid copying strings (#4079)

    Why compiling in 32 bits? Switch to 64 bits if possible. Other that I don't know how to help more. Left you a message on the other thread, good luck! :)
  7. ralke

    TFS 1.X+ Help with recent memory commit logs

    Here's your answer my friend. Don't want to cheer you down. But you have made a back-up right? Use Git Desktop to revert the commit and start again without that one. Because as I posted here TFS 1.X+ - Help with recent memory commit logs...
  8. ralke

    C++ Characters start autowalk when targeting

    Hi there! I'm working with TFS 1.5 downgrades and NRH-AA pathfinding and I still miss a little thing. When I attack a creature the character automatically walks into the target, even if it doesn't have the chase mode on. For this I saw that there's an else if (followCreature) at void...
  9. ralke

    TFS 1.X+ Help with recent memory commit logs

    NPC memory leak fix applied ^^ Fix Memory Leak from Npc events · ralke23/Greed-TFS-1.5-Downgrades@86ccd15 (https://github.com/ralke23/Greed-TFS-1.5-Downgrades/commit/86ccd1524980fbc1149da33fefe08f09e0b3fc94)
  10. ralke

    TFS A* Algorithm :D

    Nekiro's last commit was at Jun 25, 2022. From that date see what changes it has in comparission to the repository you attached. My source is not "up to day", it is just forward work from raw nekiro sources (we can only call up to date to repositories that liteally are up to day with the...
  11. ralke

    TFS A* Algorithm :D

    This one! GitHub - nekiro/TFS-1.5-Downgrades at 8.60 (https://github.com/nekiro/TFS-1.5-Downgrades/tree/8.60) Yes! Will work. For both of you guys, if you're struggiling compilingit PM me and i'll send you a link to vcpkg (I think it is against the rules to post the link directly here, if...
  12. ralke

    TFS 1.X+ Help with recent memory commit logs

    Lower versions should be accurate by now, 8.6 protocol was released 14 years ago hahaha, we just lack of c++ knowledge!
  13. ralke

    TFS 1.X+ Help with recent memory commit logs

    Thanks for pointing that NPC commit. I was wondering why NPC scripts we're loading with high ms. while loading this https://otland.net/threads/any-tfs-catch-scripts-that-freeze-server.261466/#post-2702555 Can't say more than that before testing that one, but would be nice if you get us some...
  14. ralke

    TFS A* Algorithm :D

    Just did this post, im going to copy paste that here. Guys can't be more clean than this. https://otland.net/threads/help-with-recent-memory-commit-logs.288650/#post-2750688 I'll try to do it the easier as possible. Do the following to merge (some commits will tell you to do this... and then...
  15. ralke

    TFS 1.X+ Help with recent memory commit logs

    I'll try to do it the easier as possible. Do the following to merge (some commits will tell you to do this... and then revert that... just don't delete & go, sometimes use // to comment code in case you probably have to add it later): The following commit logs must be applied from achieved...
Back
Top