-
Posts
105 -
Joined
-
Last visited
Community Answers
-
zeusc137's post in show/limit damage to 999999 was marked as the answer
I found out my Rag client does not support this patch, only older ones, you can check yours here:
https://nemo.herc.ws/patches/IncreaseAtkDisplay/
-
zeusc137's post in Erase quest within same day, edit quest.cpp (SOLVED) was marked as the answer
Hey I found out a good way I can use your suggestion with TimeLimit and the end result will be as I wished.
I just changed this part of src/map/quest.cpp:
// if (time_today >= (qi->time % 86400)) // Carry over to the next day if (time_today >= qi->time) // Don't Carry over to the next day day_shift = 1;
-
zeusc137's post in [SOLVED] Help Testing Walkable Cells prontera.rsw was marked as the answer
Hello everyone, I found my issue!
It happens I was changing the wrong map_cache.dat file located at rathena/db/map_cache.dat
After changing ONLY the rathena/db/re/map_cache.dat (that's inside 're' folder) I was able to walk into the cells that were blocked.
Let me know if you run into a similar issue and feel free to reach out!
--
Thank you! Have a good one!