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.

Correct sentences for MoveTo in RunCode

Featured Replies

Hello,

I know there is a way to use the MoveTo command in a RunCode step on quest profiles but, what is the exact sentences to move the bot on a specific hotspots ?

Something like 

wManager.Wow.Helpers.MovementManager.MoveTo

should work but, how should i give the position of the hotspots ?

  • Author
1 minute ago, BetterSister said:

do you wish to use pathfinder or own path?

I would like to keep pathfinder. 

7 minutes ago, craine said:

Hello,

I know there is a way to use the MoveTo command in a RunCode step on quest profiles but, what is the exact sentences to move the bot on a specific hotspots ?

Something like 


wManager.Wow.Helpers.MovementManager.MoveTo

should work but, how should i give the position of the hotspots ?

Not sure, maybe like that?

<QuestsSorted Action="RunCode" NameClass="wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(38.23928f, 10.52102f, -4.297345f));" />

Or just add a FollowPath with a IsCompleteCondition

<IsCompleteCondition>return (ObjectManager.Me.Position.DistanceTo2D(new Vector3(-591.455, 4074.51, 93.8132)) &lt; 10);</IsCompleteCondition>

 

Just now, Runaro said:

Not sure, maybe like that?


<QuestsSorted Action="RunCode" NameClass="return (wManager.Wow.Helpers.MovementManager.MoveTo(new Vector3(-591.455, 4074.51, 93.8132)) &lt; 10);" />

Or just add a FollowPath with a IsCompleteCondition


<IsCompleteCondition>return (ObjectManager.Me.Position.DistanceTo2D(new Vector3(-591.455, 4074.51, 93.8132)) &lt; 10);</IsCompleteCondition>

 

runcode part is wrong

  • Author
5 minutes ago, BetterSister said:

wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(38.23928f, 10.52102f, -4.297345f));

Hey, thanks !

  • Author
22 minutes ago, BetterSister said:

do you wish to use pathfinder or own path?

Just to know, how do you do without pathfinder ? you list all the hotspot ?

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.