Jump to content

Quest Havi's Test


KnightRyder

Recommended Posts

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

Link to comment
Share on other sites

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
            }
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...