thxgod1 14 Posted February 24, 2019 Share Posted February 24, 2019 Hey guys. Having a few problems with game object as questgiver in western plaguelands. For example quest Target:felstone field (id 5216). You have to turn it in at the game object in the middle of the field Scorge Cauldron (id 176361). I put the GameObject as questgiver, put in coordinates etc. But he doesnt turn in quest there, just keeps running at the game object. I saw already other posts with this problem but nobody solved it. Anyone got a tip on how to put those cauldrons properly as questgiver? Cheers Link to comment https://wrobot.eu/forums/topic/10863-vanillatbc-game-object-questgiver/ Share on other sites More sharing options...
howsthisname 0 Posted March 1, 2019 Share Posted March 1, 2019 try using var o = wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWGameObject(wManager.Wow.ObjectManager.ObjectManager.GetWoWGameObjectByEntry(XXXX)); wManager.Wow.Helpers.Interact.InteractGameObject(o.GetBaseAddress); XXXX = item id of the cauldron you will likely have to make a travel step to get there, once you are beside the cauldron, it will be closest game object This is what I used to interact with Benedict's chect...its basic, doesnt check if you have done the quest but...it clicks the chest for me! Give it a shot Link to comment https://wrobot.eu/forums/topic/10863-vanillatbc-game-object-questgiver/#findComment-51937 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