poacherlock 2 Posted September 8, 2016 Share Posted September 8, 2016 Anyone know how to run fisherbot inside of quester for darkmoon fishing quest? Link to comment https://wrobot.eu/forums/topic/3802-fisherbot-quest/ Share on other sites More sharing options...
da8ball 104 Posted September 8, 2016 Share Posted September 8, 2016 Which quest are you talking about? Link to comment https://wrobot.eu/forums/topic/3802-fisherbot-quest/#findComment-17753 Share on other sites More sharing options...
KnightRyder 77 Posted September 9, 2016 Share Posted September 9, 2016 Only one I know of is where you go down to the docks and fish up 5 fish then turn it in. Link to comment https://wrobot.eu/forums/topic/3802-fisherbot-quest/#findComment-17757 Share on other sites More sharing options...
poacherlock 2 Posted September 9, 2016 Author Share Posted September 9, 2016 That's the one, looking to set up all of my toons on multiple accounts to do all the monthly profession based quests and item quests with higher rewards for the xmogs. Have most of the quester profile built but don't know how to get it to fish Link to comment https://wrobot.eu/forums/topic/3802-fisherbot-quest/#findComment-17760 Share on other sites More sharing options...
Droidz 2738 Posted September 9, 2016 Share Posted September 9, 2016 Hello, use quest type "OverridePulseCSharpCode" with code: Vector3 fishPosition = new Vector3(-9387.61, -120.2896, 58.53797, "Flying"); float fishRotation = 4; if (!FishingTask.IsLaunched) { if (GoToTask.ToPosition(fishPosition, 1.5f)) { ObjectManager.Me.Rotation = fishRotation; FishingTask.LoopFish(); } } return true; (replace "-9387.61, -120.2896, 58.53797" by fishing position and 4 by fishing rotation (you can get position and rotation in WRobot tab "Tools" > "Dev... tools" > "Me/Target Position")) Don't forget to stop fishing, for it, after pulse fishing quest, in quests order add step type "RunCode" with code: wManager.Wow.Bot.Tasks.FishingTask.StopLoopFish(); Sample profile: FishingTest.xml Krack3n, happiness7 and Pudge 2 1 Link to comment https://wrobot.eu/forums/topic/3802-fisherbot-quest/#findComment-17769 Share on other sites More sharing options...
poacherlock 2 Posted September 9, 2016 Author Share Posted September 9, 2016 That worked amazingly well! You are awesome! Link to comment https://wrobot.eu/forums/topic/3802-fisherbot-quest/#findComment-17797 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