I'm trying to write a questing profile for the alliance that:
- uses the questing botbase and contains zone specific subprofiles (not done with the subprofile tag) to harvest minerals and herbs TO DO, is there any drawback in using the questing botbase as a gathering bot?
- navigates through continents to cataclysm zones (tbc and wrath too maybe once I got it working) and back to stormwind; stepping through the twilight highlands portal is done, uldum+vashjir hearthstoning works, need to complete tol barad, hyjal and deepholm portals
- has a centralized repair/mail hub in stormwind to use after a minimum inventory space is left; repairing and mailing are DONE (force vendor and force mail are easy
)
- chooses based on a chance a random profile to farm and goes through the portal leading to that zone; TO DO
I'd like your help for a couple of issues:
- is there any way to check how many bag slots are empty and react by that information? for example <GrindTo Condition="Me.INSERT SOMETHING HERE" < 10 />
- is there a more elegant way to use an hearthstone instead of running a macro with this line?
<CustomBehavior File="RunMacro" Macro="/use hearthstone" NumOfTimes="1" />
- is there any way to check for an item cooldown (said hearthstone) and add a delay until cooldown is zero? hearthstoning back to stormwind would be much more failsafe
I guess those questions are rather easy for an experienced profile writer, but I couldn't figure them and didn't find anything on the wiki.
Thanks in advance.
- uses the questing botbase and contains zone specific subprofiles (not done with the subprofile tag) to harvest minerals and herbs TO DO, is there any drawback in using the questing botbase as a gathering bot?
- navigates through continents to cataclysm zones (tbc and wrath too maybe once I got it working) and back to stormwind; stepping through the twilight highlands portal is done, uldum+vashjir hearthstoning works, need to complete tol barad, hyjal and deepholm portals
- has a centralized repair/mail hub in stormwind to use after a minimum inventory space is left; repairing and mailing are DONE (force vendor and force mail are easy

- chooses based on a chance a random profile to farm and goes through the portal leading to that zone; TO DO
I'd like your help for a couple of issues:
- is there any way to check how many bag slots are empty and react by that information? for example <GrindTo Condition="Me.INSERT SOMETHING HERE" < 10 />
- is there a more elegant way to use an hearthstone instead of running a macro with this line?
<CustomBehavior File="RunMacro" Macro="/use hearthstone" NumOfTimes="1" />
- is there any way to check for an item cooldown (said hearthstone) and add a delay until cooldown is zero? hearthstoning back to stormwind would be much more failsafe
I guess those questions are rather easy for an experienced profile writer, but I couldn't figure them and didn't find anything on the wiki.
Thanks in advance.