An open-source suite of rotations for the Caffeine Quest, Grind, and Gather bots. Intended for leveling and open-world content. https://caffeine.cx/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
259 B

local Unlocker, Caffeine = ...
local _, class, classID = UnitClass("player")
if class == "WARRIOR" then
Caffeine:Require('@Warrior/arms')
Caffeine:Require('@Warrior/fury')
elseif class == "SHAMAN" then
Caffeine:Require('@Shaman/enhancement')
end