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.

Dont click Button

Featured Replies

Hi. Why don't I click on the button I use the command :

 <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(2781.16, -432.997, 116.5811), 6738, 2, false)" />
  <QuestsSorted Action="RunMacroLua" NameClass="/click StaticPopup1Button1" />

The game window appears, but the button does not press. Help me PLS.

17 minutes ago, Mike-Mail said:

wManager.Wow.Helpers.Usefuls.SelectGossipOption(int gossipOption);
wManager.Wow.Helpers.Usefuls.SelectGossipOption(GossipOptionsType gossipOption);

Yeah. Just let him answer / ask again. :laugh:

57 minutes ago, Mike-Mail said:

true but there this other guy keep asking for help but when i ask for info he like "ill pay you to do it" he wants a profile for a instance.

Well, that's some weird guy for sure. :)

  • Author

when I want to pop up a sign about the change of hearthstone my character agreeing to that.

i use create q profile.

var position = new Vector3(-8867.79f, 673.673f, 97.90382f);
int npcEntryId = 6740;

wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId);

 if(wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId))
 {
     Usefuls.SelectGossipOption(1);
     System.Threading.Thread.Sleep(2000);
     wManager.Wow.Helpers.Lua.LuaDoString("ConfirmBinder()");
     wManager.Wow.Helpers.Lua.LuaDoString("ConfirmBinder()");
     wManager.Wow.Helpers.Lua.LuaDoString("ConfirmBinder()");
 }

It's vanilla code, but it should function with current WoW as well. Just alter the values.

Edited by FNV316

  • Author

I did what you said with the changed values, but it still doesn't work for me.

i work in EasyQuestsEditor

choose the function RunCode in the field for writing:

 

var position = new Vector3(2781.16, -432.997, 116.5811);
int npcEntryId = 6738,

wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId);

 if(wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId))
 {
     Usefuls.SelectGossipOption(1);
     System.Threading.Thread.Sleep(2000);
     wManager.Wow.Helpers.Lua.LuaDoString("ConfirmBinder()");
     wManager.Wow.Helpers.Lua.LuaDoString("ConfirmBinder()");
     wManager.Wow.Helpers.Lua.LuaDoString("ConfirmBinder()");
 }

 

I creat vanila wow q profile. what is my mistake? I just want to do what would innKeeper to change the address of your hearthstone.

sorry for my English

1 hour ago, Hekp said:

I creat vanila wow q profile. what is my mistake? I just want to do what would innKeeper to change the address of your hearthstone.

var position = new Vector3(2781.16f, -432.997f, 116.5811f);

int npcEntryId = 6738;

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.