Save-Point

Full Version: Save-Point
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Board Message
Sorry, you do not have permission to access this resource.
Save-Point - [Resolved]9999 Damage Limit Script?

Save-Point

Full Version: [Resolved]9999 Damage Limit Script?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I was looking all over for a script that can put a limit to 9,999 damage your characters can do to an enemy, but I didn't find any, so decided to request one, so my characters wouldn't be so overpowered! If anybody can make one it'll be much appreciated. Also if somebody decides to make one, can you make the characters do 9999 damage if the strength stat is maxed to 255 instead of 999? and the attack stat is maxed to 100 instead of 999? Ok, hopefully I explained it well enough. ^^

I'm sorry if this script has already been done.
That would possibly mean you want the battle damage calculation to be remade or maybe not... The first part should be easy I guess but the damage calculation is not my business, so you might give some other clues of what you want just in case... just to make it more complete.
Ok, forget about the second request, because i think it might not be possible to do. I'm looking for a scripter to limit the damage that my characters can deal to enemies.

Example: I'm at level 90 and my strength is 800, when i attack an enemy i deal 16,780 damage to it.

Can somebody make a 9,999 damage limit no matter how high my strength is?
I'm not sure if it will work, but my ACBS haves an "Damage Limit" add-on.

Download the ACBS an copy the add-on, i think it will work fine even without the ACBS.
I will try tomorrow, It sounds pretty easy.

something like

if damage >= 9999
damage = 9999
end

somewhere in scene_battle
Ok i'll download the script right now.
Thanks Valdred. :)

Edit: Ok, I added the script to my game and Called this script $game_actors[1].damage_limit = 9999

but it does this error.

NoMethodError occured while running script.
undefined method `damage_limit= 'for #<Game_Actor:0x96c7010>


I'm currently using Blizzard's CBS. Are any of the addons that come with the demo compatible with any other Battle scripts other than ACBS?
Can anybody make a script for this?
Forgot it. sorry
You still gonna try it?
Yeah.
Pages: 1 2