Jump to content

  •  

Cannabis

Member Since 20 Jan 2015
Offline Last Active Mar 23 2015 12:08 PM
-----

Posts I've Made

In Topic: Taekwon Mission +atk instead of +fame

05 March 2015 - 10:02 AM

you dont need to  log out. just change equip

got it now... one last thing brother...

 

do you know how to reset the taekwon ranking in /taekwon?


In Topic: Taekwon Mission +atk instead of +fame

05 March 2015 - 01:08 AM

use 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);

when i finish the mission i can't see the +atk on my status (alt+q) i need to logout first before it shows


In Topic: Taekwon Mission +atk instead of +fame

04 March 2015 - 05:03 PM

status.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;

thanks for this bro... it really helps... and yes

 

how to make it +2atk and +20 HP per taekwon mission?

 

and by the way... is it really needs to logout? before i can see the +atk when the mission is done... 

 

because i need to logout first for the +atk to take effect


In Topic: Taekwon Mission +atk instead of +fame

03 March 2015 - 02:40 PM

bump

 

i really need this kind of modification in my server


In Topic: PvP Ladder

03 March 2015 - 06:00 AM

hi 'Happy' can you add something on your script like... when the player get killed he gonna lose 1point and if he is in rank 1 with 199 and the rank 2 with 198 and the rank 1 killed twice his points will be decreased to 197 and automatically downgrade the rank to 2.

 

is it possible?