I have it so AB calls my mount under a certain condition but I am unable to get it to mount.
My current approach is
UseSkillAndWait("Mount Pet.");
Also how do I pull a specific item like lumber out of the warehouse?
public List<Item> getItems()
public bool MoveItemFromWh("Lumber")
Any help or direction would be greatly appreciated.
My current approach is
UseSkillAndWait("Mount Pet.");
Also how do I pull a specific item like lumber out of the warehouse?
public List<Item> getItems()
public bool MoveItemFromWh("Lumber")
Any help or direction would be greatly appreciated.