AddQuestPrereqFaction(Quest: Quest, Int32: FactionID, SInt32 Min, SInt32 Max)
Pre-Requisite(s)
- None
Parameter(s)
Quest: Quest - LUA Pointer of the Quest to apply the pre-requisite.
Int32: FactionID - Faction ID required to allow the Quest.
SInt32: Min - Minimum faction value allowed to access the quest.
SInt32: Max (OPTIONAL) - Maximum faction value allowed to access the quest. Default 0, if unset then we only check the Player has the minimum faction value.
Example(s)
Result
Additional Notes