Ninjamon Posted October 21, 2014 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Share Posted October 21, 2014 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 Quote Link to comment Share on other sites More sharing options...
t3quila Posted October 22, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 36 Reputation: 4 Joined: 04/16/12 Last Seen: December 9, 2018 Share Posted October 22, 2014 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) Quote Link to comment Share on other sites More sharing options...
Ninjamon Posted October 22, 2014 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Author Share Posted October 22, 2014 Doesn't work. Quote Link to comment Share on other sites More sharing options...
t3quila Posted October 22, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 36 Reputation: 4 Joined: 04/16/12 Last Seen: December 9, 2018 Share Posted October 22, 2014 can i look your modification? oh dont forget to recompile your map-server if you changed any src/map. Quote Link to comment Share on other sites More sharing options...
Question
Ninjamon
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.