Bill D Cat's userfunction_questHelpers file
Posted: Fri May 22, 2015 5:21 pm
This thread will always be the one that gets updated whenever I make a significant change to my questHelpers file. There are functions in here that are available for anyone else to use in any waypoint file that you create. I place no restrictions on its use, so feel free to use, modify or ignore it as you see fit.
Current version: 2.3
Functions include:
moveAndGather() -- Function to locate an object, move to it, and gather it.
targetAndUse() -- Function to locate an object, move to it, and use a specified item on it.
killForQuest() -- Functions to hunt and kill required number of specified mobs until the corresponding quests are complete.
CatchMobSetup() -- Sets up onPreSkillCast and onSkillCast to check the targets HP and use an item if the HP is lower than the given percentage.
SureAcceptQuest() and SureCompleteQuest() -- Functions to try and Accept and Complete quests during a structured waypoint file. Failure to successfully accept or complete a quest will pause the bot to allow you to fix the problem.
swapClass() -- Function to allow you to change your classes at any housekeeper.
Current version: 2.3
Functions include:
moveAndGather() -- Function to locate an object, move to it, and gather it.
targetAndUse() -- Function to locate an object, move to it, and use a specified item on it.
killForQuest() -- Functions to hunt and kill required number of specified mobs until the corresponding quests are complete.
CatchMobSetup() -- Sets up onPreSkillCast and onSkillCast to check the targets HP and use an item if the HP is lower than the given percentage.
SureAcceptQuest() and SureCompleteQuest() -- Functions to try and Accept and Complete quests during a structured waypoint file. Failure to successfully accept or complete a quest will pause the bot to allow you to fix the problem.
swapClass() -- Function to allow you to change your classes at any housekeeper.