Tarot Card of Fate Effect Cooldown

ShankS

New member
Messages
85
Points
0
Github
ShankZ
Emulator
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


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

 
Back
Top