I don't want slip damage on states to do 1/10 of Max HP. I would like it to take away 500 HP each turn. I've tried Google and editing the script myself. Google returned nothing and editing the script didn't change anything. Help.
Jens of Zanicuud
Jun 24 2012, 05:46 AM
Game_Battler 3, line 329
replace this
CODE
self.damage = self.maxhp / 10
with this:
CODE
self.damage = 500
then delete lines from 331 to 334, and it should work.
I hope this can help,
Jens
LetMeAxeYouAQuestion
Jun 24 2012, 06:59 AM
Thank you. I believe I did just that and it didn't work. Strange.
EDIT: Just found out you have to save the game before script changes take effect. I was just playtesting a test mob without saving. -_-'
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.