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.

[RunMacroLua] "/click" not working

Featured Replies

Hello, I'm trying to create a simple Quester profiles that press few buttons on the game, I'm using mainly RunMacroLua.

Step like "/target Dalaran Inkeeper" work good, also InteractUnit("target") (this one is RunLuaCode)

The problem is after I targeted the NPC and I interact with it, I want the bot to press some buttons, which are basically a lua macro with "/click Button1" "/click Button2" and so on.

For some reason, the bot cannot execute the commands and it stucks at the InteractUnit step, what am I missing?

Thanks for any help ?

17 minutes ago, ScripterQQ said:

Hello, I'm trying to create a simple Quester profiles that press few buttons on the game, I'm using mainly RunMacroLua.

Step like "/target Dalaran Inkeeper" work good, also InteractUnit("target") (this one is RunLuaCode)

The problem is after I targeted the NPC and I interact with it, I want the bot to press some buttons, which are basically a lua macro with "/click Button1" "/click Button2" and so on.

For some reason, the bot cannot execute the commands and it stucks at the InteractUnit step, what am I missing?

Thanks for any help ?

If you want to target and interact with a NPC and then also click some Buttons in the opened frame, then it's important to use sleeps between the commands.

Example in the QuestSorted:

    <QuestsSorted Action="RunLuaCode" NameClass="InteractUnit(&quot;Lillith's Dinner Table&quot;)" />
    <QuestsSorted Action="Wait" NameClass="1000" />
    <QuestsSorted Action="RunMacroLua" NameClass="/click QuestFrameCompleteButton" />
    <QuestsSorted Action="Wait" NameClass="1500" />
    <QuestsSorted Action="RunMacroLua" NameClass="/click QuestFrameCompleteQuestButton" />

 

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.