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!

[Patrol] working version

I may write an enhanced version of this since I've recently started playing this game and the content for RebornBuddy is seriously lacking. For anyone using this though you can make it prioritise fates with a simple addition:

Open patrol.cs and search for #region Chain Pull

Then simply add the following underneath it:
Code:
if (ActiveFates != null && ActiveFates.Any())
{
   return;
}

This will completely exit the plugin pulse whenever a valid fate is active and should give 100% priority to fates.

8ce2799a85.png
 
So the plugin works real great, problem is it keeps attacking elite marks and other hunts. Which in turn pisses off other players. Does anyone have the info for those mobs? So that I may add them to the list of mobs to avoid. Particularly the hunts in Northern Thanalan. I don't really know what to search for and I can't always find them.
 
Back
Top