Jump to content
  • 0

Sacrifice and Reproduce


Dissidia

Question


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  535
  • Reputation:   23
  • Joined:  11/19/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  535
  • Reputation:   23
  • Joined:  11/19/11
  • Last Seen:  

thanks! how about the reproduce? :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

sorry but im not familiar in renewal skills, how does the skill work in general?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  535
  • Reputation:   23
  • Joined:  11/19/11
  • Last Seen:  

the stalker skill.. copy skill. xD how can it copy the sacrifice skill?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...