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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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