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?
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(); }
}