WoW stuff
All of this information in one place in case I lose it or someone asks for it.
Last updated: 2026 - Midnight pre-patch
Last updated: 2026 - Midnight pre-patch
Google Docs
WoW Basics Guide for extremely new gamers by me. I made it because I remember what it's like to start an MMO when you've not really played many different games before. Also I was trying to get my sister & dad to play and they were confused
A World Awoken (Taivan Partial Guide) by me. Partial because I only wrote out what I had left to do. I wrote stuff out because I was frustrated navigating the Achievements window with no back button constantly re-checking what I needed to do. So if what is there helps you, enjoy! I did finally find an addon that adds a back button though! It is called Achievements Back button and is linked below.
WoW Basics Guide for extremely new gamers by me. I made it because I remember what it's like to start an MMO when you've not really played many different games before. Also I was trying to get my sister & dad to play and they were confused
A World Awoken (Taivan Partial Guide) by me. Partial because I only wrote out what I had left to do. I wrote stuff out because I was frustrated navigating the Achievements window with no back button constantly re-checking what I needed to do. So if what is there helps you, enjoy! I did finally find an addon that adds a back button though! It is called Achievements Back button and is linked below.
My favorite addons
These are not all of the addons that I use, but they are what I would most recommend.
!NoFlash - Stops the WoW icon from flashing on the Taskbar
Achievements Back Button - You can press "back" in the Achievements window
Baganator - A good bags addon
BagSync - Tracks items across your characters. Hover over an item and it will say who else has that in the tooltip.
BeQuiet - Suppress "Talking Heads," the voice acting when you enter a World Quest area
BTWQuests - Visualize quest chain trees in-game and see your progress (needs addon for each expansion)
CombinedBank - When you visit the bank, everything will be in one big bag instead of a lot of little bags.
CursorTrail - Configurable trail to notice your cursor more easily
Custom Item Notes - Make notes in the tooltips of your stuff! Never forget what that obscure thing is for again!
Deadly Boss Mods (DBM) - Tells you what to do!
Decor Vendor - Shows where all the decor vendors are
DejaCharacterStats - Shows more stats that you used to be able to see on your Character page
Demodal - Lets you move windows around freely
Details! - Damage meter
Edit Mode Expanded - More options in Edit Mode (UI customization)
HandyNotes - Mark your map with icons
Krowi's Extended Vendor UI - Resize the vendor window and filter items
LS: Glass - Prettier chat that you can make fade out more quickly
Masque + Masque Blizzard Bars - Skin some stuff without having to get a whole UI suite
MountJournalEnhanced - Extra features & filters for the mount journal. See also Toy box Enhanced
Mouseover Action Settings - Automatic UI fader
Opie - Custom circular menus
Plater Nameplates - Configurable nameplates. My customization for this is below if you want to try it.
Rematch - Keeps track of pet teams you like to use for certain Pet Battles, allows you to load them on demand
SexyMap - Configurable minimap
SilverDragon - Alerts you when rare enemies are nearby
TinyInspect - Displays your gear in a readable list on the Character page
Toy Box Enhanced - Extra features and filters for the toybox page. See also MountJournalEnhanced
World Quests List - View all the World Quests on your map in a list
WoW Camera Tools - Allows for more cinematic control of the camera when making content
These are not all of the addons that I use, but they are what I would most recommend.
!NoFlash - Stops the WoW icon from flashing on the Taskbar
Achievements Back Button - You can press "back" in the Achievements window
Baganator - A good bags addon
BagSync - Tracks items across your characters. Hover over an item and it will say who else has that in the tooltip.
BeQuiet - Suppress "Talking Heads," the voice acting when you enter a World Quest area
BTWQuests - Visualize quest chain trees in-game and see your progress (needs addon for each expansion)
CombinedBank - When you visit the bank, everything will be in one big bag instead of a lot of little bags.
CursorTrail - Configurable trail to notice your cursor more easily
Custom Item Notes - Make notes in the tooltips of your stuff! Never forget what that obscure thing is for again!
Deadly Boss Mods (DBM) - Tells you what to do!
Decor Vendor - Shows where all the decor vendors are
DejaCharacterStats - Shows more stats that you used to be able to see on your Character page
Demodal - Lets you move windows around freely
Details! - Damage meter
Edit Mode Expanded - More options in Edit Mode (UI customization)
HandyNotes - Mark your map with icons
Krowi's Extended Vendor UI - Resize the vendor window and filter items
LS: Glass - Prettier chat that you can make fade out more quickly
Masque + Masque Blizzard Bars - Skin some stuff without having to get a whole UI suite
MountJournalEnhanced - Extra features & filters for the mount journal. See also Toy box Enhanced
Mouseover Action Settings - Automatic UI fader
Opie - Custom circular menus
Plater Nameplates - Configurable nameplates. My customization for this is below if you want to try it.
Rematch - Keeps track of pet teams you like to use for certain Pet Battles, allows you to load them on demand
SexyMap - Configurable minimap
SilverDragon - Alerts you when rare enemies are nearby
TinyInspect - Displays your gear in a readable list on the Character page
Toy Box Enhanced - Extra features and filters for the toybox page. See also MountJournalEnhanced
World Quests List - View all the World Quests on your map in a list
WoW Camera Tools - Allows for more cinematic control of the camera when making content
|
My Plater customization (import text string)
| |||
WeakAuras I've made
- RIP WeakAuras in Retail :(
- You need the addon WeakAuras to use these.
- If you know how to configure WeakAuras, you can use these as a base and change anything to suit your needs such as the spell being tracked, the graphic, positions, etc.
|
Apex Predator's Craving (Feral Druid)
Graphic displays below your feet when you get a free Bite from Apex Predator's Craving.
| |||
|
Bloodtalons (Feral Druid)
Graphic displays when Bloodtalons is active.
| |||
|
Buff Tracking (Feral Druid)
Easily see which powerful abilities are available to use to the side. View the duration of active Tiger's Fury below.
| |||
Scripts I like
Paste the text in the chat box or make a macro button.
Paste the text in the chat box or make a macro button.
Mark Target with Raid Marker (1-8)
/script SetRaidTarget("target", 8);
Check what Daily Quests are available in a zone:
/script for i,t in ipairs(C_TaskQuest.GetQuestsForPlayerByMapID(1462)) do print("Dailies Available: " .. C_QuestLog.GetTitleForQuestID(t.questId)) end
Browse WoW Map IDs here: https://wowpedia.fandom.com/wiki/UiMapID
Open Shadowlands Covenants Page:
/run ShowGarrisonLandingPage(Enum.GarrisonType.Type_9_0)
Show/hide your character name:
/run local n="UnitNameNPC"local x=1-GetCVar(n)SetCVar(n,x)SetCVar("UnitNameOwn",x)
Show/hide all player names:
/run local n="UnitNameNPC"local x=1-GetCVar(n)SetCVar(n,x)SetCVar("UnitNameFriendlyPetName",x)SetCVar("UnitNameEnemyPlayerName",x)SetCVar("UnitNameFriendlyPlayerName",x)
Show/hide the minimap:
/run local m = Minimap if m:IsShown() then m:Hide() else m:Show() end
Spam-able Repeatable Quest turn-in (use as single macro button)
/script SelectGossipAvailableQuest(1)
/script CompleteQuest()
/script GetQuestReward()