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!

[Beta] Multi-profile for farming with GB2

yes, i just set vashjir to true all other false. As i said, my Toon is staying in the last Cave of the Vashijr Quest Line (the complete not only the kickz Profile). And in the last Cave it cant get out of the Cave. Just take a look at the Buddy Manager Thread, there is a Picture and part of go out Hotspots.

possible to get an answer to the auction prices? some posts up, please.
I'll add the points for the last cave soonish.
ah prices calculation are below. prices are per single item and in copper. Math.Ceiling() rounds up to the nearest integral value. Ceiling Method (Double)

PHP:
if lowestBuyoutOnAH > MaxBuyout
  Item.Buyout = MaxBuyout
else if lowestBuyoutOnAH < MinBuyout
   Item.Buyout = MinBuyout
else
  Item.Buyout = lowestBuyoutOnAH - Math.Ceiling((lowestBuyoutOnAH * UndercutPrecent / 100d));
 
I'll add the points for the last cave soonish.
ah prices calculation are below. prices are per single item and in copper. Math.Ceiling() rounds up to the nearest integral value. Ceiling Method (Double)

PHP:
if lowestBuyoutOnAH > MaxBuyout
  Item.Buyout = MaxBuyout
else if lowestBuyoutOnAH < MinBuyout
   Item.Buyout = MinBuyout
else
  Item.Buyout = lowestBuyoutOnAH - Math.Ceiling((lowestBuyoutOnAH * UndercutPrecent / 100d));

Sorry maybe i miss understand. but where i can set that the banking toon just set 2g50s00c under the lowest AH buyout price? i have to change the min/max or set a difference undercutpercent?
 
Request:

Could you please have it cancel our auctions that have we been undercut on before we post our next set of auctions? This would be Great for me!


Thanks !!
 
Request:

Could you please have it cancel our auctions that have we been undercut on before we post our next set of auctions? This would be Great for me!


Thanks !!

Yes its a good idea. And Strange one from me. With Multi Toon Support. So you can put 1-3 Farm Toons inside (all on one Account) so 1 do Herbing/Mining, 1 maybe Skinning and another is Grinding for Cloth sending to 1-3 Bank Toons so the Stuff its inside the AH from different Banking Toon and not all from one. Jut putting some strange Brainstroming in this Thread :)
 
Hi i have one question ... i would like to test the vashjir zone but if my toon is there it stands in the smugglers scar and trys to mount with the seahorse? so i ask myself which "startzones" in vashjir are supported.


greetz
 
i think its just the one after you get the sea horse. there is a kickz questing profile for this. got the same problem with the last cave of the questline in vashijr. it would be good to put all cave spawns into the multi-profile. but as high told some post above, he will implement them later.
 
Added Vashjir support to Multiprofile. only tested with starter quests completed.


try the new release. also before sending mail the farmer will grab any mail that he has in the inbox given that he has bag space and the banker will now send the farmer some gold if farmer drops below 200g.

Yup, the new release seems to be starting despite errors, and sends mail properly :) good job!
 
For Vashj'ir my guy is in a cave and wants to enter swim form to move to the taxi.

Log
 
This isn't anything I can fix because it's an HB core bug.
I get this exact same problem too.
I've reported this and you probably should too .The more reports the more likely it will get noticed.

You've written a thread somewhere? Or where you have reported it?
 
For Vashj'ir my guy is in a cave and wants to enter swim form to move to the taxi.

Log

Unable to load Cooking Not sure if this error is directly effecting the profile but it looks like a wow addon is causing that error. Try disabling your wow addons and update again from svn ( I made some new changes)
 
Added 2 new AH settings. Max Stack Number: Max number of stacks to post on AH. CancelAuction: If true it will cancel undercut auctions before posting on AH
 
highvoltz, possible to tell me if this random routes are just picked one time when the toon joins the area or it jumps random when the first route is finished one time it picks the next? Like Toon stays 2 hours, picked Route is finished after 1 hour, does it pick a new one random or just run the first picked route the whole 2 hours?
 
Added 2 new AH settings. Max Stack Number: Max number of stacks to post on AH. CancelAuction: If true it will cancel undercut auctions before posting on AH

Woot, thanks Highvoltz!

One step closer to seamless automation.
 
Last edited:
Just an idea... would it be too much work to add the option for multiple farmers? I know there's many that have several farmers just to help keep a lower profile within the server population.

The idea would be to just add them in the settings and the profile would just cycle through them after whatever time was chosen.
 
It seems that 2 gems aren't being mailed when mailing to banker: Nightstone and Alicite. I would assume the identifier would include all gems of that quality, so unless this is intended, I'm stumped as to why this would happen. EDIT: It appears that the items are being put into the mail window, yet they are not being mailed.

Secondly, your documentation is nowhere to be found! I would very much like to become familiar with this library.

Third, upon beginning a new profile, be it to fly to portals or just after entering a zone, the farmer sometimes does not mount and thus stands there until being disconnected. He/she also sometimes attempts to run to the portals after failing to mount, but gets caught between 2 waypoints, presumeably the middle of which being the most direct route. Perhaps a function, even just an if statement checking some temp variables, could be implemented to prevent waypoint looping? If found, it could halt and force the player to mount.

Finally, might there happen to be a method of calling chat functions for a simple trade plug after posting?


Thank you.
 
Last edited:
Just have a question is there something special that you need to do to get it to switch from my farmer toon to my banker toon? It Farms, hearths, mailbox, and then logoffs, but never switches to farmer toon and then login. Just sits at the page.

When looking in the logs I see this. This is last thing in log..

[12:28:26 AM:774] Exception in GetInfoBlockByID:Cannot run injection routines while not in game! (Crash Prevention) - at Styx.StyxWoW.Call[T](UInt32 address, CallingConvention callingConvention, Object[] args)
at Styx.WoWInternals.WoWCache.WoWCache.GetInfoBlockById(UInt32 function, UInt32 caller, UInt32 index, UInt64 guid, Int32 a3, Int32 a4, Int32 a5) - Honorbuddy
 
Did you write down the correct Banker Toon Name in the Configuration? Please take care that you correctly write it with Upper-Lower Caps, like it shows in the Toon Overview when you login!
 
Back
Top