View Single Post
  #4  
Old 03-10-2013, 02:47 PM
Hedgen's Avatar
Hedgen Hedgen is offline
Member
 
Join Date: Oct 2012
Posts: 36
Gender: Male
Credits: 4,975
Hedgen is on a distinguished road
Default

Quote:
Originally Posted by Hall of Famer View Post
I believe I made iris a custom stats system for her old Mys v1.3.1 site, looks like it was never used before but I still have a backup in my local computer, it should be possible to convert into Mys v1.3.2 or v1.3.3 compatible version without much trouble. It's a heavily customized stats system, also it may be necessary to ask her for permission too.
Ah okay thanks, I'll ask them :) is that Abronsyth?

Quote:
Originally Posted by Infernette View Post
What do you mean by stats, as in an hp system and what not ? I have it on my site to where when you adopt a pet it is given x hp and stuff (something like the stat's displayed here http://www.forestofmirrors.x10.mx/levelup.php?id=288 ?) :)
Yup health and stuff :)

I was going to have something like these equations for stats:
con = con + (randNum(4) + 1)
hp = hp + ((con % 7) + levHealth)
int = int + (randNum(4) + 1)
mp = mp + ((int % 4) + levMana)
def = def + ((con % 3) + (randNum(2) + 1))
str = str + ((con % 3) + (randNum(3) + 1))

of course there is also going to be atk/matk/mdef also but i just haven't made those equations yet. Though they will be similar xD

Last edited by Hedgen; 03-10-2013 at 02:53 PM.
Reply With Quote