• Visit Rebornbuddy
  • Gathering Red Scrips?

    Discussion in 'Rebornbuddy Profiles' started by celther, Aug 9, 2015.

    1. celther

      celther New Member

      Joined:
      Apr 5, 2013
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      Hey all, jsut a quick question, as I haven't been able to find any; are there any profiles around that'll gather red scrips and/or do Favors?

      Thanks in advance!
       
    2. Azoth

      Azoth Member

      Joined:
      Mar 6, 2014
      Messages:
      470
      Likes Received:
      8
      Trophy Points:
      18
      There are no bot/min red scrip profiles, since the bot can't do the collectibles window yet. Fishing for red scrips is much less effective than fishing for blue scrips, since the only red fish that isn't timelocked is Stupendemys and that one's a pain to catch. You're certainly free to try, although I didn't have much success.

      No one's posted a favor profile, and between lack of flying and mob aggro, it just seems like a terrible usage of red scrips.
       
    3. goldenlion

      goldenlion New Member

      Joined:
      Oct 20, 2013
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      0
      I'm botting favors (Still gathering concealed nodes manually), but it's terribly inefficient. I get 8-10 favor items per 5 favors, instead of 12-15 i get while doing it manually.
       
    4. tishat

      tishat Member

      Joined:
      May 29, 2015
      Messages:
      735
      Likes Received:
      7
      Trophy Points:
      18
      You could leave your comp overnight at a red scrip fish spot with a timed profile
       
    5. iyake

      iyake Member

      Joined:
      Oct 19, 2014
      Messages:
      143
      Likes Received:
      5
      Trophy Points:
      18
      here's what I've been using to interact with the collect window:

      Code:
          public static class CollectWindow {
              public static bool IsOpen {
                  get {
                      return RaptureAtkUnitManager.GetWindowByName("GatheringMasterpiece") != null;
                  }
              }
              public static void Collect() {
                  if (IsOpen) {
                      RaptureAtkUnitManager.GetWindowByName("GatheringMasterpiece").SendAction(1, 1, 0);
                  }
              }
          }
      
       
    6. goldenlion

      goldenlion New Member

      Joined:
      Oct 20, 2013
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      0
      Can this be used in a code chunk, or better yet, be provided as a OrderBotTag?
       

    Share This Page