pattax 1 Posted October 2, 2017 Share Posted October 2, 2017 Hey, Let's say I'm standing close to a NPC, I have it's guid and i want to accept/turn in all the quests he got how do I proceed? Maybe I'm just blind and haven't found the proper class for my case, I hope u guys can help me :) public void getQNPC() { var guid = getGroup().First().TargetObject.Guid; // Getting the GUID via target of target from main character Interact.InteractGameObject(ObjectManager.GetObjectByGuid(guid).GetBaseAddress); // Interact/Open NPC Window //??? } Link to comment https://wrobot.eu/forums/topic/7262-accept-quest/ Share on other sites More sharing options...
Marsbar 228 Posted October 2, 2017 Share Posted October 2, 2017 Just had a quick look, not sure if it works but; wManager.Wow.Helpers.Quest.AcceptQuest(); wManager.Wow.Helpers.Quest.CompleteQuest(int); There are more options under Quest. which you probably also want to use. Link to comment https://wrobot.eu/forums/topic/7262-accept-quest/#findComment-32977 Share on other sites More sharing options...
pattax 1 Posted October 2, 2017 Author Share Posted October 2, 2017 Just now, Marsbar said: Just had a quick look, not sure if it works but; wManager.Wow.Helpers.Quest.AcceptQuest(); wManager.Wow.Helpers.Quest.CompleteQuest(int); I tried that but nothing happens. Link to comment https://wrobot.eu/forums/topic/7262-accept-quest/#findComment-32978 Share on other sites More sharing options...
Marsbar 228 Posted October 2, 2017 Share Posted October 2, 2017 I assume you need to go into the gossip option first, then do one of these. Edit: Try manually selecting a gossip option (a quest) and then running the AcceptQuest from the dev console. pattax 1 Link to comment https://wrobot.eu/forums/topic/7262-accept-quest/#findComment-32980 Share on other sites More sharing options...
pattax 1 Posted October 2, 2017 Author Share Posted October 2, 2017 Okay problem solved, thanks! :) Link to comment https://wrobot.eu/forums/topic/7262-accept-quest/#findComment-32981 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