Jump to content

Recommended Posts

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

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

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()");

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...