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!

RareFinder - The Ultimate Rare Pet Profile

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.
 
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.

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
 
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
 
Can anyone tell me if it's working?

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:
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


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.
 
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.

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.
 
Anyway to get this to work with MoP Now that theres no FPS Hunter? by work i mean 100% afk ? Thanks
 
Last edited:
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.
 
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:
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.
 
For some reason in Vash'jir it just says "moving to next hotspot".. Never goes away
 
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:
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:
Back
Top