October 17, 20169 yr Quest: http://www.wowhead.com/quest=38331 You have to click on 3 items and throw them into the pot. No idea what-so-ever how to make quester do this. I would imagine I would need 3 gather lines, one at a time, to pick up each item, then throw it by pushing number 4 when the targeting thingy is over the pot. Any suggestions? I don't know if it is even possible for WRobot to it. Info: Havi's Test - Quest ID: 38331 Basket of Root Vegetables: Object ID: 252074 Barrel of Crabs Object ID: 252076 Hearty Vrykul Grains Object ID: 252080 Pot of Stew Object ID: 244480
October 18, 20169 yr Hello, you can try to use c# code like: if (GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(1, 2, 3), 252074)) // pos and object id at pickup { ClickOnTerrain.Pulse(new Vector3(4, 5, 6)); // pos of Pot of Stew }
Create an account or sign in to comment