Jump to content
  • 0

Soul Link Modification


Ninjamon

Question


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   2
  • Joined:  03/06/12
  • Last Seen:  

I wan't a new version of soul link modification like this 

http://rathena.org/board/topic/72687-soul-link-effects/

 

I tried doing it on my src but some are not searchable for manual patch. 

Can anyone make a new version of this?

 

Here is the requested links also 

http://www.eathena.ws/board/lofiversion/index.php/t273686.html


up


up


up


uppppppppppppppppppp

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   4
  • Joined:  04/16/12
  • Last Seen:  

you can modif it in battle.c and search SC_SPIRIT

for example, you want change damage for holy light (if priest given sl spirit)

					case AL_HOLYLIGHT:
						skillratio += 25;
						if (sd && sd->sc.data[SC_SPIRIT] && sd->sc.data[SC_SPIRIT]->val2 == SL_PRIEST)
							[b]skillratio *= 5; //Does 5x damage include bonuses from other skills?[/b]
						break;
most important to modif effect of the spirit is from

if (sd && sd->sc.data[SC_SPIRIT] && .....blablabla)
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   2
  • Joined:  03/06/12
  • Last Seen:  

Doesn't work.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   4
  • Joined:  04/16/12
  • Last Seen:  

can i look your modification?

oh dont forget to recompile your map-server if you changed any src/map.

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