Addon Details
Addon ID:
19541
Addon Version:
r19-alpha
Expansion:
7.3.5
Upload date:
Dec 12, 2025
Last Updated:
Dec 12, 2025
Downloads:
Less than 100
Expansion
Categories
Developers
arithmandar
Creator
Having issues?
Lib-Scenarios is a library which can help to get scenario name, step name, and step description with specified language.
By default it will return user's language, but one can toggle to show the specified language.
Functions
--[[ To get the scenario name by given the scenario ID ]] loc_scenario_name = lib:GetScenarioNameByID(scID, lang) --[[ To get the scenario step-name by given the scenario ID and step ID ]] loc_scenario_stepname = lib:GetScenarioStepNameByID(scID, stID, lang) --[[ To get the scenario step-description by given the scenario ID and step ID ]] loc_scenario_stepDescription = lib:GetScenarioStepDescByID(scID, stID, lang)
--[[
To get the number of steps from specified scenario
]]
num_scenarioSteps = lib:GetNumberScenarioSteps(scID)
--[[
To get the scenario step ID of specified scenario-step
]]
scenariop_stepID = lib:GetScenarioStepID(scID, stID)
--[[
To get the scenario step's criteria-tree ID of specified scenario-step
]]
scenario_step_criteriaID = lib:GetScenarioStepCriteriaTreeID(scID, stID)
Sample of function calls
local lib = LibStub:GetLibrary("Lib-Scenarios"); local sName, stpName, stpDesc; sName = lib:GetScenarioNameByID(53); stpName = lib:GetScenarioStepNameByID(53, 1); stpDesc = lib:GetScenarioStepDescByID(53, 1);
More addons for Legion
Discover other addons that might interest you
Paragon
Keep track of reputation for all your characters
Hekili Priority Helper
Sim-based priority/rotation helper for DPS and tanking specializations.
xanDurability
A small window that displays the total current armour durability.
BigWigs_Voice_Xiaobai
Bigwigs语音包,中文,空灵的萝莉音。 作者斗鱼主播罗小白,时刻陪你征战魔兽世界~ BigWigs voice pack, Female mandarin
Paragon Announcer
Never miss another Paragon supply cache again!
Titan Panel [Wakening Essences]
Shows how many Wakening Essences you have on Titan Panel.
BankStack
From bags we came, to bank we return
LibUtilities-1.0
Utilities for pixel perfection, decimal to hex, parsing item strings