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!
Thanks Cryo, Is there any way to tell the bot to ignore this in a profile ?
When I completely remove the <vendor> tags it will loot until full and then not go to the vendor but not loot and just run around and kill. Just trying to get a work around until the new bot is operational.
TreeHooks.Instance.ReplaceHook("SetVendorPoi", new Decorator(ret => false, new Action()));
Just run this from a plugin Initialize method or wherever - you're right it won't run from a profile since we don't support running code directly from profiles.