Photogenic 24 Posted May 12, 2020 Share Posted May 12, 2020 Hello, I have 2 druids in the same group, both are resto, and I want them both to use Tree of Life. I tried using condition (Buff casted by me Tree of Life:False) But it seems like it doesn't recognize that. When one druid does Tree of life, it creates an aura so the 2nd one doesn't cast Tree of Life. I tried to use Buff stack not equal 2. Less than 2, bigger than..etc. Neither one worked. Sometimes it just keeps spamming tree of life. How do I go around that with xml profile ? thanks Link to comment https://wrobot.eu/forums/topic/12142-2-druids-same-group-tree-of-life/ Share on other sites More sharing options...
Droidz 2738 Posted May 12, 2020 Share Posted May 12, 2020 Hello, try to use c# condition !ObjectManager.Target.GetBuffs("Tree of Life").Any(a => a.Owner == ObjectManager.Me.Guid) Photogenic 1 Link to comment https://wrobot.eu/forums/topic/12142-2-druids-same-group-tree-of-life/#findComment-58141 Share on other sites More sharing options...
Photogenic 24 Posted May 12, 2020 Author Share Posted May 12, 2020 9 hours ago, Droidz said: Hello, try to use c# condition !ObjectManager.Target.GetBuffs("Tree of Life").Any(a => a.Owner == ObjectManager.Me.Guid) This does not work for me. I did C sharp code condition. Only 1 druid use Tree of Life, other one does not. Link to comment https://wrobot.eu/forums/topic/12142-2-druids-same-group-tree-of-life/#findComment-58169 Share on other sites More sharing options...
Zan 99 Posted May 12, 2020 Share Posted May 12, 2020 "Tree of Life" is casted on self. Shouldn't it be: !ObjectManager.Me.BuffCastedByAll("Tree of Life").Contains(ObjectManager.Me.Guid) Photogenic 1 Link to comment https://wrobot.eu/forums/topic/12142-2-druids-same-group-tree-of-life/#findComment-58172 Share on other sites More sharing options...
Photogenic 24 Posted May 13, 2020 Author Share Posted May 13, 2020 2 hours ago, Zan said: "Tree of Life" is casted on self. Shouldn't it be: !ObjectManager.Me.BuffCastedByAll("Tree of Life").Contains(ObjectManager.Me.Guid) works! thanks Link to comment https://wrobot.eu/forums/topic/12142-2-druids-same-group-tree-of-life/#findComment-58173 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