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.

Q: Unwelcome Visitors 42160 - part 1

Featured Replies

Hey all,

Anyone have a solution on how to make this quest work. Unwelcome Visitors 42160  - part 1?

http://www.wowhead.com/quest=42160/unwelcome-visitors

  •  
Felblaze Portals destroyed (4)

I have tried to use the below, but its not working

Lua.DoString("ExtraActionButton1:Click();");

SpellManager.ClickRemoteLocation(new WoWPoint(724.7518, 5318.563, 57.52559));

The main issue is the even when the ExtraActionButton1 is pressed, is not used on portal (portal cannot be selected in game), but the green circle is showed on screen

  • Author

Thanks Droidz, it worked :), here is how I did it (it will try multiple times to destroy the portals since its destroyed before i cast :)

var path = new List<Vector3>() {
    new Vector3(721.8674, 5322.935, 57.19053, "None"),
    new Vector3(613.8378, 5530.022, 54.96337, "None"),
    new Vector3(587.8415, 5304.021, 45.30553, "None"),
    new Vector3(496.2509, 5307.273, 60.94893, "None"),
};
for (int i = 0; i < path.Count; i++)
{
    if (GoToTask.ToPosition(path))
            {
                    Logging.Write("reach point #" + i);
                    Lua.LuaDoString("ExtraActionButton1:Click()");
                    ClickOnTerrain.Pulse(new Vector3(path));
                    Thread.Sleep(5000);
            }
}
return true;

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.