

H4Mm3r
-
Posts
24 -
Joined
-
Last visited
Community Answers
-
H4Mm3r's post in [SOLVED] Sitting HP/SP regeneration was marked as the answer
Hi,
Your first suggestion is working but affecting sitting and standing regen. In addition, it was affecting the amount of regenrated HP/SP.
With those clues, I've found the adapted solution to my goal.
Sitting HP/SP recovery is faster, but regenrated amounts are the same.
status.c line
if(vd && vd->dead_sit == 2) multi += 2; if(regen->state.gc) multi += 1; Change "multi += 2;" by the ratio you want. (ex. 9 is *10 faster)
Thanks for all answers !!!
Regards
-
H4Mm3r's post in Izlude problem of npc spots and wrongly placed warps was marked as the answer
Hello,
You have to extract the good mapcache file and patch your server and client's grf with.
https://rathena.org/board/topic/53424-weemapcache/
-
H4Mm3r's post in [SOLVED] Special character in NPC mes was marked as the answer
Thanks a lot.
Downloaded this version http://forum.ratemyserver.net/ro-graphic-coding-media/roext-mouse-freedom-and-some-tweaks/and setted "CodePage =65001" fixed my problem.