Jump to content
  • 0

how to can set skill effect


Question

Posted (edited)

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

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...