37 Gedanken zu „How To Create WoW Scripts / Addons – Customize Your UI Like A Pro!“
  1. Nice scripts! However blizz does show class colours you just need to change in interface. Ive been seeing alot of videos with dr trackers ontop of nameplates, i cant find what it is im chasing for my stuns please

  2. Next to
    Next to ActionBarUpButton and ActionBarDownButton there is a number that indicates which action bar you are on and I can't tell what UI element it is with /fstack to try to hide it. Does anyone know the name of that number so I can hide it?

  3. Hey, i need realy your support guys 🙁 maybe you know how i can fix it… the problem is if i press this macro i will send it on /say but if i copy and paste it so it will work.. how can i fix it without /say ?
    /run function Movebuff() BuffFrame:ClearAllPoints()
    BuffFrame:SetScale(1.00)BuffFrame:SetPoint("CENTER",PlayerFrame,"CENTER",1000,280)end
    hooksecurefunc("UIParent_UpdateTopFramePositions",Movebuff)
    Movebuff()

  4. Tried all my scripts that sure /script and /run into addon bool. It still doesn't work and In my LUA file is just copied my scripts so it still says run. Any reason why it's not working?

  5. Everytime when I created a new character I was wondering if there is an easy way to move the frames into the same place as on my main character.
    Thanks for the informative video this is exactly what I was looking for!

  6. Hi, may you can help; how can I change the size of arena number (above nameplate)?

    /run local U=UnitIsUnit hooksecurefunc("CompactUnitFrame_UpdateName",funct ion(F)if IsActiveBattlefieldArena()and F.unit:find("nameplate")then for i=1,5 do if U(F.unit,"arena"..i)then F.name:SetText(i)F.name:SetTextColor(1,1,0)break end end end end)

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert