Jump to content

Check Buff on Party1


Terror

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...