What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

CC Selection

Ama

New Member
Joined
Jun 6, 2011
Messages
1,171
Reaction score
33
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<TorPlayer> Party
        {
            get { return ObjectManager.GetObjects<TorPlayer>().Where(p => p.IsFriendly && p.GroupId == BuddyTor.Me.GroupId).ToList(); }
        }
 
Back
Top