Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: [Luke] on September 02, 2010, 07:24:25 am

Title: Charging Progress Bar for Blizz-ABS
Post by: [Luke] on September 02, 2010, 07:24:25 am
That's quite simple: I need a script that shows a progress bar whenever player charges weapon/skill/item. A WoW-like one showing the name of the weapon/skill/item would be nice. I think I can handle customization of the position and colour since I'm not totally lame in scripting, but seems I'm lame enough to not be able to do that on my own... for now.
Title: Re: Charging Progress Bar for Blizz-ABS
Post by: ojp2010 on September 02, 2010, 12:04:55 pm
Interesting.... http://forum.chaos-project.com/index.php?topic=1347.0 (http://forum.chaos-project.com/index.php?topic=1347.0)

And here I thought you were trolling these forum like a beast I guess you don't pay attention very well. And if you going to requests a script make sure you read When requesting a script http://forum.chaos-project.com/index.php/topic,1401.0.html (http://forum.chaos-project.com/index.php/topic,1401.0.html) here linked it for you easy to find.
Title: Re: Charging Progress Bar for Blizz-ABS
Post by: ForeverZer0 on September 02, 2010, 12:23:35 pm
Oh, shit, we 'bout to have an all-out-no-rules-no-holds-bar-crazy-epic-battle between on our hands.  :^_^':
Title: Re: Charging Progress Bar for Blizz-ABS
Post by: Jragyn on September 02, 2010, 01:18:37 pm
I don't even see the connection between what the gentleman asks for, and with what ojp linked to.
He's asking for something that I've seen asked for before, but never granted.
Whats wrong with asking again?
Title: Re: Charging Progress Bar for Blizz-ABS
Post by: ojp2010 on September 02, 2010, 01:40:55 pm
@ForeverZer0 I had my say and he did to as far as I am concerned it is done.

@jarayn00  Your right I missed the word charges in his description, I thought you wanted a weapon skill system that showed progress bars like wow. I mis-read it.


Anyways that was my fault I misread your post, for that I can say sorry, but you still need to read how to make a request.
Title: Re: Charging Progress Bar for Blizz-ABS
Post by: [Luke] on September 02, 2010, 08:16:41 pm
Okey. I'm gonna describe this in more detail for other possible people who have problems with reading my poor Ponglish language. Whenever an item/weapon/skill takes a time to charge, the player doesn't see how long it's gonna last. In my case, player can't even notice that actor charges something (RMXOS and charset selection - no way in hell I'm gonna make action sprites for them all). So what I need is just a simple "loading" progress bar. Just like the one that you see while casting a spell in WoW. It would be helpful especially for the actions with "Trigger after Charge".
Thanks in advance. Such a script would be probably helpful for many people who prefer "charging" style of actions over "super mega soul rage combo" one. Forgive me the scepticism, I'm more a Gothic player (cRPGs, generally) than FF or any other jRPG one.
Title: Re: Charging Progress Bar for Blizz-ABS
Post by: ojp2010 on September 02, 2010, 09:15:01 pm
Good request
Title: Re: Charging Progress Bar for Blizz-ABS
Post by: element on September 03, 2010, 02:08:44 pm
Yeah, also would like good in my game :P
Title: Re: Charging Progress Bar for Blizz-ABS
Post by: [Luke] on September 06, 2010, 05:15:07 am
Okay... So maybe someone knows a similar script that does something different? I could code this if I had any basis to work on, I don't have much scripting experience, but I'm an intermediate Visual C# programmist and I can think like one. So maybe it could level this problem up to "troubleshooting" with me asking "why it doesn't work" instead of "how to do that?".