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
(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
http://i.minus.com/ipIartcgPM6Ox.PNG
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.
I might try and tackle this. I'll see how much time I have today.
Any update on how this is going guys?
Not yet. I'll try and get to it when I can but no promises.
BUMP
Sorry I haven't gotten to it yet. I've got some free time gonna try and do it today.
Thanks for looking into it it will be a great feature :)
Do you really need a whole plugin for this? Can't it all just be client sided?
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.
I think I'm going to end up making this soon xD
Just wanted to ask if anyone has made any progress with this request?
BUMP
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 :)
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" ? )