Jump to content
  • 0

Soul Linker effect on assasin


BigBurrito

Question


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  114
  • Reputation:   5
  • Joined:  07/16/16
  • Last Seen:  

HI everyone, I've been trying to change the soul linker effect on Assasin Cross since it is too powerful for my server on the original effect which increase the Sonic Blow damage by 100%. I tried by myself without any success. I want to instead of adding damage to the Skill, I want to take that part out, and instead add HIT + 100. in addition, i wanted to add the effect of Endure like the Eddga Card for the duration of the Soul Linker (I just thought of this one, therefore it will not be in my source code shown below). If someone so kind to help me will be much appreciate it. THANK YOU!

Here is my Source Code:

battle.c

#endif
        if (sc->data[SC_SPIRIT]) {
            if (sc->data[SC_SPIRIT]->val2 == SL_ASSASIN) {
                hitrate += 100;
               
            }

            /*if (skill_id == AS_SONICBLOW && sc->data[SC_SPIRIT]->val2 == SL_ASSASIN) {
                hitrate += hitrate * 50 / 100;
                //ATK_ADDRATE(wd.damage, wd.damage2, map_flag_gvg(src->m) ? 25 : 100); //+25% dmg on woe/+100% dmg on nonwoe
                //RE_ALLATK_ADDRATE(wd, map_flag_gvg(src->m) ? 25 : 100); //+25% dmg on woe/+100% dmg on nonwoe*/

 

Edited by Emistry
Please use CODEBOX.
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...