MMOSimca

Filters

NameUpdatedCategoryAuthorStage
NameUpdatedCategoryAuthorStage

LibObjectiveProgress-1.0

Oct 25, 2016 MMOSimca Release
LibObjectiveProgress is a simple library designed to provide an API for quest objective progress weight information. For Mythic dungeons, it provides the following API (where mapID is mapID, NOT worldMapID, and where isTeeming is a boolean that defaults to false): GetNPCWeightByMap(mapID, npcID, isTeeming = false) - returns weight in percentage form ('1' for 1%) or nil For quests (including world quests), it provides the following API: GetNPCWeightByQuest(questID, npcID) - returns weight in...