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.

Spam click specific object

Featured Replies

Is it possible to make the bot click an object very fast and multiple times?
I usually just use the regular harvest one but Ive found a spot where spam clicking the object is necessary, is this possible? mby via a plugin or mby in a quester profile?

Any assistance would be much appreciated!

  • Author
Just now, Droidz said:

Hello, in which circumstance? do you have object entry id, and what delay between two click?

Objectid is 218889, its a chest that spawns a mob when u loot it, but if you click it fast you can spawn 2-3 mobs. so as close to no delay between the clicks as possible.

  • Author
8 minutes ago, Droidz said:

This object appear randomly at random positions?

no its a specific spawnpoint on my server, So i can just stand there and wait for it to respawn

Try code like 

while (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore)
{
    var o = wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWGameObject(wManager.Wow.ObjectManager.ObjectManager.GetWoWGameObjectByEntry(218889));
    if (!o.IsValid)
        break;
    wManager.Wow.Helpers.Interact.InteractGameObject(o.GetBaseAddress);
    Thread.Sleep(100);
}

(use quest profile and overidepulse... quest type)

  • Author
2 hours ago, Droidz said:

Try code like 


while (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore)
{
    var o = wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWGameObject(wManager.Wow.ObjectManager.ObjectManager.GetWoWGameObjectByEntry(218889));
    if (!o.IsValid)
        break;
    wManager.Wow.Helpers.Interact.InteractGameObject(o.GetBaseAddress);
    Thread.Sleep(100);
}

(use quest profile and overidepulse... quest type)

Tried adding it, but it gives me compiler error on start

 

chest.xml

  • Author
11 minutes ago, sb360 said:

You can paste the code into the dev tools window and try it

___________________________________________

( robotManager.Helpful.Var.SetVar("dbgOutput", VALUE_HERE); )
dbgOutput = 
Execute time: 0

Is what it says when i try to run it while standing ontop of the chest, doesnt take any action though.

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.