Jump to content

howsthisname

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by howsthisname

  1. Happen to know how to start a quest off an item in my inventory? I just looted Benedict's chect, and now want to start the quest from the envelope...tried a few things, but nothing seems to want to let me start it, maybe ill have to use scripting
  2. 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
  3. currently trying to use this to check my hearthstone in TBC wow, just wondering if it works...
  4. Currently getting an ' error CS0117: 'wManager.Wow.Helpers.Quest' does not contain a definition for 'GetLogIdByQuestId' '
×
×
  • Create New...