Jump to content
Sign in to follow this  
dikapramantya

Cursed Circle Skill Bug

Recommended Posts

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 

Share this post


Link to post
Share on other sites

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.  :D:).

Thank you for updating us on bug :).

 

{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 :).

Edited by hikashin

Share this post


Link to post
Share on other sites

YAY Captain.

i will try for this

Ok :). goodluck ahahahah if you ever found out any bug again just create new thread on 3ceam support area.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.