for instance i want to implement into my profile a class quest but all classes pick up this quest from the same npc, hence the confusion if i added pickups for all.
1.9.55 does it everything how u lay it out if u put it to pickup 12quests, do 1, pickup another 2, do one... thats the exact order it will do it in
i know this, but what im saying is like this <ForcedQuestList> <Quest ID="9393" Name="Hunter Training" /> <Quest ID="9288" Name="Hunter Training" /> <Quest ID="8564" Name="Priest Training" /> <Quest ID="9291" Name="Priest Training" /> <Quest ID="8563" Name="Warlock Training" /> <Quest ID="9287" Name="Paladin Training" /> <Quest ID="9676" Name="Paladin Training" /> <Quest ID="9290" Name="Mage Training" /> <Quest ID="8328" Name="Mage Training" /> <Quest ID="9392" Name="Rogue Training" /> <Quest ID="10071" Name="Well Watcher Solanian" /> <Quest ID="10070" Name="Well Watcher Solanian" /> <Quest ID="10069" Name="Well Watcher Solanian" /> <Quest ID="10072" Name="Well Watcher Solanian" /> <Quest ID="10068" Name="Well Watcher Solanian" /> <Quest ID="10073" Name="Well Watcher Solanian" /> </ForcedQuestList> all have different quest id's but all those come from the same npc, anyway for it to distinguish which class is asking for the quest ?