I use a 5 box team, a Paladin and 4 slaves, let says : Oney, Twoik, Twrey, Fourak. (The name of my characters are in french, but it's kind of the same deal) So i know where to look in my screen when something came up about one of them.
I want to use a healbot like addon with isboxer repeter, but i don't want to order by alphabetic or index i want a custom order :
-> I didn't found any option in Healbot.
-> I try in vain in Grid.
In Vuhdo i end up hacking the way it order by max hp adding that in the VuhDoPanel.lua :
Code:
if (tInfo1["name"] == "Noktu") then
tInfo1["sortMaxHp"] = 1000000;
end
if (tInfo1["name"] == "Unalys") then
tInfo1["sortMaxHp"] = 900000;
end
if (tInfo1["name"] == "Deukta") then
tInfo1["sortMaxHp"] = 800000;
end
if (tInfo1["name"] == "Troimy") then
tInfo1["sortMaxHp"] = 700000;
end
if (tInfo1["name"] == "Quatrys") then
tInfo1["sortMaxHp"] = 600000;
end
if (tInfo2["name"] == "Noktu") then
tInfo2["sortMaxHp"] = 1000000;
end
if (tInfo2["name"] == "Unalys") then
tInfo2["sortMaxHp"] = 900000;
end
if (tInfo2["name"] == "Deukta") then
tInfo2["sortMaxHp"] = 800000;
end
if (tInfo2["name"] == "Troimy") then
tInfo2["sortMaxHp"] = 700000;
end
if (tInfo2["name"] == "Quatrys") then
tInfo2["sortMaxHp"] = 600000;
end
But my main problem with vuhdo is that if i enter in a raid (let say a battlegroup), it mess all my repeter config.
I know i can configure grid to only show my team, but someone know how can i order my characters in grid the way i want ?
Connect With Us