Jump to content

VANILLA/TBC Game Object Questgiver


thxgod1

Recommended Posts

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
Share on other sites

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
Share on other sites

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...