Jump to content

Terror

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Terror

  1. im currently running one on tbc.

    currently Working on Dungeon Profiles - fight classes are mostly ready. Allthou the community help on this site is very bad and not much help when encountering errors ;-) in addion the tbc bot fight class editor does not work very great with lua/c# mix.

    Mostly if you want to do it on your own (which you currently have to) you need to do it in c# but it will work.

     

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

     

×
×
  • Create New...