Jump to content
  • 0

1HP Potion Pitch EMP


xilence01

Question


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  177
  • Reputation:   4
  • Joined:  05/23/12
  • Last Seen:  

Hi rAthena,

I tried enabling potion pitcher against EMP and succeeded on implementing it by commenting some codes in the src.

But my problem is, it only heals for 1HP.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   6
  • Joined:  12/10/11
  • Last Seen:  

Hi, are you using latest rAthena? May I know what lines have you commented? Thanks.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  177
  • Reputation:   4
  • Joined:  05/23/12
  • Last Seen:  

4 hours ago, idLaZ said:

Hi, are you using latest rAthena? May I know what lines have you commented? Thanks.

Hi, Im not using the latest rAthena, but here are the lines I have commented:

@ skill.c

case AM_POTIONPITCHER: 
		{
			int j,hp = 0,sp = 0;
			//if( dstmd && dstmd->mob_id == MOBID_EMPERIUM ) {
			//	map_freeblock_unlock();
			//	return 1;
			//}

 

Anyway, it heals the emperium but not following the formula of Potion Pitcher.
It only heals it for 0 or 1 Value.

Edited by xilence01
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   6
  • Joined:  12/10/11
  • Last Seen:  

Ahh yes, I thought you have commented other line than that. It is not working on the latest. Thank you!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   6
  • Joined:  12/10/11
  • Last Seen:  

On 8/31/2018 at 9:06 PM, xilence01 said:

Hi, Im not using the latest rAthena, but here are the lines I have commented:

@ skill.c


case AM_POTIONPITCHER: 
		{
			int j,hp = 0,sp = 0;
			//if( dstmd && dstmd->mob_id == MOBID_EMPERIUM ) {
			//	map_freeblock_unlock();
			//	return 1;
			//}

 

Anyway, it heals the emperium but not following the formula of Potion Pitcher.
It only heals it for 0 or 1 Value.

Hi @Mabuhay maybe you know why commenting this code didn't heals the emp? ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

3 hours ago, idLaZ said:

Hi @Mabuhay maybe you know why commenting this code didn't heals the emp? ?

Commenting that part will enable healing to Emp.

Not sure why but this might be caused by the WoE maps not showing damage. Meaning, Emp is healing correctly but the values are not exactly shown correctly. I never tried doing this modification.

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