Jump to content
  • 0

Venom Splasher Status


dreinor17

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   2
  • Joined:  02/08/14
  • Last Seen:  

hi, can i ask someone to help me on this skill.. venom splasher has a countdown timer on targets and i want to modify the skill that whenever the target is under venom splasher timer countdown, i want the target to receive more damage from envenom skill.. can someone help me? this is the block of venom splasher in status.c, can i ask what is the code to add to make the skill work like what i intend it to be? thanks..
 

case SC_SPLASHER:  
                    {
                                  struct block_list *src=map_id2bl(sce->val3);  
                                  if(src && tid != INVALID_TIMER)  
                                              skill_castend_damage_id(src, bl, sce->val2, sce->val1, gettick(), SD_LEVEL );  
                    }  
                   break;

Edited by dreinor17
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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