February 24, 20197 yr 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
March 1, 20197 yr 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
Create an account or sign in to comment