September 8, 20187 yr Hello ? Is it possible to directly try code without launching the quester? Example: I would like to get the number of available quest that a NPC has with wManager.Wow.Helpers.Quest.GetNumGossipAvailableQuests() How can I use the developer tools to get the result? Thank you!
September 8, 20187 yr Hello, In dev tools run code like robotManager.Helpful.Var.SetVar("dbgOutput", wManager.Wow.Helpers.Quest.GetNumGossipAvailableQuests()); (select language C# and click on Run code button)
Create an account or sign in to comment