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!

HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

Status
Not open for further replies.
And oh. I had a Ashen Pigment in the bank and one in my backpack. It tried to ink them, thinking I had two. perhaps that was the issue for krizzl3 as well...

Edit: Or its something else. Milling works fine, but when inking large quantities of Ashen Pigment and/or Burning Embers (probably all of them), it keeps trying to do it, even after there are 0 left in the bags (and none in the bank). No idea why as the loop clearly states >=2.. Have to stop HB and start it again.
... I changed the sleep for fun (see Edit3. Raised it to 3000 and it stopped happening. Guess it gets stuck in the loop somehow when it thinks there are more then there really is..

Edit2: Found something else. I have 24 flowers. The stack of 4 is laying before the stack of 20 in the backpack. The plugin tries to mill them, but when it "uses flower" after hitting milling, it clicks on the stack of 4 instead of 20, causing a big red "Requires 5 blabla" over and over.
Reorienting the flowers in the backpack kickstarts it again. The same thing happens if you try milling with a macro though, so not sure its something you can help.


Edit3: When inking, it does it too fast (clickclickclick). Inside the loop, a sleep of 1900 is enough, unless you can monitor the cast bar instead =)
Update. Set it to 3000 so that it does not loop, trying to ink more when out of items. See Edit1. Probably better to insert a castbar check here and wait a few millseconds after that one so the StackCount can update properly.. Or perhaps save the last StackCount and match it to the current one. If it does not match, continue. otherwise break
Example:
Code:
                            while (item.StackCount >= 2) // 
                            {
                                Styx.Logic.Combat.WoWSpell Pig = Styx.Logic.Combat.WoWSpell.FromId(57716);
                                Styx.Logic.Combat.SpellManager.Cast(Pig);
                                Thread.Sleep(250);
                                Logging.Write(Color.Cyan, "Using " + item.Name + "");
                                Lua.DoString("UseItemByName(\"" + item.Name + "\")");
                                Thread.Sleep(1900);

                            }
 
Last edited:
I don't see pool fishing anytime soon with this bot. Pirox has that cornered along with a few private bots specific to fishing.
 
Hm I am having issues, It only seems to want to mill cinderbloom. If I have Cinderbloom and Twilight Jasmine stacks it will mill all of the Cinderbloom and then wont mill the TJ.

I will try to get a log of this soon.
 
Great Profile m8 :D + rep

but i have a lil noobish question here , how do i ( set or change ) the alt name that will send mail to ??
 
could u swap the priority when milling and inking?, so that it inks first if it can and milling comes secondary?, kinda messes up the automation.
 
could u swap the priority when milling and inking?, so that it inks first if it can and milling comes secondary?, kinda messes up the automation.

lol how can u ink what you dont have lol need to mill first to get pigments to ink... bit backwards if you ask me lol
 
old allrounder with guild fuction removed if anyone wants to try and let me know how it works out
 
thank u so much m8 :D

btw great profile here :D its runing now for 8 hrs in 2 account lvl 60 and its 65 ( using it in IB bot grinding while waiting for instance) now and the other from the start and its lvl 13 now :D

its really rookin m8 keep it up :D
 
my 39 lock keeps trying to update his flight path he already learned it and won't move on with the grinding
 
my 39 lock keeps trying to update his flight path he already learned it and won't move on with the grinding

use .3881, or turn off flight paths if you're using an earlier version.

Also, I updated the profile yesterday to not use EPL @ light's hope... so if you're near there, go away and the bot shouldn't go there anymore.

I'll re-enable Light's Hope when a newer stable version of HB is out (not .3881)
 
Last edited:
I cannot get the bot to work at all on my Horde Pally. My pally is level 85, standing right next to the water, with fishing pole equipped.

I have tried it with HB v 2.0.0.3804 and 2.0.0.3881. I have also tried MrFishit bot v1.0.4 and 1.0.5. I log in to WOW, log in to my toon, start HB, select MrFishIt Bot, select "Use Lure" and then choose "Bright Baubles".

When I start the bot, I select a profile for my pally (I have tried the default profile and also another end user created profile). My toon just stands there. HB shows "Activity: " with no activity. Nothingis showing in the debug log or in the navigation log.

After reading another post about the bot working with some toons but not with others, I loaded up my Undead Rogue and tried the bot. Bot works fine with Undead Rogue (level 19) but does not work at all with my 85 Pally.
Update: when I was testing during my initial post, I was using my laptop. I then went to my desktop and tried the same testing. The bot works fine with my pally when I am on my desktop pc, but does not with with the same toon on my laptop.

Honorbuddy seems to work fine in all other aspects regardless of which toon I'm playing or which pc I am using.

Thanks in advance for your time and efforts.
 
sorted the pigment bug and guild bank is now running just need to sort out a few other bugs with mail and new release should be up tonight :)
 
i'm level 10 and learned all spells by hand.. after hit den start button hb ran to the rogue trainer at Gilneas and want to train all spells.. but there is no npc.. maybe i'm phased ?!
 
Status
Not open for further replies.
Back
Top