Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to move bot to x,y,z location

Featured Replies

49 minutes ago, Brian said:

I don't need to use pathfinding or what not, just need the bot to click a x,y,z location. (Entering an instance..)

I wrote a tutorial on this.

 

if your doing a dungeon you will likely be using "quester".  Make a pulse thats a 'kill and loot ' and just make the co-ordinates on the other side of the instance portal.  Make the iscomplete condition

return (wManager.Wow.Helpers.Usefuls.ContinentId == (int)wManager.Wow.Enums.ContinentId.DeepholmeDungeon)

Where DeepholmeDungeon is the name of the zone of the instance you will be entering.

 

Edit- could use a followpath and have it end on the other side of the instance portal.

  • Author
4 minutes ago, eeny said:

I wrote a tutorial on this.

 

if your doing a dungeon you will likely be using "quester".  Make a pulse thats a 'kill and loot ' and just make the co-ordinates on the other side of the instance portal.  Make the iscomplete condition

return (wManager.Wow.Helpers.Usefuls.ContinentId == (int)wManager.Wow.Enums.ContinentId.DeepholmeDungeon)

Where DeepholmeDungeon is the name of the zone of the instance you will be entering.

 

Edit- could use a followpath and have it end on the other side of the instance portal.

I use BlackMagic in my instance so it is all done in a plugin

2 hours ago, Brian said:

I use BlackMagic in my instance so it is all done in a plugin

wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(x.xf, y.yf, z.zf));

 

may do it- not sure how your black magic works...

  • Author
21 minutes ago, eeny said:

wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(x.xf, y.yf, z.zf));

 

may do it- not sure how your black magic works...

worked, thanks

as hunter, warlock, mage and deathknight you can move your pet to the other side of the instance portal and use the targets position button to get exact coordinates

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.