if((sd->class_&MAPID_UPPERMASK) == MAPID_TAEKWON && sd->status.base_level >= 90 && pc->famerank(sd->status.char_id, MAPID_TAEKWON))bstatus->batk += sd->status.fame;
thanks for this bro... it really helps... and yesstatus.c
add after // ----- STATS CALCULATION -----
if((sd->class_&MAPID_UPPERMASK) == MAPID_TAEKWON && sd->status.base_level >= 90 && pc->famerank(sd->status.char_id, MAPID_TAEKWON))bstatus->batk += sd->status.fame;
val += (sd->status.fame *20);
when i finish the mission i can't see the +atk on my status (alt+q) i need to logout first before it showsuse this for 2atk
bstatus->batk += (sd->status.fame * 2);
no need for log out just remove or add a shield.
+20hp find val *= 3; //Triple max HP for top ranking Taekwons over level 90.
add or replace after with this
val += (sd->status.fame *20);
got it now... one last thing brother...you dont need to log out. just change equip
We use essential cookies to make this site work, and optional cookies to enhance your experience.