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 :-/
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 :-/