Jump to content
  • 0

Sacrifice and Reproduce


Question

Posted

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

Posted (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 by chowking
Posted (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: 2
copyskill_restrict: 2

 

Replace:

copyskill_restrict: 1


or did you want to enable plagiarism exclusive on sacrifice only?

Edited by chowking

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...