Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 178

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 183

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 184

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 220

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 223

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 235

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 250

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 268
Print Page - Coding help

Old aRO Forums

The 'Other' Section => AnesisRO Archive => Archive => General Questions => Topic started by: SanRath on August 23, 2010, 01:54:15 pm

Title: Coding help
Post by: SanRath on August 23, 2010, 01:54:15 pm
I have a question about these codings

{ itemheal rand(400,600),0; },{},{}
{ itemheal rand(325,405),0; },{},{}

I need confirmation of the heal rates of those two items.
Title: Re: Coding help
Post by: Old Man on August 23, 2010, 02:45:14 pm
The base heal rate is just what it says in the scripts.  So, the first one heals your hp for a random amount between 400 and 600 each time you use it.
I believe those values are just the base though, and it can be modified.  For example, if you have a lot of VIT the amount you get healed increases.  Effects like critical wounds would lower the amount.

Also, the 0 means it doesn't recover any sp.  If the item was grape juice, the first number would be 0 instead.   :police: