Jump to content
  • 0

Everyone, I Need your Help


President

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  04/28/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   1
  • Joined:  05/19/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

maybe his enemy has stun immune ?

Orc Hero Card ? High VIT ? other resistance card for stun ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  04/28/12
  • Last Seen:  

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

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...