Jump to content
  • 0

how to can set skill effect


m1k3l1t0

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  09/21/12
  • Last Seen:  

Hi

 

i hope can a help me, i try edit skill effect to skill epliclesis (Arch Bishop), currently no show any effect, try add code for the effect but not work 

 

skill.c

case AB_EPICLESIS:
 if( (sg = skill_unitsetting(src, skill_id, skill_lv, x, y, 0)) ) {
   i = sg->unit->range;
   map_foreachinarea(skill_area_sub, src->m, x - i, y - i, x + i, y + i, BL_CHAR, src, ALL_RESURRECTION, 1, tick, flag|BCT_NOENEMY|1,skill_castend_nodamage_id);
   clif_specialeffect(&sd->bl, 883, AREA); <-- Add this line (883 transparent green tree)
 }
break;
 
sorry for my english!
Best regards

post-7965-0-63539600-1440111464_thumb.jpg

post-7965-0-56248900-1440112237_thumb.jpg

Edited by m1k3l1t0
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  09/21/12
  • Last Seen:  

Resolved,

 

the source the problem was the client 2013, change for 2012 and work.

post-7965-0-58508700-1440250932_thumb.jpg

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...