AmpereJoule 
Journeyman

Posts: 59
Likes Given: 7
Likes Received: 0 in 0 posts
Joined: Dec 2012
Reputation: 0
![]()
|
RE: Changing Life Regen
(09-13-2013 01:24 PM)Extreme Wrote: (09-13-2013 01:07 PM)AmpereJoule Wrote: it is only changing the value, right?
The time between the heals is "100" seconds, right?
No, if you use '1' on tag, it will wait few seconds.. I don't know why, but using 100 will regen in every 1 second as you want.
To activate it only for players,
Code:
//Events related to all players
EventsPlayer=E_REGEN
should I put on "sphere.ini" like this?
Yes.
Is it Right?
You should use that I wrote...
I do not want to regen in 1 second.
I want that it regenerates on 20 seconds - (healing of the player)/5, and then when the player gets healing 100.0 it will be 1 second
I also want that the value that regenerates is 1 and then it grows as the str grows.
and in your code it looks like it will always be 1 second to regen, and the healing will affect the value that will regenerate.
(But thank you, you opened my mind \o\)
(This post was last modified: 09-13-2013 01:39 PM by AmpereJoule.)
|
|
09-13-2013 01:33 PM |
|
|