Jump to content
  • 0

Sacrifice Skill Misses on PD


AinsLord

Question


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

how to make sacrifice never miss on PD

 

thnx in advance

 

and how to adjust damage of sacrifice skill

Edited by whodhell
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  41
  • Topics Per Day:  0.01
  • Content Count:  164
  • Reputation:   16
  • Joined:  03/15/12
  • Last Seen:  

how to make sacrifice never miss on PD

 

thnx in advance

 

and how to adjust damage of sacrifice skill

Basically the sacrifice is based on Vit's player. as what i understand on the skill.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

ic and how will it able to never miss on perfect dodge

i mean how to make it go through on perfect dodge


usually it never misses ryt?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

how to make sacrifice never miss on PD

 

thnx in advance

 

and how to adjust damage of sacrifice skill

 

To adjust the sacrifice damage:

 

src/map/battle.c

switch (skill_id) {	//Calc base damage according to skill
		case PA_SACRIFICE:
			wd.damage = sstatus->max_hp* 9/100; // Here is the damage (max HP x 9 / 100)
			wd.damage2 = 0;

Another part:

 

 

src/map/status.c

case SC_SACRIFICE:
			val2 = 5; // Here you edit the total hits of sacrifice on enable
			tick = -1;
			break;
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Thanks to the way IPB doesn't allow you to search Archived posts, this might work for you;

 

https://rathena.org/board/topic/72690-about-sacrifice-skill/

 

 


ic and how will it able to never miss on perfect dodge

i mean how to make it go through on perfect dodge


usually it never misses ryt?

 
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

Thnk u so much for this really really appreciate it /no1

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...