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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

CC Selection

Ama

New Member
Joined
Jun 6, 2011
Messages
1,171
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