Terror 2 Posted June 28, 2017 Share Posted June 28, 2017 Hi all, i gues this should be fast to answer... i try to improve my fight profiles with c#. Yet i cant get this simple code to work. Goal is to check for Buff ID 974 on Party Member 1. !wManager.Wow.ObjectManager.ObjectManager.Party1.HaveBuff(974) It works fine with "Party1" changed to "Me". !wManager.Wow.ObjectManager.ObjectManager.Me.HaveBuff(974) As i learned from the Forum, i should be able to switch "Me" with "party"/"target" ect....but if im changing to party1 it just gives a huge error when starting the fightclass. Any Help? :) P.S.: is it possible to get a setting entry for player names? For example if i add "Jeff" in the setting, it will automaticly replace player1 in the c# with Player Name "Jeff"? Link to comment Share on other sites More sharing options...
Droidz 2674 Posted June 29, 2017 Share Posted June 29, 2017 Hello, you can use lua or get party members here: wManager.Wow.Helpers.Party Link to comment 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