President Posted May 24, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 04/28/12 Last Seen: December 30, 2013 Share 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 Link to comment Share on other sites More sharing options...
Nicko Posted May 24, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 15 Reputation: 1 Joined: 05/19/12 Last Seen: May 24, 2012 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted May 24, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted May 24, 2012 maybe his enemy has stun immune ? Orc Hero Card ? High VIT ? other resistance card for stun ? Quote Link to comment Share on other sites More sharing options...
President Posted June 10, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 04/28/12 Last Seen: December 30, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
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...?
Link to comment
Share on other sites
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.