• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • RareFinder - The Ultimate Rare Pet Profile

    Discussion in 'Pets' started by nate8282, Apr 23, 2012.

    1. nate8282

      nate8282 Member Legendary

      Joined:
      Dec 4, 2011
      Messages:
      737
      Likes Received:
      23
      Trophy Points:
      18
      To be honest i don't really want to mess with updating this until there is an official HB release, i don't want to fix it and it keep breaking, i'd rather just fix it once. Also i've never had to fix something with so many problems, if i do fix it i will probably need some outside help, or else i may end up re-writing it. Also i can't 100% try this out right now since i no longer have a hunter.
       
    2. xxxstar123

      xxxstar123 Member

      Joined:
      Aug 3, 2012
      Messages:
      393
      Likes Received:
      0
      Trophy Points:
      16
      I completely agree with you lets wait tell the release of stable version of HB i and doubt any close of the end of this year
       
    3. lckwjl

      lckwjl New Member

      Joined:
      Jun 4, 2012
      Messages:
      674
      Likes Received:
      2
      Trophy Points:
      0
      Starting the bot!
      Changing current profile to level 0 - 2147483647
      Err: Declaration:(void LoadPorfileFromSubfolder(string folder)
      {
      string path = (string) Settings["ProfileFolderPath"];
      bool isAbsolute = System.IO.Path.IsPathRooted(path);
      if (!isAbsolute)
      path = System.IO.Path.Combine(Logging.ApplicationPath, path);
      path = System.IO.Path.Combine(path, folder);
      path = System.IO.Path.Combine(path, Me.IsHorde? "Horde":"Alliance");
      if (System.IO.Directory.Exists(path))
      {
      string[] files = System.IO.Directory.GetFiles(path, "*.xml", System.IO.SearchOption.TopDirectoryOnly);
      if (files != null && files.Length > 0)
      {
      int index = new Random().Next(0, files.Length);
      Styx.Logic.Profiles.ProfileManager.LoadNew(files[index]);
      MyLog("Loading profile for zone: {0}", folder);
      }
      else
      Err("no profiles found in path: {0}", path);
      }
      else
      MyLog("ProfilePath: {0} not found", path);
      }
      )
      Compile Error : 'Styx.Common.Logging' does not contain a definition for 'ApplicationPath'

      Err: Declaration:(void LoadPorfileFromSubfolder(string folder)
      {
      string path = (string) Settings["ProfileFolderPath"];
      bool isAbsolute = System.IO.Path.IsPathRooted(path);
      if (!isAbsolute)
      path = System.IO.Path.Combine(Logging.ApplicationPath, path);
      path = System.IO.Path.Combine(path, folder);
      path = System.IO.Path.Combine(path, Me.IsHorde? "Horde":"Alliance");
      if (System.IO.Directory.Exists(path))
      {
      string[] files = System.IO.Directory.GetFiles(path, "*.xml", System.IO.SearchOption.TopDirectoryOnly);
      if (files != null && files.Length > 0)
      {
      int index = new Random().Next(0, files.Length);
      Styx.Logic.Profiles.ProfileManager.LoadNew(files[index]);
      MyLog("Loading profile for zone: {0}", folder);
      }
      else
      Err("no profiles found in path: {0}", path);
      }
      else
      MyLog("ProfilePath: {0} not found", path);
      }
      )
      Compile Error : The type or namespace name 'Logic' does not exist in the namespace 'Styx' (are you missing an assembly reference?)

      Err: If (MountHelper.FlyingMounts.Count == 0)
      Compile Error : The name 'MountHelper' does not exist in the current context

      Err: Wait (MountHelper.FlyingMounts.Count > 0) Timeout:30000
      Compile Error : The name 'MountHelper' does not exist in the current context

      Err: Custom Action:(if (Me.IsMoving)
      WoWMovement.MoveStop();
      if (MountHelper.FlyingMounts.Count > 0)
      {
      SpellManager.Cast(MountHelper.FlyingMounts.First().CreatureSpell);
      }
      else
      {
      Err("You need to go learn a normal flying mount or do most quests here in Vashjir");
      }


      )
      Compile Error : The name 'MountHelper' does not exist in the current context
       
    4. lckwjl

      lckwjl New Member

      Joined:
      Jun 4, 2012
      Messages:
      674
      Likes Received:
      2
      Trophy Points:
      0
      that is with the new rarekiller plugin
       
    5. xxxstar123

      xxxstar123 Member

      Joined:
      Aug 3, 2012
      Messages:
      393
      Likes Received:
      0
      Trophy Points:
      16
    6. nate8282

      nate8282 Member Legendary

      Joined:
      Dec 4, 2011
      Messages:
      737
      Likes Received:
      23
      Trophy Points:
      18

      Attached Files:

    7. nate8282

      nate8282 Member Legendary

      Joined:
      Dec 4, 2011
      Messages:
      737
      Likes Received:
      23
      Trophy Points:
      18
      Can anyone tell me if it's working?
       
    8. xxxstar123

      xxxstar123 Member

      Joined:
      Aug 3, 2012
      Messages:
      393
      Likes Received:
      0
      Trophy Points:
      16
      Willd do then auth failed is fix for me
       
    9. Kenobee

      Kenobee New Member

      Joined:
      Sep 23, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      I have it running at the moment, will report back if it encounters a rare mob.

      Weird thing he did so far was going to the dark portal and then going back trough

      And now it is flying all the way from blasted lands to wetlands and beyond

      When it goes to northrend it doesnt go on the boat
       
      Last edited: Oct 15, 2012
    10. nate8282

      nate8282 Member Legendary

      Joined:
      Dec 4, 2011
      Messages:
      737
      Likes Received:
      23
      Trophy Points:
      18

      He's not supposed to go back through the portal again. but i've had that happen before when HB bugs out randomly, let me know if it keeps happening.
       
    11. Kenobee

      Kenobee New Member

      Joined:
      Sep 23, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      I've gotten Sambas with the twilight profile so far. But he doesn't dismiss the pet, so I had to manually help it. Vashjr is also bugged for me, and it still does the portal thing.
       
    12. Stinkflipper

      Stinkflipper New Member

      Joined:
      Feb 6, 2012
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      Anyway to get this to work with MoP Now that theres no FPS Hunter? by work i mean 100% afk ? Thanks
       
      Last edited: Oct 18, 2012
    13. nate8282

      nate8282 Member Legendary

      Joined:
      Dec 4, 2011
      Messages:
      737
      Likes Received:
      23
      Trophy Points:
      18
      Your right, however someone did revamp rarekiller and if it's working correctly you won't need to use FPS hunter, because it will tame properly.
       
    14. maarres

      maarres New Member

      Joined:
      Sep 14, 2011
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      0
      Answer for: nate8282: Ok, so i got bored enough this weekend to play with the profile again. Please give it a try and let me know if it works. And don't forget to download the new Rarekiller!



      Hey! Im wondering if u could tell me where i should put the file or is that what i should run as profile? just give me the directions on how to set it up then i got an hunter happy to test it (Alliance) and will give feedback later today , 19 oktober, Best regards!.
       
      Last edited: Oct 18, 2012
    15. nate8282

      nate8282 Member Legendary

      Joined:
      Dec 4, 2011
      Messages:
      737
      Likes Received:
      23
      Trophy Points:
      18
      It's all in the first page man, copy the contents of the zip folder to \Bots\ProfessionBuddy\Profiles\. Load "Rarefinder.xml" as the profile for proffessionbuddy. Use the Rarekiller plugin for taming.
       
    16. Fumle

      Fumle New Member

      Joined:
      Aug 6, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      For some reason in Vash'jir it just says "moving to next hotspot".. Never goes away
       
    17. nate8282

      nate8282 Member Legendary

      Joined:
      Dec 4, 2011
      Messages:
      737
      Likes Received:
      23
      Trophy Points:
      18
      Can you post a log?
       
    18. HamadB

      HamadB Member

      Joined:
      Oct 12, 2012
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
      i dont know where to put rarefinder.zip -- \Bots\ProfessionBuddy\Profiles\ doesnt exist for me. help pls? I also Re-downloaded HonorBuddy because i really want to use this.. Even if i search whole computer for "Professionbuddy" i still dont get any results..

      Do i have to download anything else? (links please)
       
      Last edited: Nov 1, 2012
    19. nate8282

      nate8282 Member Legendary

      Joined:
      Dec 4, 2011
      Messages:
      737
      Likes Received:
      23
      Trophy Points:
      18
    20. HamadB

      HamadB Member

      Joined:
      Oct 12, 2012
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
      1. Downloaded ProfessionBuddy. The zip file and tameable mobs AND Rarekiler.
      2. Set up setting for Rarekiller and your file on profession buddy. And put the Tameablemobs in config of rarekiller2
      3. ???? I click "Start" in Loque's location (the rare pet in Sholazar Basin) while in Sholazar Basin and he just keeps trying to teleport to Org...
       
      Last edited: Nov 2, 2012

    Share This Page