February 4, 20179 yr Hey, Im creating a quester profile, and want to set heartstone to a new location. The following command works for interacting with the npc: <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(599.04f, -4928.18f, 17.88458f), 23731, 2, false)" /> A verification dialog will pop up after. It seems the following line aint working for vanilla. <QuestsSorted Action="RunMacroLua" NameClass="/click StaticPopup1Button1" /> StaticPopup1Button1 was not implemented in vanilla. Is there a workaround? Thanks in advance!
February 5, 20179 yr Hello, RunMacroText is not implemented in Vanilla wow. Run lua code: StaticPopup1Button1:Click()
February 11, 20179 yr Author On 5.2.2017 at 1:07 PM, Droidz said: Hello, RunMacroText is not implemented in Vanilla wow. Run lua code: StaticPopup1Button1:Click() Thanks!
Create an account or sign in to comment