December 7, 20178 yr I understand how to gossip with npc and make selection on page 1, how do you gossip with page 2 or 3 after first selection? Basically you make selection from page one and page 2 pops up and you have to make another selection and so on. Thanks
December 8, 20178 yr Hello, if you use script like buttonnamepage1:Click() buttonnamepage2:Click() this don't works? If that don't works use quest type "UseScriptOn" with c# code
December 8, 20178 yr Author 1 hour ago, Droidz said: Hello, if you use script like buttonnamepage1:Click() buttonnamepage2:Click() this don't works? If that don't works use quest type "UseScriptOn" with c# code I'm sorry do you have an example of how to use this I am not a coder I am just using simple quest tool
December 8, 20178 yr Select quest type "UseScriptOn", activate option "Is C# (if unchecked, it is LUA script)" and in script textbox put code like: Lua.LuaDoString("ButtonName1:Click()"); Thread.Sleep(Usefuls.Latency + 500); Lua.LuaDoString("ButtonName2:Click()");
December 14, 20178 yr Author Do I need to change this in any way? I checked is c# and it's usescript and pasted exactly what you have in script box but it will only interact with 1 page not the second page at all This is the quest if it helps http://www.wowhead.com/quest=26630/looks-like-a-tauren-pirate-to-me
August 24, 2025Aug 24 Have the same problem now in MoP classic, at the Undead Start zone bot cannot interact pages 2 and 3 I am trying to do my own Quests but stuck at the start and cannot figure it out for a days with this interactions
Create an account or sign in to comment