• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • CC Selection

    Discussion in 'Buddy Wing Forum' started by Ama, Jun 29, 2012.

    1. Ama

      Ama New Member

      Joined:
      Jun 6, 2011
      Messages:
      1,171
      Likes Received:
      33
      Trophy Points:
      0
      I'm working on a healing CC and I noticed the bot is selecting my CC every time without any prompt to select a CC.

      This is the main cs file

      Also, I am having an issue with non-group members being in my group list when I'm hanging around cities. Any ideas?

      PHP:
      public static IEnumerable<TorPlayerParty
              
      {
                  
      get { return ObjectManager.GetObjects<TorPlayer>().Where(=> p.IsFriendly && p.GroupId == BuddyTor.Me.GroupId).ToList(); }
              }
       

    Share This Page