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!

Possible to craft Arctic Boots prior to using vendor?

metus

Member
Joined
Jan 15, 2010
Messages
142
Is it possible to go the vendor when there are like 15 slots left in the bags and that the bot creates all possible Arctic Boots from Borean Leather proir to talking to the vendor? I'm currently doing this with Pvptool but I wanna be independent of that tool since I like Honorbuddy better.
 
Could you add a macro to run while HB is still botting? That would mean you crafting the boots ahead of time.

#showtooltip
/cast Leatherworking
/run for i=1,GetNumTradeSkills() do if GetTradeSkillInfo(i)=="Arctic Boots" then CloseTradeSkill() DoTradeSkill(i, floor(GetItemCount("Borean Leather")/8)) break end end

You can also adjust the number of slots needed before visiting the vendor as normal.
 
Could you add a macro to run while HB is still botting? That would mean you crafting the boots ahead of time.

#showtooltip
/cast Leatherworking
/run for i=1,GetNumTradeSkills() do if GetTradeSkillInfo(i)=="Arctic Boots" then CloseTradeSkill() DoTradeSkill(i, floor(GetItemCount("Borean Leather")/8)) break end end

You can also adjust the number of slots needed before visiting the vendor as normal.

You can add this to the Rest() method of your cc.
 
Well I thought of that aswell, but my Deathknight farming-char doesn't ever Rest...
 
That is totally optional, you could in you CC set it so that when you have a set amount of borean leather make it go into Rest() and create Arctic boots.
It's a programming language, totally open for whatever you feel like. Vastly superior to Pirox and shitty macros..
 
Back
Top