Jump to content
  • 0

WL_STASIS - Help


Cyrix

Question


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  150
  • Reputation:   13
  • Joined:  02/16/12
  • Last Seen:  

hello,

pls, someone could help me, WL_STASIS is affecting MVP. I use bRathena and can't fix.

thx...

case WL_STASIS:

if(flag&1)

sc_start2(bl,type,100,skilllv,src->id,skill_get_time(skillid,skilllv));

else{

map_foreachinrange(skill_area_sub,src,skill_get_splash(skillid, skilllv),BL_CHAR,src,skillid,skilllv,tick,(map_flag_vs(src->m)?BCT_ALL:BCT_ENEMY|BCT_SELF)|flag|1,skill_castend_nodamage_id);

clif_skill_nodamage(src, bl, skillid, skilllv, 1);

}

break;

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  150
  • Reputation:   13
  • Joined:  02/16/12
  • Last Seen:  

Solved...

Index: status.c

===================================================================

--- status.c (revision)

+++ status.c (working copy)

@@ -6306,6 +6306,7 @@

case SC_FREEZING:

case SC_BURNING:

case SC_CRYSTALIZE:

+ case SC_STASIS:

return 0;

}

}

Edited by Cyrix
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...