Problems with the HP Liimit

Talk about things that are not making games here. But you should also make games!

Moderators: Bob the Hamster, marionline, SDHawk

Post Reply
trevorh7441
Slime
Posts: 2
Joined: Wed May 22, 2013 10:43 pm

Problems with the HP Liimit

Post by trevorh7441 »

While working on the rpg my group is producing, we have encountered a problem with the hp limit. Due to the length entended for the game, we decided to have a larger HP cap for more flexibility with statistical progression, but due to the enemy health cap at 32767, we couldn't get to the desired HP cap (a little less than 50 times that much actually). We were wondering if there was a way to script around it or would it have to be changed within the program itself.

If the program has to be changed in order to do so, may you include it within the next update?
User avatar
Fenrir-Lunaris
Metal Slime
Posts: 741
Joined: Mon Oct 15, 2007 10:45 pm
Location: OHR Depot

Post by Fenrir-Lunaris »

I can't remember if it has or not, but expanding the statistical caps for various things has been on the back-burner for quite some time.

What you COULD do as a workaround is to have the enemy spawn a new enemy on death. This way it'd be like expanding the fight, AND you could even have the enemy have different/more powerful attacks than before.
To friends long gone, and those I've yet to meet - thank you.
trevorh7441
Slime
Posts: 2
Joined: Wed May 22, 2013 10:43 pm

Post by trevorh7441 »

That could work, but that would be a lot of multiples of the same creature crowding the enemy directory, ultimately ending with around 50 of the final boss in the directory, 10 of another, etc. etc. It is a start though. Thanks for the idea.
User avatar
Spoonweaver
Liquid Metal King Slime
Posts: 6247
Joined: Mon Dec 08, 2008 7:07 am
Location: Home
Contact:

Post by Spoonweaver »

Show us screenshots of your game
User avatar
Master K
King Slime
Posts: 1899
Joined: Sat Jun 11, 2011 9:40 pm
Location: A windswept rock in the Atlantic Ocean

Post by Master K »

50 times
32767
Sweet jesus that's a lot of HP to be working with.
User avatar
Spoonweaver
Liquid Metal King Slime
Posts: 6247
Joined: Mon Dec 08, 2008 7:07 am
Location: Home
Contact:

Post by Spoonweaver »

Well, I understand wanting to do a huge chain of quad 9's to bosses Final Fantasy style.
However, complaining about only needing to make a large amount of monsters does worry me a bit about the quality of the game.
TMC
Metal King Slime
Posts: 4101
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

Spoonweaver wrote:However, complaining about only needing to make a large amount of monsters does worry me a bit about the quality of the game.
Not me; it's a perfectly valid complaint and all that spawning is a pain.

I seem to remember that just a couple week ago I claimed I would try to work on some "RPG centric" feature requests for the next release. And there have been a lot of complaints about hero and enemy stat caps over the years. So, maybe...

Also, hi, welcome!
User avatar
Feenicks
Metal Slime
Posts: 648
Joined: Tue Aug 10, 2010 9:23 pm
Location: ON THE AIR IN THE AIR
Contact:

Post by Feenicks »

If you really don't want to deal with 49 copies of your final boss, you could always just give all the hero attacks some dummy element and have the final boss only take 2% damage from said element.
Sure, you wouldn't be having gigantic numbers, but at least you wouldn't need to deal with transmogrification.
Post Reply