Jump to content
  • 0

R>Redemption Skill


Erba

Question


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

Hello Good professionals in SRC.. can i request a modification of the skill Redemption of the Priest Class..

 

Will make Redemption skill like this:

 

Redemption

Description:

Casts the skills Level 10 "Increase Agi(canto candidus)" , "Blessing(Clementia)" , "Kyrie Eleison(Praefatio)" , "Gloria" , "Magnificat" , and "Angelus" to all party members.

 

Sp consumption: 10% of the Priest Max SP.

 

thanks in advance ")

Edited by Erba
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

MAKE SURE to BACKUP before applying this, for I have not tested it..

 

In skill.c
 
Comment out these lines
 
 
 
Then change the switch case formula of Redemptio here
to this
sc_start(src, bl,SC_BLESSING,100,10,300);
sc_start(src, bl,SC_INCREASEAGI,100,10,300);
sc_start(src, bl,SC_KYRIE,100,10,300);
sc_start(src, bl,SC_GLORIA,100,5,300);
sc_start(src, bl,SC_MAGNIFICAT,100,5,300);
sc_start(src, bl,SC_ANGELUS,100,10,300);
break;
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

if i modified it into this? will it buffs all the party members sir?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Just you D= you werent specific......

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

sorry sir mybad.. can you help me with modifications? ^^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

bump

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