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.

Force bot to take a taxi

Featured Replies

So i need bot to take a taxi, here is my code

    <QuestsSorted Action="While" NameClass="wManager.Wow.Helpers.Usefuls.ContinentId == 530 &amp;&amp; ObjectManager.Me.Position.DistanceTo2D(new Vector3(45.09895f, 2741.531f, 85.17036f)) &gt; 500" />
    <QuestsSorted Action="RunCode" NameClass="var position = new Vector3(3078.104, 3602.156, 144.0669);&#xD;&#xA;int npcEntryId = 18938;&#xD;&#xA;&#xD;&#xA;if (!ObjectManager.Me.IsOnTaxi)&#xD;&#xA;{&#xD;&#xA;    if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId))&#xD;&#xA;    {&#xD;&#xA;        Usefuls.SelectGossipOption(GossipOptionsType.taxi);&#xD;&#xA;        Lua.RunMacroText(&quot;/click TaxiButton1&quot;);&#xD;&#xA;    }&#xD;&#xA;}" />
    <QuestsSorted Action="Wait" NameClass="288000" />
    <QuestsSorted Action="EndWhile" NameClass="" />

What bot does:

1. Bot interacts with flightmaster properly

1. He uses the macro /click TaxiButton1

But in game it shows "There is no direct path to that destination".

Route looks like this in game

7nYoL9B.png

IF i manually mouseover my destination, route will be shown on map then, and macro that bot uses will work.

  • 3 months later...

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.