Page 1 of 1

auto increase

Posted: Thu Sep 08, 2011 9:54 am
by Veleran
cant get the syntax to work ,health and mana increase but stamina not..

;
; misc information
;
[Misc]
; name of attribute designated auto increase
attributename = health
; number of seconds before attribute increases by 1
recoverytime = 2
; name of attribute designated auto increase
attributename0 = stamina
; number of seconds before attribute increases by 1
recoverytime0 = 0.25
attributename1 = mana
; number of seconds before attribute increases by 1
recoverytime1 = 0.25

Re: auto increase

Posted: Thu Sep 08, 2011 9:56 am
by Veleran
No-got it now--should use 1 instead 0.

;
; misc information
;
[Misc]
; name of attribute designated auto increase
attributename = health
; number of seconds before attribute increases by 1
recoverytime = 2
; name of attribute designated auto increase
attributename1 = stamina
; number of seconds before attribute increases by 1
recoverytime1 = 0.25
attributename2 = mana
; number of seconds before attribute increases by 1
recoverytime2 = 0.25