Jump to content
  • 0

how to decrease soul link of sinx?


RN1986

Question


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.03
  • Content Count:  439
  • Reputation:   2
  • Joined:  05/04/12
  • Last Seen:  

how to decrease soul link of sinx? example 100%

i want to reduce it to 50% thanks

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  09/06/17
  • Last Seen:  

On 8/12/2012 at 12:42 AM, PokemonRO said:

battle.c

 


case AS_SONICBLOW:
   if (sc && sc->data[sC_SPIRIT] &&
 sc->data[sC_SPIRIT]->val2 == SL_ASSASIN)
 ATK_ADDRATE(map_flag_gvg(src->m)?25:50); //+25% dmg on woe/+100% dmg on nonwoe
 

 

where to find the battle.c?

Edited by Shidooka
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  63
  • Reputation:   3
  • Joined:  07/12/12
  • Last Seen:  

battle.c

case AS_SONICBLOW:
   if (sc && sc->data[sC_SPIRIT] &&
 sc->data[sC_SPIRIT]->val2 == SL_ASSASIN)
 ATK_ADDRATE(map_flag_gvg(src->m)?25:50); //+25% dmg on woe/+100% dmg on nonwoe

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.03
  • Content Count:  439
  • Reputation:   2
  • Joined:  05/04/12
  • Last Seen:  

atlast ^_^ thank you very much i love you PokemonRO /lv

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