Jump to content

bittzz

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by bittzz

  1. This works kinda the same

    <QuestsSorted Action="RunMacroLua" NameClass="/target Quest NPC" />

    <QuestsSorted Action="While" NameClass="wManager.Wow.ObjectManager.ObjectManager.Target.NpcMarkerId.Equals(7) || wManager.Wow.ObjectManager.ObjectManager.Target.NpcMarkerId.Equals(6)&#xD;&#xA;" />

    But would be nice with a cleaner solution

  2. I guess something like

                wManager.Wow.ObjectManager.WoWUnit npc = new wManager.Wow.ObjectManager.WoWUnit(48255);
                if (npc.NpcMarkerId.Equals(7))
                {

                }

    would work in c# code but i dont know how to implement it into a questing profile

×
×
  • Create New...