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.

Wait or pause in Runcode

Featured Replies

  • Author

Before the wait I am interacting with innkeeper to set hearthstone but the issue is that the code runs to quick so by time the popup appears to accept location, my code already run. I am using run macro for lua code. So I need to pause 1 or 2 sec then run code to accept. I have tested the accept by itself and it works.

  • Author

I did see this option but I was wondering if there was anything I can put in as part of the code in run code.

Will change what I was trying to do.

Thanks for reply.

Alright it will look like this:

F8E9ozy.png

Change the coords step to your destination coords. (it's setup for redridge mountains inn)

While step:

ObjectManager.Me.Position.DistanceTo2D(new Vector3(-9223.98f, -2157.12f, 63.73089f)) > 5 && ObjectManager.Me.Position.DistanceTo2D(new Vector3(-9223.98f, -2157.12f, 63.73089f)) < 100

Change the coords for the Inn keeper location and ID(6727) for NPC ID (you can get them from helper tools > target info)

RunCode:

wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(-9223.98f, -2157.12f, 63.73089f), 6727, 1, false);

below add RunMacroLUA:

/click StaticPopup1Button1

after this all add EndWhile. If it still is too fast for you (never had issues with this setup) add action type step Wait with 2000 ms after runcode

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.