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

Profession buddy Missing reagent

Rajatapaus

Member
Joined
Feb 13, 2012
Messages
31
Reaction score
0
My toon is set to smelt pyrite ore to pyrium bars, it smelts all the ore to bars, but sometimes it tries to continue smelting forever, even if it has no ores left. Restarting the profile wont help, but restarting the whole honorbuddy fixes this temporarily. The problem occurs randomly. I have tried to change smelting options in the professionbuddy profile, but it wont help at all...

I would like to have something like, while there are less than 2 pyrium ores in inventory, then...
Or something else that permanently fixes the problem.
I tried to use "while HasItem(xxx) <2" but seems like you cannot use the "<" mark there.

Btw, where you can know what commands does the professionbuddy support? Had to randomly find the "HasItem" command from someone elses profile, but how the hell did he know that such command exists? Cannot find a guide or similiar anywhere :F
 
Go the other way round, make a command, only smelt if more then 1 ore is present aka

While InbagCount (52183) >1
CastSpell (74529)
 
Back
Top