Jump to content

Recommended Posts

wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(XXX, YYYY, ZZZ), OBJECT_ID);

"Run code"-step and insert coords + object id.

 

Edit: I was assuming you use it in Quester. I doubt you can do that in Gatherer or Grinder.

  On 1/26/2018 at 3:39 PM, FNV316 said:
wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(XXX, YYYY, ZZZ), OBJECT_ID);

"Run code"-step and insert coords + object id.

 

Edit: I was assuming you use it in Quester. I doubt you can do that in Gatherer or Grinder.

Expand  

Thanks! but how do i find the Object ID?

If you are using grinder, when you sre near of the object, select ITEM in profile creator, write the name of the item and click in "add item" (or another link name, i dont remember now). Wrobot shows the item ID. Try this..

  On 1/31/2018 at 1:33 PM, Pitoco said:

If you are using grinder, when you sre near of the object, select ITEM in profile creator, write the name of the item and click in "add item" (or another link name, i dont remember now). Wrobot shows the item ID. Try this..

Expand  

I'm using quester now, i've done it like this but stil gets error.

 

 

wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(2552,44, 856,9836, 51,49502), 148917);

  Quote

wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(2552,44, 856,9836, 51,49502), 148917);

Expand  

Has to be: wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(2552.44, 856.9836, 51.49502), 148917);

Dots instead of commatas for the minor values.

The Gong in the Razorfen Downs isn't only a GameObject since it got redesigned, but also a Unit.

I've used this two RunCodes one after another:

  Reveal hidden contents

Can't test if they still work though, as I don't do anything on official servers anymore.

  On 1/31/2018 at 3:53 PM, nudl said:

The Gong in the Razorfen Downs isn't only a GameObject since it got redesigned, but also a Unit.

I've used this two RunCodes one after another:

  Reveal hidden contents

Can't test if they still work though, as I don't do anything on official servers anymore.

Expand  

Thank you! Will tey this out, where do i add the cords?

  On 1/31/2018 at 3:51 PM, FNV316 said:

Has to be: wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(2552.44, 856.9836, 51.49502), 148917);

Dots instead of commatas for the minor values.

Expand  

Thank you! Will try this out!

  On 1/31/2018 at 5:38 PM, OliZ said:

Thank you! Will tey this out, where do i add the cords?

Expand  

You don't need any coords. You just need be near the gong. Over short distance the pathfinder will do the work.

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...