Jump to content
  • 0

Healing item with heal per second.


namerpus18

Question


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.07
  • Content Count:  95
  • Reputation:   1
  • Joined:  11/15/22
  • Last Seen:  

Hello everyone I just want some guide if how i can make a healing item that has healing per second.

Like "Recovery Potion" - heal small amount of HP per second for 5 seconds. 

I looked into "itemheal" but it only has 2 parameters for HP and SP. 

 

Thank you so much.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1182
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

1 hour ago, namerpus18 said:

Hello everyone I just want some guide if how i can make a healing item that has healing per second.

Like "Recovery Potion" - heal small amount of HP per second for 5 seconds. 

I looked into "itemheal" but it only has 2 parameters for HP and SP. 

 

Thank you so much.

try copy this item

image.png.3c3c85c7b7e3565d0c3c4d52bd7fa2ea.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.07
  • Content Count:  95
  • Reputation:   1
  • Joined:  11/15/22
  • Last Seen:  

Hi thank you so much.

60000 = duration right?

-5 = ?

5 = ?

I am looking to it now on sc_config
It is working thanks 🙂

Edited by namerpus18
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1182
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

16 minutes ago, namerpus18 said:

Hi thank you so much.

60000 = duration right?

-5 = ?

5 = ?

I am looking to it now on sc_config
It is working thanks 🙂

i think -5 is every five second the heal will proceed, and 5 is 5% rate of heal amount.

But i'm not sure, maybe others can explain it.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  283
  • Reputation:   76
  • Joined:  06/13/13
  • Last Seen:  

SC_S_LIFEPOTION	(EFST_S_LIFEPOTION)
	desc: Increase HP each interval
	val1: if < 0 will be percentage. If > 0 is fixed HP heal value
	val2: Interval per seconds

SC_L_LIFEPOTION	(EFST_L_LIFEPOTION)
	desc: Increase HP each interval
	val1: if < 0 will be percentage. If > 0 is fixed HP heal value
	val2: Interval per seconds

 

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