insanity 10 Posted February 4, 2017 Share Posted February 4, 2017 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! Link to comment Share on other sites More sharing options...
Droidz 2696 Posted February 5, 2017 Share Posted February 5, 2017 Hello, RunMacroText is not implemented in Vanilla wow. Run lua code: StaticPopup1Button1:Click() Link to comment Share on other sites More sharing options...
insanity 10 Posted February 11, 2017 Author Share Posted February 11, 2017 On 5.2.2017 at 1:07 PM, Droidz said: Hello, RunMacroText is not implemented in Vanilla wow. Run lua code: StaticPopup1Button1:Click() Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now