Pasterke 98 Posted June 15, 2013 Share Posted June 15, 2013 Target Buff is only checking if the debuff is on the target, not who put the debuff on the target. In raid, with 3 feral druids, he never put rip, rake if another druid provide the debuff. So, you need a check from who is the debuff. public bool debuffExists(int Debuff, WoWUnit onTarget) { if (onTarget != null) { WoWAura aura = onTarget.GetAllAuras().FirstOrDefault(a => a.SpellId == Debuff && a.CreatorGuid == Me.Guid); if (aura != null) { return true; } } return false; } Ohren 1 Link to comment https://wrobot.eu/forums/topic/523-target-buff/ Share on other sites More sharing options...
Droidz 2738 Posted June 16, 2013 Share Posted June 16, 2013 Hello, i'll add this feature, for the moment you can use lua code. Thanks Link to comment https://wrobot.eu/forums/topic/523-target-buff/#findComment-3329 Share on other sites More sharing options...
Droidz 2738 Posted July 5, 2013 Share Posted July 5, 2013 I have added this, wait next update ( wManager.Wow.Helpers.BuffManager.AuraStack(uint baseAddress, List<UInt32> buffId, out ulong owner) or in fightclass condition) Link to comment https://wrobot.eu/forums/topic/523-target-buff/#findComment-3472 Share on other sites More sharing options...
Recommended Posts
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