IEnumerable<Aura> AuraList = ObjectManager.Me.GetAllBuff(); foreach (Aura aura in AuraList) { List<ulong> list = ObjectManager.Me.BuffCastedByAll(aura.GetSpell.Name); Logging.Write(aura.GetSpell.Name + " GUID " + list[0] + " count " + list.Count); }
output is below:
17:39:14 - Power Word: Fortitude GUID 0 count 1
17:39:14 - Inner Fire GUID 0 count 1
17:39:14 - Shadow Protection GUID 0 count 1
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now