Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Death Macro:
- /cast Premonition
- /stopcasting
- /stopcasting
- Meld Macro:
- /stopcasting
- /stopcasting
- /cast Shadowmeld
- Self Feather Macro:
- #showtooltip Angelic Feather
- /cast [@NAME] Angelic Feather
- /stopspelltarget
- Self Dispel Macro:
- #showtooltip Purify
- /cast [target=NAME] Purify
- Dispel Party Macro:
- /cast [target=party1] Purify
- /cast [target=party2] Purify
- Focus Purge Macro:
- /cast [target=focus] Dispel Magic
- /stopcasting
- Focus Mind Control Macro:
- /cast [target=focus] Mind control
- /stopcasting
- Focus Pain Macro:
- /cast [target=focus] Purge the Wicked
- Mass Dispel Macro:
- /use [@cursor] Mass Dispel
- /stopcasting
- /stopcasting
- Power Word: Barrier Macro:
- /use [@cursor] Power Word: Barrier
- /stopcasting
- /stopcasting
- ------ SCRIPTS ------
- To hide blizzard art & Page up and down:
- /run MainMenuBarArtFrameBackground:Hide()
- /run MainMenuBarArtFrame.LeftEndCap:Hide()
- /run MainMenuBarArtFrame.RightEndCap:Hide()
- /run MainMenuBarArtFrame.PageNumber:Hide()
- /run ActionBarUpButton:Hide()
- /run ActionBarDownButton:Hide()
- /run StatusTrackingBarManager:Hide()
- Larger unit frames:
- /script PlayerFrame:SetScale(1.1)
- /script TargetFrame:SetScale(1.1)
- /script FocusFrame:SetScale(1.1)
- /script PartyMemberFrame1:SetScale(1.6)
- /script PartyMemberFrame2:SetScale(1.6)
- /script PartyMemberFrame3:SetScale(1.6)
- /script PartyMemberFrame4:SetScale(1.6)
- Bigger focus cast bar:
- /run FocusFrameSpellBar:SetScale(1.5)
- Jmox - 31/07/2018
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement