Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: whitespirits on March 16, 2014, 06:20:30 am

Title: Party HP display RMX-OS Plugin
Post by: whitespirits on March 16, 2014, 06:20:30 am
Hi guys, So i think something that is really missing from rmxos and the abs controller is the showing of the allies hp in your group, i did a quick edit on paint today to show what i mean

Spoiler: ShowHide
(http://i804.photobucket.com/albums/yy324/richadam111/examplegroups_zpsa592f0a0.png) (http://s804.photobucket.com/user/richadam111/media/examplegroups_zpsa592f0a0.png.html)


I hope some one can make this plugin it would make things so cool in terms of aiding fellow members etc

after some searching netplay are releasing something similar soon

Spoiler: ShowHide
http://i.minus.com/ipIartcgPM6Ox.PNG
Title: Re: Party HP display RMX-OS Plugin
Post by: Blizzard on March 16, 2014, 11:19:39 am
BTW, for anybody who wants to do this, it's really not complicated. Check $network.party to get an array of usernames which are in the party and then you can iterate through $network.players (instances of Map_OnlineBattler), get their Game_Actor instance (Map_OnlineBattler#battler, but be careful, it can be nil) and just get their HP/SP values. You could even take an already existing party HUD Blizz-ABS plugin and just edit it a little bit.
Title: Re: Party HP display RMX-OS Plugin
Post by: G_G on March 16, 2014, 11:42:36 am
I might try and tackle this. I'll see how much time I have today.
Title: Re: Party HP display RMX-OS Plugin
Post by: whitespirits on March 17, 2014, 05:10:21 pm
Any update on how this is going guys?
Title: Re: Party HP display RMX-OS Plugin
Post by: G_G on March 17, 2014, 09:13:46 pm
Not yet. I'll try and get to it when I can but no promises.
Title: Re: Party HP display RMX-OS Plugin
Post by: whitespirits on March 23, 2014, 05:16:46 am
BUMP
Title: Re: Party HP display RMX-OS Plugin
Post by: G_G on March 26, 2014, 12:58:31 pm
Sorry I haven't gotten to it yet. I've got some free time gonna try and do it today.
Title: Re: Party HP display RMX-OS Plugin
Post by: whitespirits on April 03, 2014, 04:07:55 pm
Thanks for looking into it it will be a great feature :)
Title: Re: Party HP display RMX-OS Plugin
Post by: Zexion on May 14, 2014, 12:14:10 pm
Do you really need a whole plugin for this? Can't it all just be client sided?
Title: Re: Party HP display RMX-OS Plugin
Post by: Blizzard on May 14, 2014, 01:49:20 pm
I agree. You already have the party's state on the client. There is no need for a server extension. Just a client-side plugin should be more than enough. As a matter of fact, any kind of Blizz-ABS party HUD should be easily convertible to work with Blizz-ABS and RMX-OS.
Title: Re: Party HP display RMX-OS Plugin
Post by: Zexion on May 14, 2014, 02:47:57 pm
I think I'm going to end up making this soon xD
Title: Re: Party HP display RMX-OS Plugin
Post by: whitespirits on May 23, 2014, 07:54:34 am
Just wanted to ask if anyone has made any progress with this request?
Title: Re: Party HP display RMX-OS Plugin
Post by: whitespirits on June 05, 2014, 08:08:20 pm
BUMP
Title: Re: Party HP display RMX-OS Plugin
Post by: R5GAMER on July 01, 2014, 10:02:01 pm
The proposed idea may also be interested in me and I think will not be the only, even if I think I have an idea to design this code .. But I prefer to see what the expert can do lol :)
Title: Re: Party HP display RMX-OS Plugin
Post by: Sylphe on July 02, 2014, 06:42:02 pm
Yess this would be SOO great, RMX-OS first lack is : graphics xD all the features are commands, maybe I can do this but I don't think so, but if it is SO easy.. Maybe if you tell me what methods, variables and arrays I have to use (and what means a client-side plugin ? a script that begin with "module SOMETHING" ? )