President Posted May 24, 2012 Posted May 24, 2012 Problem : my player who job's wanderer , they talk to me Skill SCREAM can't stun enemy . where i must check that script...? Quote
Nicko Posted May 24, 2012 Posted May 24, 2012 Hi! You can check it at: src/map/skill.c: case DC_SCREAM: sc_start(bl,SC_STUN,(25+5*skilllv),skilllv,skill_get_time2(skillid,skilllv)); break; The script sounds fine, they can't stun probally by the renewal mechanics. Quote
Emistry Posted May 24, 2012 Posted May 24, 2012 maybe his enemy has stun immune ? Orc Hero Card ? High VIT ? other resistance card for stun ? Quote
President Posted June 10, 2012 Author Posted June 10, 2012 Hi! You can check it at: src/map/skill.c: case DC_SCREAM: sc_start(bl,SC_STUN,(25+5*skilllv),skilllv,skill_get_time2(skillid,skilllv)); break; The script sounds fine, they can't stun probally by the renewal mechanics. maybe his enemy has stun immune ? Orc Hero Card ? High VIT ? other resistance card for stun ? this problem is already solved. i'm looking on my server is higher vit. so stun block on player.. hehe thanks all Quote
Question
President
Problem : my player who job's wanderer , they talk to me Skill SCREAM can't stun enemy . where i must check that script...?
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.