Jump to content

bittzz

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

bittzz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Dont think it supports statements inside other statements. I might be worng tho
  2. 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
  3. 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
  4. Hi Im working on a profile for the TB daily quests. Does anyone know if there is any syntax for checking if a npc has a quest available? Like honorbuddy has with "if (HasQuestAvailable(NPC-id));" Best regards
×
×
  • Create New...