2018년 6월 6일 수요일

개인자원바 버블 이동

Lua
local function fn(...)
if NamePlateDriverFrame:GetClassNameplateBar()~=nil then
if select(2, NamePlatePlayerResourceFrame:GetChildren())~=nil then
local CR=NamePlateDriverFrame:GetClassNameplateBar();
    CR:ClearAllPoints();
    CR:SetPoint("Center",UIParent,"Center",0,-143);
    CR.SetPoint=function()end;
end;
end;
end;
NamePlateDriverFrame:HookScript("OnEvent",fn)

전 클래스 공통으로 사용하는 개인자원바에서 특수 자원 이동
(룬바, 조각, 버블 등등)

댓글 없음:

댓글 쓰기