AwesomePosom Posted August 22, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 53 Reputation: 1 Joined: 01/07/12 Last Seen: January 21, 2015 Share Posted August 22, 2013 Hi, How can I increase the Heal skill of normal Acolyte in source? Thanks Quote Link to comment Share on other sites More sharing options...
Najara Posted August 22, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 404 Reputation: 247 Joined: 12/17/11 Last Seen: Yesterday at 07:31 AM Share Posted August 22, 2013 (edited) Are you using RE or Pre-RE? For RE find the following code in skill.c (simply increase the "30" in the following code. I have it at * 100 myself, and players can - with 200 int - reach a good 9k) heal. hp = (status_get_lv(src) + status_get_int(src)) / 5 * 30 * skill_lv / 10; Edited August 22, 2013 by Najara Quote Link to comment Share on other sites More sharing options...
AwesomePosom Posted August 26, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 53 Reputation: 1 Joined: 01/07/12 Last Seen: January 21, 2015 Author Share Posted August 26, 2013 Thanks but I'm using Pre-Renewal setup. Quote Link to comment Share on other sites More sharing options...
Najara Posted August 26, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 404 Reputation: 247 Joined: 12/17/11 Last Seen: Yesterday at 07:31 AM Share Posted August 26, 2013 Then do something similar in the Pre-RE code. If you know how to adjust either one, you should know how to adjust the other as well. =P Quote Link to comment Share on other sites More sharing options...
Question
AwesomePosom
Hi,
How can I increase the Heal skill of normal Acolyte in source?
Thanks
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.