• Visit Rebornbuddy
  • [Patrol] working version

    Discussion in 'Plugins' started by dark wolf, May 17, 2015.

    1. EdwinOnline

      EdwinOnline Banned

      Joined:
      Jun 25, 2015
      Messages:
      221
      Likes Received:
      1
      Trophy Points:
      0
    2. Master9000

      Master9000 New Member

      Joined:
      Jul 22, 2015
      Messages:
      74
      Likes Received:
      3
      Trophy Points:
      0
      anyone wanna try fixing/reviving this plugin?
       
    3. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      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.

      [​IMG]
       
    4. theeternal92

      theeternal92 New Member

      Joined:
      Mar 31, 2017
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      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.
       

    Share This Page