Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Boxhud can show that nicelyThis one sounds very basic, so I'm not sure if there is a Lua or something already created that I did not find...
But is there a way to see the XP% of the group members, so you know who is about to level?
This is ButtonMaster:I am a person who 'can' code.. but I'm not overly familiar with what you just suggested I do.. I don't know what 'Button Master' is... I've learned a LOT over the past year about Red Guides... but every time I ask a question.. it's like a whole new world I need to learn about. NGL... I do enjoy that part of it... but.. yea.. it's exhausting.
Copy that line of code and paste it into your general chat in game. It will print out the level , pct exp and aa points unused and used for all of your toons connected to dannet. If you don't use buttonmaster you can place the code in a hotkey.I am a person who 'can' code.. but I'm not overly familiar with what you just suggested I do.. I don't know what 'Button Master' is... I've learned a LOT over the past year about Red Guides... but every time I ask a question.. it's like a whole new world I need to learn about. NGL... I do enjoy that part of it... but.. yea.. it's exhausting.
/noparse /dge /dgt Level: ${Me.Level} - Pct Exp: ${Me.PctExp} - AA Unused: ${Me.AAPoints} - AA Total: ${Me.AAPointsTotal}
mq2status is a bit easier for folks who don't know how/what/where to find all that stuffCopy that line of code and paste it into your general chat in game. It will print out the level , pct exp and aa points unused and used for all of your toons connected to dannet. If you don't use buttonmaster you can place the code in a hotkey.
INI:/noparse /dge /dgt Level: ${Me.Level} - Pct Exp: ${Me.PctExp} - AA Unused: ${Me.AAPoints} - AA Total: ${Me.AAPointsTotal}
In general chat where all can see?Copy that line of code and paste it into your general chat in game. It will print out the level , pct exp and aa points unused and used for all of your toons connected to dannet.
This is exactly how I do it.I use this in button master.
INI:/noparse /dge /dgt Level: ${Me.Level} - Pct Exp: ${Me.PctExp} - AA Unused: ${Me.AAPoints} - AA Total: ${Me.AAPointsTotal}
Good catch!In general chat where all can see?
Good catch!
I would say put a /group in there to make sure it only goes to your group, assuming you don't have any other PC's in your group
/noparse /dge /dgt Level: ${Me.Level} - Pct Exp: ${Me.PctExp} - AA Unused: ${Me.AAPoints} - AA Total: ${Me.AAPointsTotal}
/dgt Level: ${Me.Level} - Pct Exp: ${Me.PctExp} - AA Unused: ${Me.AAPoints} - AA Total: ${Me.AAPointsTotal}
Don't Do this:
/group /noparse /dge /dgt Level: ${Me.Level} - Pct Exp: ${Me.PctExp} - AA Unused: ${Me.AAPoints} - AA Total: ${Me.AAPointsTotal}