WA pack for Paladin. Has full support for retribution paladin. Has partial support for holy and protection paladin. This pack will be updated as i find new useful features to add to the pack or if i find bugs in the pack. Feedback appreciated!
To enable dynamic scaling of the groups:
1: Go into group settings
2: In the dropdown box for "Grow" select "Custom"
3: In the custom code window paste the following:
--------------------------------------------------------------------------------
function(newPositions, activeRegions)
local totalWidth = 358 --change this to whatever suits your ui
local width = totalWidth / #activeRegions
for i = 1, #activeRegions do
activeRegions.region:SetRegionWidth(width)
activeRegions.region:SetRegionHeight(width)
newPositions = {
i*width - totalWidth/2 - width/2, -- x
0 -- y
}
end
end
--------------------------------------------------------------------------------
To disable dynamic scaling of the groups:
1: Go into group settings
2: In the dropdown box for "Grow" select "Centered Horizontal"
Check my stream out where i sometimes stream ret keys and raid at https://www.twitch.tv/maaskyy
自动更新于:2024-10-25 05:41:24
评论区