Jump to content

Recommended Posts

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

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

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