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"?