Help - Search - Members - Calendar
Full Version: help with slip damage
RPG RPG Revolution Forums > Game Engines > RPG Maker XP Discussion
LetMeAxeYouAQuestion
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
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
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.
Invision Power Board © 2001-2013 Invision Power Services, Inc.