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.

Using MoveTo in RunCode

Featured Replies

Need some assistance in coding, I wish to use RunCode in Quester for the bottom

For example I want to move to the NPC, "Lake Frog" to be exact.. ID = 33211

So the location is not fixed. I stumbled across the below while going through the wManager resource. Any example? I am trying to complete "A Blade Fit for a Champion"

but the issue would be the bot would not move to the Frog that it is blowing a kiss. How do I get the bot to move to the frog?

The code below is for my RunCode

while (!Quest.GetLogQuestIsComplete(13673))
{
ItemsManager.UseItem(44986);
wManager.Wow.Helpers.Lua.RunMacroText("/tar Lake");
wManager.Wow.Helpers.Lua.RunMacroText("/kiss");
System.Threading.Thread.Sleep(10000); // wait 10 sec
}

able to use the below code?

Quote

wManager.Wow.Helpers.MovementManager.MoveTo(wManager.Wow.ObjectManager.WoWUnit)

Thank you!

 

  • Author

I thought of an workaround. For the quest giver, I would not use Pickup Quest. Will use interactwithNpc and choose Option 1.. that should pick up all the quest.

  • Author

No.. it will be just run once.

then will move on to other steps to complete the other quest. I think it will work though. But I need to work on the MoveTo issue first..

  • Author

I am currently using this as a workaround. however the Npc moves around. So it will not be the optimal code to do it. Is there auto move to Npc without setting the vector?

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.