<@240134432122601474> show me the ways of the druid, I think the class file sets the specialization based on talents, but i'm running feral with 11 - 0 - 5 or so. Any way I can bypass the default?
In reply to PepaPig: [<@240134432122601474> show me the ways of the druid, I think the class file sets the specialization based on talents, but i'm running feral with 11 - 0 - 5 or so. Any way I can bypass the default?]
```function Druid:CombatRole()
-- 0 - Melee DPS : Will try to stick to the target
-- 1 - Range: Will try to kite target if it got close. Useful for hunters
-- 2 - Healer: Will try to target party/raid members and get in range to heal them
-- 3 - Tank: Will try to engage nearby enemies who targeting alies
if Player.Level < 10 then return 1 end
return self:GetSpecialization() == 2 and 0 or 1
end```
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.