Dissidia Posted September 21, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Share Posted September 21, 2013 SACRIFICE: How can I decrease the HP drop of paladin by using sacrifice. I want to divide it into 3. and REPRODUCE: How can reproduce copy the sacrifice skill. tanks in advance. - I already put the sacrifice in skill_reproduce_db.txt, but it's not working. Quote Link to comment Share on other sites More sharing options...
chowking Posted September 21, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Share Posted September 21, 2013 (edited) SACRIFICE: How can I decrease the HP drop of paladin by using sacrifice. I want to divide it into 3. In trunk/src/battle.c Find: status_zap(src, sstatus->max_hp*9/100, 0);//Damage to self is always 9% Replace with: status_zap(src, sstatus->max_hp*3/100, 0);//Damage to self is always 3% Save and recompile Edited September 21, 2013 by chowking Quote Link to comment Share on other sites More sharing options...
Dissidia Posted September 22, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Author Share Posted September 22, 2013 thanks! how about the reproduce? Quote Link to comment Share on other sites More sharing options...
chowking Posted September 22, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Share Posted September 22, 2013 sorry but im not familiar in renewal skills, how does the skill work in general? Quote Link to comment Share on other sites More sharing options...
Dissidia Posted September 22, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Author Share Posted September 22, 2013 the stalker skill.. copy skill. xD how can it copy the sacrifice skill? Quote Link to comment Share on other sites More sharing options...
chowking Posted September 22, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Share Posted September 22, 2013 (edited) theres setup in conf, that enables plagarism in trunk/conf/battle/skill.conf // Can Rogues plagiarize advanced job skills// 0 = no restriction// 1 = only stalker may plagiarize advanced skills// 2 = advanced skills cannot be plagiarized by anyone// Official servers setting: 2copyskill_restrict: 2 Replace: copyskill_restrict: 1 or did you want to enable plagiarism exclusive on sacrifice only? Edited September 22, 2013 by chowking Quote Link to comment Share on other sites More sharing options...
Question
Dissidia
SACRIFICE: How can I decrease the HP drop of paladin by using sacrifice. I want to divide it into 3.
and
REPRODUCE: How can reproduce copy the sacrifice skill. tanks in advance.
- I already put the sacrifice in skill_reproduce_db.txt, but it's not working.
Link to comment
Share on other sites
5 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.