mueller.weng 0 Posted June 1, 2016 Share Posted June 1, 2016 Hello WRobot Community, at the moment I am working on a dungeon/raid profile for just farming trash (Run into dungeon - Kill trash - Run out of dungeon - Reset - Repeat). I created a profile which pulls via FollowPath and the condition that the Quest is completed as soon as the path is completed. The problem i am facing is: The route of the pulls is completed nicely, but the bot only dismounts when getting CCed by the mobs. I am searching for a possibility to let the bot dismount after every FollowPath, to: Kill the mobs - Mount - Do next pull - And so on. One step further: If i have to create new subquests for each dismount and trashpack-kill, what would be a good condition to "finish" that subquest? Something like "if character is out of combat = completed". I already checked many forum threads with similar problems and also was using the temple of atal hakkar profile as a foundation, but i didn't find anything that could solve my problem. I would be glad for any suggestions. Thanks in advance. Link to comment https://wrobot.eu/forums/topic/3123-raidtrash-profile-need-function-to-dismount/ Share on other sites More sharing options...
Droidz 2738 Posted June 4, 2016 Share Posted June 4, 2016 Hello, add step type "RunCode" with param: wManager.Wow.Bot.Tasks.MountTask.DismountMount(); Link to comment https://wrobot.eu/forums/topic/3123-raidtrash-profile-need-function-to-dismount/#findComment-14471 Share on other sites More sharing options...
mueller.weng 0 Posted June 8, 2016 Author Share Posted June 8, 2016 Thank you very much, it is working like I intended to use it! Link to comment https://wrobot.eu/forums/topic/3123-raidtrash-profile-need-function-to-dismount/#findComment-14581 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now