I've been working on incorporating some of the mq2 information the HUD can display into the default EQ UI pieces so people can customize their display of the information a bit more easily. Some of the UI pieces are still being adjusted, but if anyone wants to try out the friends window mod, it's a tabbed window with all of your essence information on the first tab. The first column is what you have in your inventory and the second is what you have in your bank. The other 2 tabs are available to put other information on and I'm open to suggestions. You can see the HUD display next to the UI window, a bit more compact but since it's a UI piece you can open it, close it or move it around to where you want it to be. Added item tracking information for HoH tokens, T7 epic stones, T8 scales and Qvic tokens and armor gems. Added another tab for Anguish epic pages as well.
Updating the main post as I add more pieces for download, this piece is the netbots window made in the EQUI_ClaimWnd. It's evolved a bit since the last screenshot I posted in another thread, I figured out how to make each slot a button and removed the white line I had separating toons. The window lists for each netbots toon their name, mana (which at this point could probably be removed), their target, spell being cast if they are casting one, and a distance check from the control toon so you can see if anyone got hung up on a corner while navigating through zones. The distance check is something the user is going to have to enable if they want it to work, and netbots are listed in the order mq2 sees them, which is alphabetically. You can rearrange the way they are listed by changing the corresponding number in their listed slot. Both of these last 2 items aren't as daunting as they seem as they are simple find and replace, but if you need help setting it up let me know and I'll do my best. The window itself is resizable and supports 6, 12 and 18 man setups...if someone needs more spots than that let me know and I'll add the code for it.
Also linked is my target window...it has both target and target's target in the UI, there are a few pieces of the window that aren't utilized on our client so I just cannibalized them and made them into something more functional for EZ. The target window will let you know how many mobs are within 100 units radius of your control toon, it'll let you know what your target is, what level it is, what race it is and what class it is, as well as show you any debuffs the mob currently has on it and it's distance away from you as well as the target's target built into it. It's a resizable window so stretch it where you need to and it should be good to go on any default UI setup, if it needs animation fixes etc on a custom setup let me know and I'll do my best to correct any conflicts.
Player window mod is linked below as well, it lists player name, hitpoints (this is the bugged UI displayed HP number but doesn't bug til later tiers so still useful for lower tiers), it lists how many players are in the zone with you and how many npcs are in the zone with you as well. It also lists the plat you have on you so you don't have to open the inventory window to reference it, I use this to get an idea how much I've made farming a zone, and it lists the shortname of the zone you are currently in and also the zone ID if you are in an instanced zone. Two lockout timers are built into the player window too and will only show up if you are locked out and displays the time left until you can click the item again...on the left side of the window is the riposte click for warriors and on the right side the EXP mask click timer. There's also a /loc check displaying your current X,Y,Z coordinates in the zone.
https://drive.google.com/open?id=0BzeGlOUfBbZ3WVpIRVNSQ0FTeW8 <- Link to EQUI_FriendsWnd modded to item tracker Open with Alt+F
https://drive.google.com/open?id=0BzeGlOUfBbZ3Zm91WVB3eXR1UlE <- Link to EQUI_AuraWnd modded to ToFS spawn tracker, work in progress for other zones Open with Shift+A
https://drive.google.com/open?id=0BzeGlOUfBbZ3anpRUmtGQzhLWm8 <- Link to the EQUI_ClaimWnd modded to netbots display Open with Shift+C
https://drive.google.com/open?id=0BzeGlOUfBbZ3NVphc1paM05COEk <- Link to the EQUI_TargetWnd modded to include some mq2 information...open by default but Alt+T if you need to bring it up
https://drive.google.com/open?id=0BzeGlOUfBbZ3VFd0Tk1Ed0llNkE <- Link to the EQUI_PlayerWnd modded with some MQ2 information