W
weischbier
Guest
How do I return all active auras on me/target as a string.
I need this for debug purposes.
What I basically do is this:
and it gets me this:
any ideas? =)
I need this for debug purposes.
What I basically do is this:
Code:
Logger.WriteDebug(Color.Pink, @"
My auras: {0}",
StyxWoW.Me.ActiveAuras.ToString());
and it gets me this:
Code:
[15:25:46:151] [Necrophilia-DEBUG]
My auras: System.Collections.Generic.Dictionary`2[System.String,Styx.Logic.Combat.WoWAura]
any ideas? =)