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

Simple Frostweave Bolt Maker

lordwolfx

New Member
Joined
Aug 3, 2011
Messages
19
Reaction score
0
I have a general idea what to do using the normal professions coder, I searched around for a list of possible commands but didnt come up with any ^..^, ive also seen some examples for milling ect ect in notepad but didn't feel like tinkering with it Outside of Profession plugin as time does not currently allow.

so...

Using Professions Plugin, could someone give me an example of

If Frostweave Cloth > 5
Pause
Cast Spell Frostweave Bolt
Resume

Im kind of new to HB sorry :)
Also if someone could link me to a good place with Profession Plugin guide/lists of possible I would appreciate it.

Obviously i want to use this while grinding frostweave out, and want less trips to the mailbox :)
 
Last edited:
Basicly it'd be something like this:
Code:
While: InbagCount(41510) >= 5
    Wait (put in false and 2000 as values)
    Cast Spell(55899)
Just make that in the PB window and that's all you need.
 
Back
Top