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.

Vindikaar Console

Featured Replies

Hi everyone
I am currently writing the Argus questline and I have a problem

how did the bot use the Vindikaar Console?

WoWScrnShot_121217_134758.thumb.jpg.44df0c6d4440530cde721b6331e26814.jpg


and how does he click my first point?

WoWScrnShot_121217_134810.thumb.jpg.ae6747c5351276306cbd80db788d414a.jpg

 

other Problem

Waypoint on Vindikaar no aviable?

 

thanks for answer

best gregards

The only way I found to be able to do it is with

 

robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 43, 58);
robotManager.Helpful.Mouse.ClickLeft(); 

 

Just have to change the cords depending on which point you want to click on. 

Bad part is it will actually move your mouse if you are doing something in another window. 

  • Author

thanks for this info

Use interact? 

i have tested with use interact with Npc  and the bot use the console, but i have no idea for click the point on the map

robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 43, 58);
robotManager.Helpful.Mouse.ClickLeft();  

how did I use that? With RunCode?

Edited by createdby

  • Author
FlightMapFrameScrollContainerChild:Click()

i have tested with RunCode and RunLuaCode but not working

 

Edited by createdby

I use RunCode with this:

Thread t = new Thread(() =>
{
 int questId = 48199;
 while (robotManager.Products.Products.IsStarted)
 {
  if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause)
  {
   if (!Quest.HasQuest(questId))
      break;
   {
robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 43, 58);
robotManager.Helpful.Mouse.ClickLeft(); 
   }
  }
  Thread.Sleep(5000);
  }
 });
t.Start();

Then I interact with NPC to bring up the map. 

  • Author

thanks for that but if i use this code the bot use the console an click on the map

but not on the Point what  I need:blink:

fdf5de-1513155383.png

Edited by createdby

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.