Dissidia Posted September 21, 2013 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
chowking Posted September 21, 2013 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
Dissidia Posted September 22, 2013 Author Posted September 22, 2013 thanks! how about the reproduce? Quote
chowking Posted September 22, 2013 Posted September 22, 2013 sorry but im not familiar in renewal skills, how does the skill work in general? Quote
Dissidia Posted September 22, 2013 Author Posted September 22, 2013 the stalker skill.. copy skill. xD how can it copy the sacrifice skill? Quote
chowking Posted September 22, 2013 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
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.
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.