Cursed Circle Skill Bug

dikapramantya

New member
Messages
80
Points
0
I want to repot about Cursed Circle Skill Bug.

this bug its fixed in rathena/hercules.

How to reproduce?

1. Need enemy in pvp to test it.

2. Prepare your skill Raging push Strike / palm push strike, and cursed circle

3. Use palm push strike your enemy and directly press cursed circle before enemy knockback 

4. See what happen next, enemy still freeze because cursed circle effect and your sura can't free move to kill enemy

in rathena/hercules you can't use this trick

please give me knowledge to fix it 

 
I'll try to check out this bug and find fix for this later
default_smile.png
.

 
I want to repot about Cursed Circle Skill Bug.

this bug its fixed in rathena/hercules.

How to reproduce?

1. Need enemy in pvp to test it.

2. Prepare your skill Raging push Strike / palm push strike, and cursed circle

3. Use palm push strike your enemy and directly press cursed circle before enemy knockback 

4. See what happen next, enemy still freeze because cursed circle effect and your sura can't free move to kill enemy

in rathena/hercules you can't use this trick

please give me knowledge to fix it 
Hello bro try this this is temporary Fix. and unofficial on 3ceam fix. 
default_biggrin.png
default_smile.png
.

Thank you for updating us on bug
default_smile.png
.

{tried and tested]

find this on rewrite/src/map/status.c

case SC_CURSEDCIRCLE_ATKER:
            if( sce->val3 )
map_foreachinrange(status_change_timer_sub, bl, skill_get_splash(SR_CURSEDCIRCLE, sce->val1),BL_CHAR, bl, sce, SC_CURSEDCIRCLE_TARGET, gettick());
break;
 

to

case SC_CURSEDCIRCLE_ATKER:
            if( sce->val3 )
                map_foreachinrange(status_change_timer_sub, bl, battle_config.area_size,BL_CHAR, bl, sce, SC_CURSEDCIRCLE_TARGET, gettick());
            break;


Don't forget to recompile
default_smile.png
.

 
Last edited by a moderator:
Back
Top