스킬바 독수리 없애기

/script MainMenuBarLeftEndCap:Hide();
/script MainMenuBarRightEndCap:Hide();

주시대상 크기조절및 위치조절

/run FocusFrame:SetPoint("TOPLEFT",UIParent,"TOPLEFT",200,-223)
/run FocusFrame:SetScale(1.8)

초상화직업표시 1
/run UFP = "UnitFramePortrait_Update"; UICC = "Interface\\Glues\\CharacterCreate\\UI-CharacterCreate-Classes"; CIT = CLASS_ICON_TCOORDS

직업표시 2
/run hooksecurefunc(UFP,function(self) if self.portrait then local t = CIT[select(2,UnitClass(self.unit))] if t then self.portrait:SetTexture(UICC) self.portrait:SetTexCoord(unpack(t)) end end end)

캐스팅바 크기조절

/run CastingBarFrame:HookScript("OnEvent",function(self)self:SetScale(1.8)self:ClearAllPoints()self:SetPoint("CENTER","UIParent","CENTER",0,-200)end)

자신 파티 타겟 초상화 크기 위치 조절

/run for i=1,4 do getglobal("PartyMemberFrame"..i):SetScale(1.5)end
/run PlayerFrame:SetScale(2.1)
/run TargetFrame:SetScale(1.9)
/run TargetFrame:SetPoint("TOPLEFT",UIParent,"TOPLEFT",220,-

투기장 상대프레임 위치

/run local f=ArenaEnemyFrame1; f:SetUserPlaced(true) f:SetMovable(true)
f:EnableMouse(true) f:RegisterForDrag(\"Left\") f:SetScript(\"OnDragStart\",f.StartMoving) f:SetScript(\"OnDragStop\",f.StopMovingOrSizing)


투기장 상대프레임 크기

/run ArenaEnemyFrame1:SetScale(1.6)
/run Arenaenemyframe 1PetFrame:SetScale(1.4)

/run ArenaEnemyFrame2:SetScale(1.6)

/run Arenaenemyframe 2PetFrame:SetScale(1.4)

/run ArenaEnemyFrame3:SetScale(1.6)
/run Arenaenemyframe 3PetFrame:SetScale(1.4)

 

 

모든 매크로들에 (x.x) 이렇게 돼잇는숫자들이 크기 입니다

저같은 경우는 사진처럼 안쓰는 우측 스킬바에 넣고 안보이기 해서 합니다 ㅋ