Thread Tools Display Modes
Prev Previous Post   Next Post Next
05-21-21, 04:04 PM   #1
Emukiopa
A Murloc Raider
Join Date: Oct 2020
Posts: 4
LF Some1 to do some rework on my UI addon. Compensation will be provided.

So i got an addon, with some scripts inside it, that i would like to get removed, and than be put into a downloadable addon again.

HMU on discord.

IiIiiIiIiIiiIIiiI#9538

-- UI Scripts - Shadowlands updated - Emil

local f = CreateFrame("FRAME");
f:RegisterEvent("PLAYER_ENTERING_WORLD"); --Event that fires on loadingscreens
f:RegisterEvent("PLAYER_REGEN_DISABLED")
f:RegisterEvent("PLAYER_REGEN_ENABLED")
f:SetScript("OnEvent", function(self, event, ...)
if (event == "PLAYER_REGEN_DISABLED") then

else
MicroButtonAndBagsBar:Hide()

local t, f = {"Character","Spellbook","Talent","Achievement","QuestLog","Guild","LFD","Collections","EJ","Store","MainMenu"}
for i = 1, #t do
f= _G[t[i].."MicroButton"]f:SetScale(.001)
end
MicroButtonAndBagsBar:Hide()

PlayerFrame:SetScale(1.2)
TargetFrame:SetScale(1.2)
FocusFrame:SetScale(1.2)

BuffFrame:ClearAllPoints()
BuffFrame:SetPoint("CENTER", PlayerFrame, "CENTER", 980, 80)
BuffFrame.SetPoint = function() end

SetCVar("cameradistancemaxfactor", 10)

local m1 = "MultiBarBottomRight"
_G[m1.."Button7"]:SetPoint("BOTTOMLEFT",_G[m1.."Button1"],"TOPLEFT", 0, 4)
UIPARENT_MANAGED_FRAME_POSITIONS[m1].xOffset = 6
ActionBarUpButton:Hide()
MainMenuBar.GetYOffset=function()
return -30
end
UIParent_ManageFramePositions()

local m2 = "MainMenuBarArtFrame"
_G[m2.."Background"]:Hide()
_G[m2].PageNumber:Hide()
_G[m2].LeftEndCap:Hide()
_G[m2].RightEndCap:Hide()
ActionButton1:ClearAllPoints()
ActionButton1:SetPoint("BOTTOM",_G[m2.."Background"], -340, 35)
ActionBarDownButton:Hide()

for _, v in pairs({TargetFrame.levelText, FocusFrame.levelText, TargetFrame.name, PlayerFrame.name, FocusFrame.name, PlayerLevelText}) do
hooksecurefunc(v, "Show", function(s)
s:Hide()
end)
v:Show()
end

C_NamePlate.SetNamePlateFriendlySize(40, 20)

RegisterStateDriver(StanceBarFrame, "visibility", "hide")
RegisterStateDriver(PetActionBarFrame, "visibility", "hide")

GameTimeFrame:Hide()
MiniMapTrackingBackground:Hide()
MiniMapTrackingButton:Hide()
MiniMapTrackingIcon:Hide()
MiniMapWorldMapButton:Hide()
MinimapBorderTop:Hide()
MinimapZoneText:Hide()
MinimapZoomIn:Hide()
MinimapZoomOut:Hide()
PetActionBarFrame:Hide()

-- Blizzard_TimeManager
LoadAddOn("Blizzard_TimeManager")
TimeManagerClockButton:Hide()

f:UnregisterEvent("PLAYER_ENTERING_WORLD")
end
end)


It is the buff part i would like to have removed. And also, if the coding can be worked, cause i sometimes have to lag problems. When i have this addon script on, compared to not having it on. Idk if that is something with the coding.

Last edited by Emukiopa : 05-21-21 at 04:08 PM.
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » LF Some1 to do some rework on my UI addon. Compensation will be provided.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off