Core » Constants » Tasks
Namespace: Mayo.Core
Class: Constants
enum TaskType
{
None = 0
Pather = 1
Grinder = 2
Gatherer = 3
Dungeoneer = 4
Battleground = 5
Dashboard = 6
Settings = 7
}
enum ParallelTaskType
{
Battleground = 0
}
enum LootMethod
{
None = 0
Group = 1
FreeForAll = 2
Master = 3
NeedBeforeGreed = 4
RoundRobin = 5
}
enum MemberRole
{
Tank = 0
DPS = 1
Heal = 2
}
enum BattlegroundQueue
{
AlteracValley = 1
WarsongGulch = 2
ArathiBasin = 3
EyeOfTheStorm = 7
StrandOfTheAncients = 9
IsleOfConquest = 30
Random = 32
}
enum Battleground
{
IsleOfConquest = 4710
AlteracValley = 2597
ArathiBasin = 3358
WarsongGulch = 3277
StrandOfTheAncients = 4384
EyeOfTheStorm = 3820
BoreanTundra = 14284
BattleForWintergrasp = 14288
SholazarBasin = 14286
Icecrown = 14285
Dragonblight = 14287
}
enum VendorCondition
{
None = 0
HasFreeBagSlotsLeft = 1
HasFreeBagSlotsLeftInPercent = 2
HasItemInBag = 3
}