What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Request] [ProfessionBuddy] Automated making/DEing of items

TC9869

New Member
Joined
Jul 10, 2010
Messages
119
Reaction score
2
Possibly more of a bug fix, but I can't make my guy go to the JC vendor to purchase Jeweler's Settings, the go to the Anvil to make Carnelian Spikes/Jasper Rings and DE them. I tried the following logic:

while (IteminBag(CarnelianID) > 3)
buyfromvendor(jewelersettings x 3)
goto(anvil)
craft(carnelianspikes)
disenchant(carnelianspikes)

Obviously I omitted the IDs and such for legibility. Long story short, I ran into numerous problems. My guy refused to open the window to purchase the item, but upon my right clicking on the guy it would purchase correctly. Then my guy will refuse to keep iterating through the loop repeating the process, it goes through once then says "i'm done, stopping bot." Looking at the official thread for the plugin, it doesn't really seem this is what the bots designed to do :-/
 
I managed to get it to buy the right amount from a vendor by doing:

While InbagCount(XXXX) <= 2
Buy blah blah x1

While InbagCount (XXXX) >= 3
Move/Fly To X,Y,Z
Cast (ZZZZ)

Only downside, was that between each one he bought, he closed the vendor, ran a few steps away, and then ran back. :-P
 
Yup I want to do this aswell, anybody that could help out?
 
Back
Top