-
Posts
535 -
Joined
-
Last visited
-
Days Won
3
Community Answers
-
Dissidia's post in Map server restart... was marked as the answer
It's an achievement issue on pre-renewal
https://github.com/rathena/rathena/issues/4015
-
Dissidia's post in My server was working great, i close my server and then open it later. Charserv.bat gives error 'Connection to login server lost'. Please help was marked as the answer
I think its hidden. try to use ctrl+alt+del check the process. i think its still running.
-
Dissidia's post in Hello about string was marked as the answer
My problem is solved. I just use getd and setd.
-
Dissidia's post in No Guild Skill showing was marked as the answer
Solved. the guild skill tree database is missing.
-
Dissidia's post in R>Perfect Dodge & Perfect Hit was marked as the answer
in battle.c find this battle_calc_weapon_attack then insert this code:
if( sd ) { tstatus->flee2 = tstatus->flee2 - sd->bonus.perfect_hit; }
-
Dissidia's post in King of Emperium Can someone fix the script? was marked as the answer
place this to your battle.c in battle_check_target:
and recompile