Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Reno-s--Joker on April 12, 2009, 07:50:06 am

Title: Multi-Page Battle Result Windows [XP]
Post by: Reno-s--Joker on April 12, 2009, 07:50:06 am
Okay, I requested this at the last RXMP forum I was on, and got no replies. ;___; Hopefully someone can help me out here.
Again, apologies if this request already exists here.

I'm looking for a multi-page battle result window which has the following features (in no particular order):


With my moderate to low level of scripting, the following would be really useful:


Thanks heaps in advance! Any help would be appreciated! :)
Title: Re: Multi-Page Battle Result Windows [XP]
Post by: Fantasist on April 12, 2009, 12:20:38 pm
QuoteSmall windows (better if they could resize to fit contents)

That's doable. Make a bitmap (1x1) and use the text_size(STRING).width to determine the "width of the contents", and make the contents afterwards.

QuoteThis list of windows includes all new skills learned (at the end, see below about custom skill learning script)
Compatible with a custom skill learning script (which usually uses 'newskills' and 'ap' to tell the normal battle result window what to do)

Didn't really get you there, I've lost touch, but I'm sure it can be done.

QuoteA link to an existing script which could be easily modified to include all the features needed

Try the one in Tons, you'll know how to get the stats after each battle and you'll know which parts to mod.


Well, start at knowing what you need to modify from the script in Tons and try to mod it.
Title: Re: Multi-Page Battle Result Windows [XP]
Post by: Reno-s--Joker on April 12, 2009, 11:09:17 pm
:D Wow, thanks Fant! I'll have a look at the one in Tons.
*powers up*
Title: Re: Multi-Page Battle Result Windows [XP]
Post by: Blizzard on April 13, 2009, 04:24:23 pm
It's not in Tons. xD Easy LvlUp Display is a separate script. If you don't like the way it looks, you can try the Lufia 2 Battle Report Clone at RMXP.org. Sorry, I don't have a link. You'll have to search for it.
Title: Re: Multi-Page Battle Result Windows [XP]
Post by: Reno-s--Joker on April 13, 2009, 06:40:21 pm
Oh lol, thanks. :)
No problem - thanks for the tip! *power up*

EDIT:
Noo, SDK. *disinfects*
It's not exactly what I'm looking for but I'll keep it in mind as a last resort. Thanks again! :D