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!

Hotspot Recorder, a profile creator for HonorBuddy

hi great plug in.

Having loads of fun making gathering profiles, but i wanted to make a grind profile for some rep mobs it makes the route fine but when i run the profile that`s all it does run the route is there any way to make it attack the mobs or is that a honorbuddy thing im missing?

Ps i`m using grind bot
 
Hello, I would like too know can you add a function where we can straight copy the hotspots from inside of the program itself,
 
Last edited:
make some replace

replace next strings in frmMain.cs
double x = double.Parse(strX);
double y = double.Parse(strY);
double z = double.Parse(strZ);
to
double x = double.Parse(strX, new CultureInfo("en-US"));
double y = double.Parse(strY, new CultureInfo("en-US"));
double z = double.Parse(strZ, new CultureInfo("en-US"));
and all will be work
 
Grind profile

People who want to make a grind profile read what Slapbacon wrote ^_^

Ok so I have to say that this is by far the best thing I have found so far for HonorBuddy. I have only been using this for a few days as I just got back into botting. However I botted for many years back in the day with wowglider (never banned). I found it really strange that some sort of simple to use profile creator was not included in the bot itself. This was something that existed in glider back in the day. You would essentially hit 'record' and walk you path and as you went along you would target the mob types you wanted and click 'add', etc. Very easy to make a grind profile.

This plugin gets almost to that point exactly, makes the process very easy. Something I had to figure out on my own for those who may also be new to this. After you are done using this plugin to make the profile you can stop honorbuddy, save the profile and then go fly around and target each mob type you want to fight. Then click on the developer section of honorbuddy and click the little refresh symbol in the target info box. This will give you the faction id for each mob type. You then manually edit your new xml file to include all the faciton types you want with a space in between each. This plugin just puts a place holder there with like faciton 99999 or something like that. If you skip this step your toon just runs the route and will only kill things that happen to attack it.

I also found that you need very few actual hotspots. The fewer the better for a more lifelike looking bot run. If anyone used ppather back in the day it is a similar concept.

Thank you very much for this plugin, much appreciated.

Slapbacon


Also use this as an idea of how your profile should look like. Thanks to Crazybuz.

Your .xml file should look something like this

Code:
<HBProfile>
  <Name>(Grind)Pickpock- Shao-Tien Precursor.xml</Name>   <----- profile name
  <MinDurability>0.4</MinDurability>  <----- Min durability before it goes to repair
  <MinFreeBagSlots>1</MinFreeBagSlots>          <----  Min free bag slots before it goes and sells
  <MinLevel>1</MinLevel>   <---- Min level to use this profile
  <MaxLevel>999</MaxLevel>   <----- Max level to use this profile
 
 <Factions>99999, 2479</Factions>  <----- Factions of mobs to kill

  <MailGrey>False</MailGrey>
  <MailWhite>True</MailWhite>
  <MailGreen>True</MailGreen>         <---- To mail or not to Mail
  <MailBlue>True</MailBlue>
  <MailPurple>True</MailPurple>
 
 <SellGrey>True</SellGrey>
  <SellWhite>False</SellWhite>
  <SellGreen>False</SellGreen>             <---- to sell or not to sell
  <SellBlue>False</SellBlue>
  <SellPurple>False</SellPurple>
  <SellPurple>False</SellPurple>

<Vendors>
	<Vendor Name="Merchant Tantan" Entry="59341" Type="Repair" X="1229.89" Y="1178.33" Z="397.27" />  <-----where you go to repair
</Vendors>

<Mailboxes>
    <Mailbox X="833.9946" Y="212.9725" Z="503.4192"  />  <----- where you go to mail
</Mailboxes>

<Blackspots>                    <---- Where you don't want to go
</Blackspots>

<Hotspots>
    <Hotspot X= Y= Z=  />
    <Hotspot X= Y= Z=  />           <----- Where you go to kill
    <Hotspot X= Y= Z=  />
    <Hotspot X= Y= Z=  />
</Hotspots>

</HBProfile>
 
---------------------------
Error
---------------------------
Error: Input string was not in a correct format.
---------------------------
OK
---------------------------

Using a empty profile in combat bot.

Would be happy to donate a few once i get this rolling :)
 
This looks AWESOME!!!! Is there any way for it to record <RunLikehell spots and use a questing botbase foir creating raid and instance farming profiles? Would be most helpful because its much more efficient choosing EXACTLY what spots and packs to pull, where to pull them, then initiate combat and know how many breaks to take and juice up on hp :)
 
Im very happy to find this Plugin
but when im try to load it i got this error can anyone help me

Compiler Error: d:\Honor\Plugins\Hotspot Recorder\frmMain.cs(386,37) : error CS1501: No overload for method 'Dismount' takes 0 arguments
 
Im very happy to find this Plugin
but when im try to load it i got this error can anyone help me

Compiler Error: d:\Honor\Plugins\Hotspot Recorder\frmMain.cs(386,37) : error CS1501: No overload for method 'Dismount' takes 0 arguments

Maybe not yet updated for WoD... please be patient. ;)
 
Im very happy to find this Plugin
but when im try to load it i got this error can anyone help me

Compiler Error: d:\Honor\Plugins\Hotspot Recorder\frmMain.cs(386,37) : error CS1501: No overload for method 'Dismount' takes 0 arguments

At the 2 lines it gives an error for, just replace:

Styx.CommonBot.Mount.Dismount();

with

Styx.CommonBot.Mount.Dismount("Because reasons.");

Works fine for me that way.
 
A little late to this thread but for all the people that recently posted that it's not showing up in your plugins...if you simply do the fix that tomit12 says to do, it will work.

Thanks a bunch tomit12. Much appreciated.
 
Hotspot Recorder\frmMain.cs(361,37) : error CS1501: No overload for method 'Dismount' takes 0 arguments


I should have looked above. The solution is there. Silly me.
 
Last edited:
Back
Top