Jump to content
  • 0
Sign in to follow this  
ShankS

Tarot Card of Fate Effect Cooldown

Question

i having a problem with tarot card of face effect

when clown use tarot card of fate on enemy

then this effect shows on the target, the clown cant use tarot card of the until the cool down finished.

is there anyone knows how to remove this effect??

 

please see the Screenshot below. sorry for the graphics i forgot to change my screen resolution.

2w734fq.jpg

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

hey dude. i found it by my self. try change this

1                        sc_start(src,bl,type,100,skill_lv,skill->get_time2(skill_id,skill_lv));   make it 0 lik

                        sc_start(src,bl,SC_INCATKRATE,100,-20,skill->get_time2(skill_id,skill_lv));
                        sc_start(src,bl,SC_INCMATKRATE,100,-20,skill->get_time2(skill_id,skill_lv));
                        sc_start(src,bl,SC_INCHITRATE,100,-20,skill->get_time2(skill_id,skill_lv));
                        sc_start(src,bl,SC_INCFLEERATE,100,-20,skill->get_time2(skill_id,skill_lv));
                        sc_start(src,bl,SC_INCDEFRATE,100,-20,skill->get_time2(skill_id,skill_lv));
2                       sc_start(src,bl,type,0,skill_lv,skill->get_time2(skill_id,skill_lv));

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
Answer this question...

×   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.