Enjoying your profiles every day Vachiusa!
Just a small question:
Which values in Vachiusa_INTERRUPT_Abilities.xml do we have to edit to set the following range to e.g. 15 yards instead of 10?
Only these two:
48: if dwt < 10 then
and
71: if dwt >= 10 then
?
and a major feature request...
Maybe you could expand the follower part in a way, that it is able to do some positioning to actually allow the follower to fight?
E.g.:
Code:
if (me in combat OR tank in combat) then
if (myspecialization = feral OR myspecialisation = enhancement OR myclass = rogue etc.) then
moveInMeleeRange()
moveBehindMob()
else -- for casters / healers
moveInRangedRange()
end
else -- not in combat, normal follow distance
followTank() -- would be great if melees could follow in closer range than ranged / healer classes
end
Tia,
Highend