Jump to content
  • 0

Soul Link Modification


Erba

Question


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

Please Lend me some help...

 

can someone help me to make some changes to the effect of soul link for different jobs..
 

Rogue:

uses 50TCG = Bypass FCP using Fullstrip by 70% chance

if uses 1glistening coat 70% chance to bypass FCP using Single Strip Only

 

Knight:

can use parrying level 10 with one handed sword and one hand quicken

 

Blacksmith:

Can use parrying level 10 with axe or one handed sword

 

Sage/Wizard:

Increase max HP by 30%

 

Hunter:

Increases Double Strafe Dmage by 200%

 

Paladin:

Increase Movement Speed 100% and Increases Magic Def by +300 but when received 7 magic damage Magic Def will go back to normal

 

Priest:

Increases resistance to Neutral Property by 100%

 

Star Gladiator:

Union Skill

Movement speed and Attack never miss, ignores DEF, increases damage to DemiHuman by 30% and Holy Property by 100% , and doesnt loose their HP upon attacking

 

pleaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaase help.. or if you cant make one.. can you please teach me how to deal with SRC mods T_T

 



bump

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   4
  • Joined:  07/10/13
  • Last Seen:  

Hi here is for Hunter's DS Damage:

 

look for

case AC_DOUBLE:
case MA_DOUBLE:

 

and put this line

skillratio += 10*(skill_lv-1);
if (sd && sd->sc.data[SC_SPIRIT] && sd->sc.data[SC_SPIRIT]->val2 == SL_HUNTER)
    skillratio += 150;

 

it should look like this

 

case AC_DOUBLE:
case MA_DOUBLE:
      skillratio += 10*(skill_lv-1);
      if (sd && sd->sc.data[SC_SPIRIT] && sd->sc.data[SC_SPIRIT]->val2 == SL_HUNTER)
           skillratio += 150;
break;

 

I know it says 150 but when I tried it out it on my test server it does double the damage.

  • Upvote 1
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:  

Sir how about Priest Skill..
How can i make Redemptio Skill acts like the Reflect Shield of the paladin?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   4
  • Joined:  07/10/13
  • Last Seen:  

Sir how about Priest Skill..

How can i make Redemptio Skill acts like the Reflect Shield of the paladin?

Sorry right now my knowledge about this kind of modifications is with increasing damage. I don't have the knowledge about the effect part, but I think I can study it within the day cause I need one too in my server. So I guess I can share it. :)

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:  

okay sir thank you!

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