• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - Auras (1 Viewer)

Joined
Sep 27, 2020
RedCents
5,454¢
Is there a way to check how many personal auras a character is running with and how many total they can cast?

In the code, I see there is an auras manager for a character, but I don't see any place it's exposed publicly.
 
I think you might be looking for something like:

${Me.Aura[1].ID}.

This will return 1 if you actually have a personal aura running, NULL if not. ${Me.Aura[2].ID} will return 2 if you have 2 personal auras running, NULL if not (you can have a personal aura and clicky aura going at the same time).

No idea about checking for total castable though, I assume its max 1 clicky + 1 spell per class (2 spells for CLR and ENC)
 
Question - Auras

Users who are viewing this thread

Back
Top