Farming in Un’Goro

Permalink – https://cutt.ly/ungoro

Files

Devilsaur locations:

https://vanillawowdb.com/?npc=6498

  • The green dots are for Devilsaur
  • The purple dots are for Tyrant Devilsaur
  • The red dots are for King Mosh

Un’Goro Soil:

https://vanillawowdb.com/?object=157936

Devilsaur and Un’Goro Soil:

Get all these images in full resolution and the Gatherer and MapNotes data from this link:

https://github.com/FrostShock/Vanilla-Farmer/tree/main/UnGoro

It is easier to download the entire package from this link and to get the files from the UnGoro sub-folder – https://github.com/FrostShock/Vanilla-Farmer

How to use Vanilla WoW Addons

MapNotes:
Say you are in Duskwood near the rare mob Naraxis and you want to record it’s position:
/qnote Naraxis

Gatherer:
/gather mining on
/gather herbs off
/gather treasure toggle

BestBuff:
/bestbuff
then check “Enable”

ClassicMouseover:
Make a macro like this:
/cmcast Renew
/cmcast Lesser Heal(rank 3)

Useful Macros for Vanilla WoW

Useful Vanilla WoW 1.12.1 Macros by Wayleran

Reset dungeons and instances:

/script ResetInstances()

Toggle between Ore tracking and Herb tracking (Mining/Herbalism):

/run if n~= 1 then CastSpellByName("Find Herbs") n=1 else CastSpellByName("Find Minerals") n=0 ;end

Pet Attack – useful for Hunters and Warlocks

/script PetAttack(target)

Resurrection macro

/s Resurecting %t!
/cast Resurrection

Warlock summon macro

/s Summoning %t - please click portal!
/cast Ritual of Summoning

Mage portal macro

/s Making portal to Ironforge!
/cast Portal: Ironforge

Stop attacking after Sap:

/cast Sap
/script ClearTarget()

[How to] Link any Item in a Macro

write your macro without the and place the Cursor where your item should be
for example :
Code:
/2 Selling 5x /w me for Price
Press 'ESC' once so the macro window loses cursor focus
Open your Chat Window and Write
Code:
/script MacroFrameText:Insert("")
Put your Cursor between the two "" ( ALT + Left/Right)
Shift Click on the Item you want to add to the macro

Playing sounds:
API_PlaySound
Kalimdor_instance_sounds
Alliance_player_character_sounds

/script PlaySound("GnomeExploration")
/script PlaySound("RaidWarning")
/script PlaySound("LEVELUPSOUND");
/run PlaySoundFile("Sound\\Creature\\Skeram\\SkeramAreYouSo.wav")

https://wowpedia.fandom.com/wiki/PlaySoundFile_macros_-_Music_sounds

/script PlaySoundFile("Sound\\Music\\CityMusic\\Darnassus\\Darnassus Intro.mp3")

https://wowpedia.fandom.com/wiki/PlaySoundFile_macros
https://www.curseforge.com/wow/addons/soundlist-classic

Creating a virtual copy of the WoW game folder

You can create a copy of the WoW game folder without using extra space on disk. The game folder has about 5 GB, but you can create a copy of it, making symbolic and hard links pointing to the files in the original folder. You must have Windows 7 or higher though.
Let’s say that you have the game in the folder “C:\Games\Vanilla”
Now create the folder “C:\Games\Vanilla-new” and from there run the following script (save it into a batch file – having the “.bat” extension):

rem – Create a copy of the WoW game folder using Symbolic links
mkdir Interface
mkdir Interface\AddOns

mklink /J Data ..\Vanilla\Data

mklink /H BackgroundDownloader.exe ..\Vanilla\BackgroundDownloader.exe
mklink /H dbghelp.dll ..\Vanilla\dbghelp.dll
mklink /H DivxDecoder.dll ..\Vanilla\DivxDecoder.dll
mklink /H fmod.dll ..\Vanilla\fmod.dll
mklink /H ijl15.dll ..\Vanilla\ijl15.dll
mklink /H Launcher.exe ..\Vanilla\Launcher.exe
mklink /H Patch.html ..\Vanilla\Patch.html
mklink /H Patch.txt ..\Vanilla\Patch.txt
mklink /H Repair.exe ..\Vanilla\Repair.exe
mklink /H Scan.dll ..\Vanilla\Scan.dll
mklink /H unicows.dll ..\Vanilla\unicows.dll
mklink /H WoW.exe ..\Vanilla\WoW.exe
mklink /H WowError.exe ..\Vanilla\WowError.exe

mklink /J Interface\AddOns\Blizzard_AuctionUI ..\Vanilla\Interface\AddOns\Blizzard_AuctionUI
mklink /J Interface\AddOns\Blizzard_BattlefieldMinimap ..\Vanilla\Interface\AddOns\Blizzard_BattlefieldMinimap
mklink /J Interface\AddOns\Blizzard_BindingUI ..\Vanilla\Interface\AddOns\Blizzard_BindingUI
mklink /J Interface\AddOns\Blizzard_CombatText ..\Vanilla\Interface\AddOns\Blizzard_CombatText
mklink /J Interface\AddOns\Blizzard_CraftUI ..\Vanilla\Interface\AddOns\Blizzard_CraftUI
mklink /J Interface\AddOns\Blizzard_GMSurveyUI ..\Vanilla\Interface\AddOns\Blizzard_GMSurveyUI
mklink /J Interface\AddOns\Blizzard_InspectUI ..\Vanilla\Interface\AddOns\Blizzard_InspectUI
mklink /J Interface\AddOns\Blizzard_MacroUI ..\Vanilla\Interface\AddOns\Blizzard_MacroUI
mklink /J Interface\AddOns\Blizzard_RaidUI ..\Vanilla\Interface\AddOns\Blizzard_RaidUI
mklink /J Interface\AddOns\Blizzard_TalentUI ..\Vanilla\Interface\AddOns\Blizzard_TalentUI
mklink /J Interface\AddOns\Blizzard_TradeSkillUI ..\Vanilla\Interface\AddOns\Blizzard_TradeSkillUI
mklink /J Interface\AddOns\Blizzard_TrainerUI ..\Vanilla\Interface\AddOns\Blizzard_TrainerUI

copy ..\Vanilla\realmlist.wtf realmlist.wtf

 

Get the script here – https://github.com/FrostShock/wScripts/blob/main/Clone-WoW-Folder/Copy-Vanilla-Client.bat

Vanilla WoW addons by category

You can always find this page at this short URL – https://cutt.ly/vacat2020
(Vanilla Addons Categories of 2020)

These are the addons that I find essential:
pfQuest, EQL3, ShaguValue, SUCC-bag (or Onebag), Automaton, ShaguClock, Mail, CharactersViewer, RingMenu, aux-addon, MobHealth, FastQuest, oCB, Atlas, AddOnOrganizer, Gatherer, ImprovedErrorFrame, MapCoords, MinimapButtonBag, BestBuff, Natur Enemy Castbar, SpellAlert, Sentry, Retarget

These are some addons that are not completely essential but they are still very useful (or very nice) to me:
URLCopy, ChatTimestamps, ChatLog, EQCompare, oGlow, SuperInspect, unitscan, ShaguScore, AutoDing, QuestHistory, RecipeRadar, ShaguNotify, ShaguKill

Categories:
Sometimes you can find more than one addon for a certain job. The first one linked in each category is the one I recommend.

Automatic dismount:
https://github.com/Artur91425/Automaton
https://github.com/Industrial/idAddon
https://github.com/satan666/_LP
https://github.com/Voidmenull/EzDismount
http://shagu.org/ShaguMount/ = https://github.com/shagu/ShaguMount

Automatic sell of junk:
https://github.com/Artur91425/Automaton
https://github.com/Industrial/idAddon
https://github.com/satan666/_LP
https://github.com/ttcremers/GrayAutoSell
https://github.com/Road-block/AutoProfit
http://shagu.org/ShaguJunk/ = https://github.com/shagu/ShaguJunk
https://github.com/cubenicke/Mule

Item price tooltip:
http://shagu.org/ShaguValue/ = https://github.com/shagu/ShaguValue
https://github.com/anzz1/SellValue
https://legacy-wow.com/vanilla-addons/enhtooltip/ – requires Stubby
TBC+: https://www.curseforge.com/wow/addons/sell-fish

Mail:
https://github.com/shirsig/Mail
https://github.com/wow-vanilla-addons/Postal
https://legacy-wow.com/vanilla-addons/ct-mailmod/

Quest helpers:
http://shagu.org/pfQuest/ = https://github.com/shagu/pfQuest
https://github.com/Questie/Questie
https://github.com/Doctorbeefy/RapidQuest

Guides:
https://github.com/AMGarkin/VanillaGuide

Databases:
https://github.com/minexew/zeroDB
https://github.com/Muehe/classicdb

Raid boss helpers:
https://github.com/Hosq/BigWigs
https://legacy-wow.com/vanilla-addons/ct-raidassist/
https://github.com/Zerf/LVBM
WOTLK+: Deadly Boss Mods (DBM)

Quest level in Quest Log:
https://github.com/laytya/EQL3
https://legacy-wow.com/vanilla-addons/fastquest/
CT_QuestLevels – http://www.vanilla-addons.com/dls/ctmod/

Friend Notes:
https://github.com/rnorden/NotesUNeed
https://github.com/Road-block/AuldLangSyne
https://legacy-wow.com/vanilla-addons/ct-playernotes/

Map Notes:
https://legacy-wow.com/vanilla-addons/mapnotes/
https://github.com/laytya/Metamap-vanilla – includes mapnotes
https://github.com/Road-block/Cartographer
https://legacy-wow.com/vanilla-addons/ct-mapmod/
TBC+: HandyNotes

Mining/Herbalism:
Gatherer 2.2.3.1 – find it in https://github.com/crazypoultry/addons
https://legacy-wow.com/vanilla-addons/ct-mapmod/
https://github.com/Road-block/Cartographer
TBC+: GatherMate

Group Finding:
https://github.com/Road-block/CallToArms
https://github.com/laytya/vQueue

Damage Meters:
https://legacy-wow.com/vanilla-addons/recap/
https://github.com/Geigerkind/DPSMate

Healing addons:
https://github.com/laytya/Lazyspell – and – https://github.com/satan666/LazySpell
https://gitlab.com/AMGarkin/SmartHealer

One Bag:
https://github.com/checkem/SUCC-bag
http://www.vanilla-addons.com/dls/onebag/
https://www.dkpminus.com/wow/addons/bagnon/
https://github.com/Brqje/EngInventory
https://github.com/laytya/Vanilla-Addons/blob/master/EngBags.zip

View inventory of alts:
https://legacy-wow.com/vanilla-addons/characters-viewer/
https://github.com/Dyaxler/Altoholic_Vanilla
https://legacy-wow.com/vanilla-addons/oneview/ – must install OneBag too

View accountwide item count:
http://shagu.org/ShaguInventory/
https://github.com/Road-block/WhoHas

Changing gear:
https://github.com/isitLoVe/Outfitter
https://github.com/Linae-Kronos/ItemRack
https://github.com/satan666/TrinketMenu-Fix

Actionbars:
https://github.com/UndercityAddons-Vanilla/Bongos
https://legacy-wow.com/vanilla-addons/Bartender-2
https://github.com/UndercityAddons-Vanilla/DiscordActionBars
CT_BarMod – http://www.vanilla-addons.com/dls/ctmod/
http://addons.us.to/addon/zbar
TBC+: https://www.curseforge.com/wow/addons/dominos

Extra actionbars:
https://github.com/laytya/Vanilla-Addons/blob/master/Sprocket.zip
https://github.com/jsb/RingMenu/releases/tag/v1.0.2
https://github.com/UndercityAddons-Vanilla/AutoBar
TBC+: https://www.curseforge.com/wow/addons/opie

Unit Frames:
https://www.dkpminus.com/wow/addons/x-perl-unitframes/https://legacy-wow.com/vanilla-addons/x-perl-unitframes-core/
https://github.com/yutsuku/CT_UnitFrames
https://github.com/gnwl/NotGrid

Map addons:
https://github.com/Road-block/Cartographer
https://github.com/laytya/Metamap-vanilla
TBC+: Carbonite

CastBar:
https://legacy-wow.com/vanilla-addons/ocb2/
https://github.com/Attero/Punschrulle
TBC+: Quartz

Enemy CastBar:
https://legacy-wow.com/vanilla-addons/natur-enemy-castbar/

Timers for DoTs:
https://github.com/kc8pnd/DoTimer
https://github.com/Voidmenull/DebuffTimers
http://addons.us.to/addon/necrosis

Item glow:
oGlow – find it in https://github.com/crazypoultry/addons
http://addons.us.to/addon/fizzle
Use a bag addon for getting glow on items kept in bags

Organize minimap buttons:
https://github.com/laytya/MinimapButtonBag-vanilla
https://github.com/laytya/MinimapButtonFrame-vanilla

Clock:
http://shagu.org/ShaguClock/
https://www.curseforge.com/wow/addons/my-clock/download/60957
http://addons.us.to/addon/titan
http://addons.us.to/addon/fubar-0

PVP:
https://github.com/shirsig/sentry
https://github.com/shirsig/unitscan-vanilla

UI Modifications:
https://github.com/obble/modui
http://shagu.org/pfUI = https://github.com/shagu/pfUI
https://github.com/ElvUI-Vanilla/ElvUI

Hunter Addons:
https://legacy-wow.com/vanilla-addons/fizzwidget-hunter-helper/
https://legacy-wow.com/vanilla-addons/fizzwidget-feed-o-matic/
https://github.com/Aviana/YaHT

Warlock Addons:
http://addons.us.to/addon/necrosis

Misc Addons:
https://github.com/zetone/reagentCounter – doesn’t always work
https://legacy-wow.com/vanilla-addons/LevelRange/
https://www.curseforge.com/wow/addons/make-guns-sound-like-bows

Fancy Addons:
https://github.com/Cabro/NyaMap
http://addons.us.to/addon/nicedamage
http://addons.us.to/addon/msbt-mikscrollingbattletext-continued

Music Addons:
http://addons.us.to/addon/mp3player
http://addons.us.to/addon/musiclist
TBC+: Soundtrack, EpicMusicPlayer

Collect error messages:
https://legacy-wow.com/vanilla-addons/improved-error-frame/
https://github.com/laytya/Vanilla-Addons/blob/master/BugSack.rar
https://github.com/shagu/ShaguError/archive/master.zip

Addon Management:
https://github.com/Monteo/AddOnOrganizer
https://legacy-wow.com/vanilla-addons/master-control-program/
https://github.com/laytya/Vanilla-Addons/blob/master/LoadIT.zip
Addon Configuration:
https://github.com/laytya/Niagara

See Also:
Vanilla Addon Documentation Project
GitHub List of Vanilla Addons 1.12.1
Vanilla WoW Addons By Category (FrostShock)

AddOns download links:
https://legacy-wow.com/vanilla-addons
http://addons.us.to/addons
https://www.vanilla-addons.com/dls/https://forum.twinstar.cz/threads/the-big-addon-library-for-vanilla-wow.95497/
https://www.dkpminus.com/wow/addons
Reddit talk about Vanilla Addons

AddOns Packs:
https://github.com/ericraio/vanilla-wow-addons
https://github.com/crazypoultry/addons
https://github.com/beren12/wow-vanilla-addons
https://gitlab.com/kidaa/vanilla-wow-addons
https://github.com/laytya/Vanilla-Addons
https://github.com/Road-block/Select_AddOns
https://vanillamage.com/addons/
https://forum.twinstar.cz/threads/useful-user-experience-addons-for-1-12.91251/
https://forum.elysium-project.org/topic/21853-all-addons-from-a-to-z/
https://forum.nostalrius.org/viewtopic.php?f=63&t=15342

Forums:
https://forum.elysium-project.org/forum/268-ui-addons-macros/
https://forum.twinstar.cz/forums/addons.788/
https://vanillagaming.org/forum/index.php?board=73.0
https://forum.nostalrius.org/viewforum.php?f=63
https://www.mmo-champion.com/forums/254-Interface-amp-Macros
https://www.ownedcore.com/forums/wow-classic/wow-classic-addons-development/
https://authors.curseforge.com/forums/world-of-warcraft/addon-chat

Vanilla WoW Addons hosted on GitHub

A number of Vanilla WoW addons are hosted on GitHub and on GitLab and that’s really great because curseforge.com is deleting the old archives, for some addons you can’t find anymore the Vanilla WoW version of the addon. I recommend using the addons hosted on GitHub and GitLab instead of searching through old archives for old versions of addons.

To download an addon, check “Releases” -> “Latest”. If there is nothing there then push the green button “Code” and then choose “Download ZIP”

GitHub List of Vanilla Addons 1.12.1

GitHub List of TBC Addons

Addons repacked on GitHub:
https://github.com/firenahzku/ActionBarProfiles
https://github.com/Dyaxler/Altoholic_Vanilla
https://github.com/laytya/Atlas – and – https://github.com/Cabro/Atlas
https://github.com/nimeral/AuctionatorVanilla
https://github.com/UndercityAddons-Vanilla/Auctioneer – and https://github.com/Zerf/Auctioneer-Vanilla
https://github.com/UndercityAddons-Vanilla/Bongos
https://github.com/Road-block/Cartographer
https://github.com/Zerf/Decursive
https://github.com/UndercityAddons-Vanilla/DiscordActionBars
https://github.com/Brqje/EngInventory
https://github.com/Rumchiller/EM_Gatherer – and – https://github.com/jsb/Gatherer
https://github.com/yutsuku/KLHThreatMeterBlizz
https://github.com/kc8pnd/MobHealth – vs – MobHealth3 & MobHealth2
https://github.com/kc8pnd/MobInfo2
https://github.com/laytya/Niagara
https://github.com/rnorden/NotesUNeed – might be a backport
https://github.com/isitLoVe/Outfitter
https://github.com/Road-block/Possessions – backport
https://github.com/laytya/Prat-vanilla
https://github.com/wow-vanilla-addons/Postal
https://github.com/satan666/TrinketMenu-Fix
https://github.com/Rumchiller/EM_WoWQuote – backport

https://github.com/AeroScripts/CT_BuffMod_Sorted – A quick edit of CT BuffMod to sort buffs properly
https://github.com/yutsuku/CT_UnitFrames – Changes display of hp/mana values and adds a percentage

https://github.com/laytya/Vanilla-Addons/blob/master/EngBags.zip
https://github.com/laytya/Vanilla-Addons/blob/master/LoadIT.zip
https://github.com/laytya/Vanilla-Addons/blob/master/Sprocket.zip

Addons having both Vanilla and Classic version:
https://github.com/shirsig/aux-addon-vanilla
https://github.com/shirsig/aux-addon

Addons having different versions:
https://github.com/laytya/Atlas – and – https://github.com/Cabro/Atlas
https://github.com/UndercityAddons-Vanilla/Auctioneer – and https://github.com/Zerf/Auctioneer-Vanilla
https://github.com/Linae-Kronos/Classic-Snowfall – and – https://github.com/Road-block/ClassicSnowFall
https://github.com/Rumchiller/EM_Gatherer – and – https://github.com/jsb/Gatherer
https://github.com/laytya/vQueue – and – https://github.com/christoabrown/vQueue
https://github.com/Berranzan/ModifiedPowerAuras-Continued – and – https://github.com/Geigerkind/ModifiedPowerAuras

Sample GitHub links:
https://github.com/christoabrown/vQueue
https://github.com/christoabrown/vQueue/releases
https://github.com/christoabrown/vQueue/releases/latest
https://github.com/christoabrown/vQueue/archive/master.zip
https://gitlab.com/Artur91425/Automaton/-/archive/master/Automaton-master.zip
https://github.com/shagu/ShaguValue/archive/master.zip

Vanilla WoW Addon community

Forums:
https://forum.elysium-project.org/forum/268-ui-addons-macros/
https://forum.twinstar.cz/forums/addons.788/
https://vanillagaming.org/forum/index.php?board=73.0
https://forum.nostalrius.org/viewforum.php?f=63

Categories:
GitHub List of Vanilla Addons 1.12.1
GitHub List of TBC Addons

Developers:

https://github.com/shaguElysium
Clique, DebuffTimers, GMBlacklist, pfDebug, pfdesktop, pfQuest, pfSimpleDamage, pfStudio, pfUI, ShaguBam, ShaguBoP, ShaguChat, ShaguClock, ShaguColor, ShaguCombat, ShaguCopy, ShaguDelgado, ShaguError, ShaguInventory, ShaguKill, ShaguMount, ShaguNotify, ShaguPlates, ShaguScore, ShaguStance, ShaguTooltips, ShaguValue

https://github.com/laytyaElysiumKronos
Atlas, AdvancedTradeSkillWindow-vanilla, CallOfElements, CensusPlus, Chronometer-vanilla, CustomNameplates, EQCompare-Vanilla, EQL3, LazyScript, Lazyspell, LilSparkysWorkshop-vanilla, Metamap-vanilla, MinimapButtonBag-vanilla, MinimapButtonFrame-vanilla, Niagara, PowerAuras-vanilla, Prat-vanilla, RecipeRadar-vanilla, TankBuddyEnh, Vanilla-Addons, Vanilla-Addons, vQueue

https://github.com/shirsigElysium
attack, aux_merchant_prices, aux-addon-vanilla, ccwatch, cdframes, channel_monitor, Cleanup, cooline, crafty, ETL, inspect, linkmend, Mail, mouseover, MRE, notoggle, profession_query, retarget, rwsync, sentry, snipe, SortBags-vanilla, unitscan, WIM

https://github.com/Road-block
ArchiTotem, AttackBar, AuldLangSyne, AutoProfit, CallToArms, Cartographer, ChatEmote, CloseUp, ColorSocialFrame, CooldownTimers, Fubar_PossessionsFu, FuBar_ToFu, guildbank, Interruptor, ItemHints, ItemsOfPower, KillLog, LanguageFilter, LootTracker, MasterLootRemind, Nauticus, PingoMatic, PlayerStates, Possessions, QuestSoundBits, RageTracker, RogueFocus, Select_AddOns, shootyepgp, SimpleCombatLog, SimpleRaidTargetIcons, TriviaBot, Vanilla_oCB, WhoFavorites, WhoHas, wow-saiket, XLoot_AddOns

https://github.com/EinBaumElysium
_AutoBG, AnnounceKick, AuctionAltBuy, AuctionHelper, AuctionSearchTimer, Autohump, ChroniclesBuffAssignments, ChroniclesPI, ChroniclesPTR, DisableEscape, doomed, KeyringOpener, MapTarget, RaidRollHelper, RezzTimer, SKMap, SP_Overpower, SP_SwingTimer, SuperIgnore, TinyTip, VendorAutoBuy, VF_WarriorAddon, XFactionChat

https://github.com/0ldi
AutoMessage, ChatBar, ChatFix, ChatLog, CThunWarner, ExoRaidSetup, FelwoodGather, IMBA, IMDead, LoseControl, MobResist, QuickChat, RangeColor, SimpleActionSets, SummonsMonitor, TargetAssist, Timers, VanillaMaps

https://github.com/yutsuku
avbars, BetterBabelFish, BetterCharacterStats, BetterScoreFrame, BGReport, BuyPoisons, CT_UnitFrames, DPEPGP, EZ-EPGP, Gamepad, GuildSearch, HawkenPlates, KLHHaremMeter, KLHThreatMeterBlizz, LVBM, MapOfScars, MasterLute, SeeThunGroups, SpamSentry, StealtOverlay, UITweaks, VoidBattle, WhoKicksNow

https://github.com/GeigerkindElysium
BuffCounter, DebuffListCheck, DPSMate, ExpandAssist, IBDF, ModifiedPowerAuras, OneButtonHunter, RogueRota, StopWatch, VCB

https://github.com/AvianaElysium
ChatSanitizer, ClassicMacros, ColorGuildFrame, FuBar_InstanceResetFu, HealComm, HunterPaging, LunaUnitFrames, RealLag, YaHT

https://github.com/jejkas
AutoSell, BigBrother, DevilsHunters, InventorySale, MeleeStats, OoI, SmartRoll, TimeTracker, WFW

https://github.com/Linae-Kronos
CasterStats, Classic-Snowfall, Distance, ItemRack, KTMAutoHider, RABuffs, RaidSummon, StatCompare, tradeDispenser

https://github.com/Daribon
GuildMap, QuestTranslator, SpartanUI_SpinCam, TargetFrameBuff, TitanWowRadio, UnicodeFont, WowRadio, WRUGS

https://github.com/Numielle
BattleShoutGlow, DouseReminder, EasyCloak, EasyLoot, EasyRess, PriestBinds, WorldBossAlert

https://github.com/VoidmenullElysium
DebuffTimers, EzDismount, EzPoison, GamonKillTimer, VanillaHealingAssignments, VanillaStoryline, WhoList_Fix

https://github.com/DennisWGElysium
BetterAlign, QuickBind, Roid-Macros, SmallerRollFrames, Warmup, WowLuaVanilla

https://github.com/firenahzku
ActionBarProfiles, VanguardAntiCooldown, VanguardShamanTools, VGAttackBar, VGInterrupt, VGSmartUnbuff

https://github.com/Monteo
AddOnOrganizer, GFW_FeedOMatic, GroupCalendar, KLHThreatMeter, RoguePack, SuperMacro

https://github.com/RumchillerElysium
EM_CritBam, EM_Gatherer, EM_MonkeyBuddy, EM_MonkeyQuest, EM_WoWQuote, EM_Yatlas

https://github.com/wbb1977
ChatTimestamps, CleanChat, CleanPlayerFrame, CorpseInfo, FishInfo2, PerfectShot

https://github.com/Zerf
Auctioneer-Vanilla, AuctionLink, BlackList, Decursive, RenewSpam, SW_Stats-Vanilla

https://github.com/Bergador
CharacterMap, KTMemeAddon, KTP3ShackleCounter, LazyRes, TopMeOff

https://github.com/Cernie
CatDruidDPS, CerniesWonderfulFunctions, DruidConsumable, Pummeler, WarriorTank

https://github.com/Fiskehatt
BearCastBar, FriendFinder, Rank14losSA, SaySapped, SaySapped_Extended

https://github.com/gasholeElysium
Aero, DruidManaBar, modui-FocusFrame, modui-TallHealthBar, TimeManager

https://github.com/Cabro
Atlas, CLog, EavesDrop, IgnoreMore, NyaMap

https://github.com/Hosq
ActionBarSaver, Banana, BigWigs, GCGambler, HideNamePlates

https://github.com/jsb
Gatherer, Gourmet, PicoPoisons, ResourceCountActionButtons, RingMenu

https://github.com/satan666
ag_UnitFrames_Improved, LazySpell, ReckCounter-Fix, sRaidFrames_Improved, TrinketMenu-Fix

https://github.com/UndercityAddons-Vanilla
Auctioneer, AutoBar, Bongos, DiscordActionBars, MacroTT-V

https://github.com/xorann
Abraxas, GrimReaper, oRA2, SVT, TankHeal

https://github.com/Atreyyo
AutoDot, IWIN, RAT, TankAssignments

https://github.com/isitLoVe
EPGPexport, Outfitter, TitanCritLine, TitanGuild

https://github.com/MOUZU
Talentsaver, TotemTimers-Enhanced, WarriorHUD, WorkAroundSelfCast

https://github.com/mrrosh
DiivSkins, modtip, oCB_Improved, VanillaGraphicBoost

https://github.com/Sentilix
capslock, pitty, sota, thaliz

https://github.com/AeroScriptsElysium
CT_BuffMod_Sorted, QuestieDev

https://github.com/anzz1
FreeBagSlots, OmniCC, SellValue

https://github.com/AtheneGenesis
Vanilla_ManyQTItemTooltips, Vanilla_MikScrollingBattleText

https://github.com/birdayz
FuBar_BuffLeecherFu, FuBar_ElysiumPopulationFu

https://github.com/brotalnia/BlizzardPlates

https://github.com/BrqjeElysium
EngInventory, SpellAlert

https://github.com/checkem
SUCC-bag, SUCC-ecb, SUCC-ui

https://github.com/coryo
RDX, RosterFilter

https://github.com/cralor
TomTomVanilla, TourGuide_Professions, TourGuideVanilla

https://github.com/cubenicke
EFCReport, Fury, Mule

https://github.com/Doctorbeefy
JoanasGuide1, RapidQuest

https://github.com/DuduSandsten
HotBotPanel, NBR

https://github.com/DyaxlerElysium
Altoholic_Vanilla, BlizzMo_Vanilla, SpartanUI_Vanilla

https://github.com/gemt
ChatParse, GemtRotations

https://github.com/goffauxs
aDF, Salad_Cthun

https://github.com/Grymskvll
KANGZ, SafeShift, SwapRaidSubgroupByName

https://github.com/hitbutton
HBActionBars, HBPowerInfusion, Sniper

https://github.com/IndustrialElysium
idAddon, idQuestAutomation, idWarlockDeleteShards

https://github.com/kc8pnd
DoTimer, MobHealth, MobInfo2

https://github.com/kevmodrome
PowerInfusionHandler, SpellPowerMulti

https://github.com/Ko0zElysium
ClassPortraits_Vanilla, UnitFramesImproved_Vanilla, zUI

https://github.com/Lanrutcon
ABreathBeneath, SunOfTheNight

https://github.com/muellerj
Bloodrage, BSAlert, Threat

https://github.com/obble
modguide, modui

https://github.com/Paparogue
MobHealth3-Kronos3-Edition, StopDuelBuffer

https://github.com/pushxd
JIM_CooldownPulse, JIM_toolbox

https://github.com/quakerzz
DKPAuctionBidder, DKPList

https://github.com/RagedUnicorn
wow-gearmenu, wow-pvpwarn

https://github.com/rnorden
ChaosReserves, NotesUNeed

https://github.com/SalviaSage
EquipColor, sQMinimapFix

https://github.com/someaddons
GetMouseOver, Quickmark, SafeBuff

https://github.com/Sulpitz
HCSpy, QuickHeal

https://github.com/turinpt
BossAlert, CMap, LHCP

https://github.com/twothe
ImprovedIgnore, WorldFilter

https://github.com/unknauwn
XckMasterLootAdvanced, XTranqManager, XtraUnitFrame

https://github.com/vashin1
DebuffFilter, SyncedUI

https://github.com/wardz
DispelBorder, FocusFrame, FocusFrame_TargetCastbar

https://github.com/webdkpthroaway
SnagaLoatheb, WebDKP_Elysium

https://github.com/WouterBink
AutoShot, ShamanFix

https://github.com/wow-vanilla-addons
Accountant, QuestItem

https://github.com/zetone
enemyFrames, reagentCounter

https://gitlab.com/Artur91425https://github.com/Lichery
Automaton, Caterer, GrimoireKeeper, Server_Translation, UberBanish, ZGLoot

https://gitlab.com/dein0s_wow_vanilla
pfUI-addonskinner, pfUI-autoinvite, pfUI-debuffmonitor, pfUI-lootfilter, pfUI-managems, pfUI-tradeskillcd

https://gitlab.com/Senzuwow
GryllsComboSounds, GryllsGlow, GryllsUnitFrames

https://gitlab.com/WobLightElysium
ActionMirroringFrame, pwscounter, QuestHaste, Strategos_Battleground, Strategos_Minimap, StrategosCore

https://github.com/gnwl/NotGridElysium

Vanilla WoW links

Basics about WoW:
List of basic abbreviations, terms and concepts involved in WoW(local copy)

Databases:
https://classic.wowhead.com
https://classicdb.ch – it also contains WowHead comments
https://vanillawowdb.com – it also contains WowHead comments
https://vanilla-twinhead.twinstar.cz
https://www.wowdb.com

Wikis:
https://wow.gamepedia.com
https://vanilla-wow-archive.fandom.com
https://wowwiki-archive.fandom.com

Forums:
https://forum.elysium-project.org
https://forum.twinstar.cz
https://forum.nostalrius.org
https://vanillagaming.org/forum
https://www.mmo-champion.com/forums/363-Classic-WoW-General-Discussions

Private servers:
https://www.dkpminus.com/wow/private-servers/vanilla-wow/
https://elysium-project.org
https://www.kronos-wow.com
https://hyjal.org
https://vanillagaming.org
https://vanillaplus.org
https://darrowshire.com
https://www.nostalgeek-serveur.com (France)

Talks about private servers:
https://www.ac-web.org/forums/forumdisplay.php?20-Private-Server-Chat
https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-emulator-servers/wow-emulator-server-listings/

Talent calculators:
classicdb
classic.wowhead

Guides:

Server Emulators:
https://www.getmangos.euhttps://github.com/mangos/MaNGOS
https://cmangos.net
https://www.trinitycore.org
https://github.com/vmangos
Other emulators: AzerothCore, AscEmu, ArkCore, OregonCore, SkyFire
More info about emulators – https://www.mangosrumors.org
Reddit talk about server emulators

Server Emulator Repacks:
Light’s Hope Vanilla Repack
AlterWoW Vanilla Repack for patch 1.12.x v3.5 (x86)
AC-Web Ultimate Repack (3.3.5a)

AddOns Downloads:
https://legacy-wow.com/vanilla-addons
http://addons.us.to/addons
https://www.vanilla-addons.com/dls/https://forum.twinstar.cz/threads/the-big-addon-library-for-vanilla-wow.95497/
https://www.dkpminus.com/wow/addons
https://www.curseforge.com
https://wowinterface.com
https://www.wowace.com
Reddit talk about Vanilla Addons

AddOns Catalogues:
Vanilla Addons By Category – https://frostshock.github.io/wabc/
Vanilla Addon Documentation Project
GitHub List of Vanilla Addons 1.12.1

AddOns Packs:
https://github.com/ericraio/vanilla-wow-addons
https://github.com/crazypoultry/addons
https://github.com/beren12/wow-vanilla-addons
https://gitlab.com/kidaa/vanilla-wow-addons
https://github.com/laytya/Vanilla-Addons
https://github.com/Road-block/Select_AddOns
https://github.com/KasVital/Addons-for-Vanilla-1.12.1-CFM
https://github.com/rootedCF/classicaddons
https://vanillamage.com/addons/
https://forum.twinstar.cz/threads/useful-user-experience-addons-for-1-12.91251/
https://forum.elysium-project.org/topic/21853-all-addons-from-a-to-z/
https://forum.nostalrius.org/viewtopic.php?f=63&t=15342

AddOns developers:
https://github.com/shaguhttps://shagu.orghttps://forum.elysium-project.org/profile/47048-shagu/
https://github.com/shirsighttps://forum.elysium-project.org/topic/23657-addon-aux-and-more/
https://github.com/laytya
https://github.com/Road-block?tab=repositories
https://github.com/TekNoLogic

More about AddOns:
https://wowprogramming.com
World of Warcraft Programming: A Guide and Reference for Creating WoW Addons

Opening MPQ files:
MPQ Editor
AddOnStudio
https://github.com/ladislav-zezula/StormLib

AddOns videos:
Clean UI Addons – Classic Vanilla WoW – Complete Guide

Fun Videos:
Onyxia Wipe Animation
Ninja Looter – ROFL
Leeroy Jenkins

World of Warcraft’s Most Famous & Infamous Players
World of Warcraft’s Most Famous & Infamous Players Part 2
World of Warcraft’s Most Famous & Infamous Players Part 3

MC Raiders
Make Love Not WoW
World of Warcraft – The Internet is for porn

PVP Videos:
Pat PvP – Incredible Warrior PvP Movie
Flekz Fire Mage
Swifty Incredible Warrior Tricks

Cool Vanilla WoW AddOns

Essential addons:  MapCoords, OneBag, Mail, Extended QuestLog 3 (EQL3), Questie, BestBuff, ShaguClock, Punschrulle, EquipCompare, BetterCharacterStats, MobInfo-2, Atlas, Aux, LootLink, MapNotes, Gatherer, CharactersViewer, Omnibus, Natur Enemy Castbar, Sentry, Decursive, Crafty, ChatTimestamps, URLCopy, ShaguChat,

SuperInspect

Autograts   –   Sends “Grats” when someone “Dings”   –   https://legacy-wow.com/vanilla-addons/autograts/

AutoDing   –   Dings automatically to whatever channel   –   https://legacy-wow.com/vanilla-addons/autoding/

MapCoords 0.32  –  Adds coordinates to the map  –  https://legacy-wow.com/vanilla-addons/MapCoords

OneBag 2.0, rev 8412   –   Shows the bags as a single, big bag  –  http://www.vanilla-addons.com/dls/onebag/
– it contains two .zip archives, use the archive named “OneBag.zip”
– Alternatives:  Engbags  –  Bagnon  –  SUCC-bag

OneBank   –   https://legacy-wow.com/vanilla-addons/OneBank

Mail   –   https://github.com/shirsig/Mail   –   An extension to the Blizzard mail interface which
– Automatically opens mail, very rapidly
– Mails multiple items at once, very rapidly
– Autocompletes recipient names
Alternative  –  Postal  –  https://github.com/wow-vanilla-addons/Postal

Extended QuestLog (EQL) 3.6.1  –  https://github.com/laytya/EQL3   –   https://legacy-wow.com/vanilla-addons/Extended-QuestLog
– It has a tracker (shows a list of active quests) in the middle of the screen, you can move it to the right
– Extra link  –  https://www.dkpminus.com/wow/addons/bayis-extended-questlog/

Questie 3.7  –  a fantastic addon that helps you with the quests  –  https://github.com/AeroScripts/QuestieDev   –   https://legacy-wow.com/vanilla-addons/Questie
– type “/questie tracker” to disable the annoying tracker in the middle of the screen. Type “/questie resizemap”   –   to shrink the world map and to allow dragging

BestBuff   –   downscales the buffs s according to the level of your target   –   https://github.com/ericraio/vanilla-wow-addons/tree/master/b/BestBuff   –   http://www.vanilla-addons.com/dls/bestbuff/   –   https://forum.elysium-project.org/topic/56168-macros-that-adjust-buff-ranks-due-to-target-level/

XLoot   –   improve looting in WoW by replacing default frames   –  https://github.com/Road-block/XLoot_AddOns   –   http://www.vanilla-addons.com/dls/xloot/

SimpleClock 1.1  –  found the .zip archive can’t remember where   –   Alternative: ShaguClock
– type “/scl” to make the clock moveable. Then type “/scl” again to make it un-movable

EquipCompare   –   very helpful   –  https://github.com/laytya/EQCompare-Vanilla   –   https://github.com/laytya/EQCompare-Vanilla   –   https://www.dkpminus.com/wow/addons/equipcompare/

BetterCharacterStats   –   more useful character statistics   –   https://github.com/yutsuku/BetterCharacterStats
– alternative: Caster Stats  0.9.5.1  –  https://wow.curseforge.com/projects/project-1551   –   the archive also contains BonusScanner (https://legacy-wow.com/vanilla-addons/BonusScanner)

TheoryCraft 1.06.5   –   shows the spell power and critical hit chance your casters have: http://wow.curseforge.com/addons/project-1644/files/
– usage: /tc – then check the “Vitals” tab (last tab)

MobInfo-2 2.97   –   calculates an estimated HP for mob types, based on the damage you do on them   –   https://github.com/kc8pnd/MobInfo2  –  https://legacy-wow.com/vanilla-addons/MobInfo
– rename the “MobInfo2-master” folder into “MobInfo2”
– type “/mi2” to bring up the options window
– In the “Tooltip” tab, push the “All OFF” button (at the bottom of the window). In the “Target Frame” tab, untick both the “Show Percent” options

Atlas 1.13.0   –   https://github.com/Cabro/Atlas   –   https://github.com/laytya/Atlas   –   https://legacy-wow.com/vanilla-addons/Atlas
AtlasLoot Enhanced   –   https://legacy-wow.com/vanilla-addons/AtlasLoot-Enhanced

Aux   –   a wonderful addon for helping with auctions   –   https://github.com/shirsig/aux-addon  –  https://forum.twinstar.cz/threads/lf-auctioneer-addon.123028/  –  https://forum.twinstar.cz/threads/aux-addon-auction-house-addon-with-default-interface.124510/
– rename “aux-addon-master” into “Aux-addon”
– you can make searches like “of the Eagle”
– tips: Search “healing potion/exact”

Alternative to Aux:  AuctioneerPack v3.9.0.1063  –  https://www.reddit.com/r/wowservers/comments/4226i1/auctioneer_vendor_search_for_vanilla/http://www.wowvanilla.com/  –  http://www.mediafire.com/file/bg0kvibg19as2dg/AuctioneerPack_v3.9.0.1063.zip
– Disable Enchantrix, Informant, EnhTooltip
Alternative:  Auctioneer 3.9.0.1000  –  https://legacy-wow.com/vanilla-addons/Auctioneer
https://legacy-wow.com/vanilla-addons/Stubby
https://legacy-wow.com/vanilla-addons/

https://github.com/shirsig/aux_merchant_prices

Telo’s LootLink-Enhanced  –  https://legacy-wow.com/vanilla-addons/Telo-LootLink-Enhanced/
– Contains a database of items – open with “/LootLink” or simply “/ll”
– Shows the vendor price of the items (after selling such items at least once, on the account you are playing)
LootLinkAddDB  –  found in the “Addons – from WoW-One.com.zip” packages – after running once, disable this addon

ShaguValue   –  display item sell and buy values on tooltips   –   https://github.com/shagu/ShaguValue

Map Notes 3.0  –  https://legacy-wow.com/vanilla-addons/mapnotes/
– You can use the map notes you save in other expansions, tried with Map Notes from TBC and it worked without problems
– type “/mn -q 1 Vultros” to create a note named “Vultros” at your current location
– Alternative: CT_MapMod

Gatherer 1.0.0  –  https://github.com/jsb/Gatherer  –  https://legacy-wow.com/vanilla-addons/Gatherer – updated in 2017-03  –  https://forum.nostalrius.org/viewtopic.php?f=63&t=45459
– type “/gatherer herbs on”
– type “/gatherer mining off”
– An older version, but without issues  –  Gatherer 2.2.3.1
Elysium database

CharactersViewer  1.04   –   Shows the gear and bank items of your alts   –   http://wow.tutis.me/?dir=addons/c

Altohlic 1.0.9  –  an alernative to CharactersViewer, but in my view, CharactersViewer is better   –  https://github.com/Dyaxler/Altoholic_Vanilla   –    https://www.dkpminus.com/wow/addons/altoholic/
– Disable the tooltip options

Omnibus   –   Notepad addon, very useful   –   https://legacy-wow.com/vanilla-addons/Omnibus

Natur Enemy Castbar 5.4.8  –  https://legacy-wow.com/vanilla-addons/Natur-Enemy-Castbar

Punschrulle   –   wonderful castbar addon, similar with Quartz   –   https://github.com/Attero/Punschrulle
– type “/punsch config”

BearCastBar   –   Casting bar and and swing timer addon   –   https://github.com/Fiskehatt/BearCastBar   –   Alternative: SUCC-ecb

Cartographer   –   Change map size, add coordinates, view instance maps etc. Also it can record mining and herbalism nodes, also treasures (solid chest etc), like Gatherer   –  https://github.com/Road-block/Cartographer

simpleMinimap   –   https://github.com/laytya/Vanilla-Addons/blob/master/simpleMinimap.zip

Sentry  –  https://github.com/shirsig/sentry  –  alerts you of nearby enemies which it detects through the combat log or active scanning

Retarget  –  Retargets Hunters after Feign Death and all units after disappearing.   –   https://github.com/shirsig/retarget

FocusFrame   –   Provides focus targeting & frame support. Focus = second target   –   https://github.com/wardz/FocusFrame

Classic Snowfall   –   enables keydown casting. Vanilla Wow casts on key release, not instantly when the key is pressed   –  https://github.com/Linae-Kronos/Classic-Snowfall

Decursive   –   a player using Decursive will always dispel faster than other players   –   https://github.com/Zerf/Decursive

CTMod 1.856  –  http://www.vanilla-addons.com/dls/ctmod/  –  a collection of useful addons with many features:
– Chat timestamps
– MailMod – mass mail, you can send 21 items in a row
– PlayerNotes – set notes for the people in your friends list
– Map Coordinates  –  but I prefer the MapCoords addon
– MapMod – map notes – but the MapNotes addon is better
– Castbar module, but I need something better, like Quartz
– I am usually disabling – or even deleting – the following addons: CT_BagMod, CT_BarMod, CT_BottomBar, CT_BuffMod, CT_QuestLevels, CT_TickMod
– Go to CT control pannel and click on “Unlock frames” so you can move the quest log — OR simply right-click on the “CT” icon near the minimap
– CT_Mapmod: Push “M” (map) — on bottom-right, uncheck the “Auto Gather Herbs/Veins” – if you want Gatherer to take care of it
– You can make notes on map – Push “M” – Control + Click to add a note – OR push the “Create note on player” button

vQueue   –   A group/raid/bg/quest finder and advertiser. It works great, more people just need to start using it   –   https://github.com/laytya/vQueue   –   https://forum.elysium-project.org/topic/27859-addon-vqueue-a-group-finder-for-vanilla/

ShaguScore   –   an addon like GearScore

Professions:

Crafty   –   adds a searching box to the default profession frames   –  https://github.com/shirsig/crafty

RecipeRadar  v1.11   –   assists players in finding recipes. It knows about vendors who sell recipes in the current region or by profession. It has a number of filtering options and can even locate vendors on the world map   –   https://wow.curseforge.com/projects/recipe-radar

 

Automatization:

Automaton   –  Reduces interface tedium by doing the little things for you   –   https://github.com/Lichery/Automaton

EzDismount  –  https://legacy-wow.com/vanilla-addons/EzDismount  –  will dismount you when you click on a spell or a herb/ore node (or attack someone)
– also will make your character stand if you try to do an action that gives you the error “You must be standing to do that”
– Newer version but buggy  –  EzDismount 3.4 – https://www.wowinterface.com/downloads/info4713-EzDismount.html  –  Gives error “Interface\AddOns\EzDismount\EzDismount.lua: attempt to call global ‘IsFlying’ (a nil value)”

GrayAutoSell   –   automatically sells all your gray bag items when you interact with a merchant   –   https://github.com/ttcremers/GrayAutoSell

AutoProfit   –  easy sell trash to vendor   –   https://github.com/Road-block/AutoProfit

LazyPig   –   contains many useful modules, including for multiboxing   –   https://github.com/satan666/_LP

 

Quest Helpers:

  • RapidQuest   –   combines WHDB addon which is used to display WoWHead comments and coordinates with MetaMap which is addon that displays various custom notes and information on WorldMap. Basically it has a similar functionality as a popular QuestHelper that is not supported for wow 1.12.1   –   https://github.com/Doctorbeefy/RapidQuest
  • pfQuest   –   It helps players to find several ingame objects and quests. The addon reads questobjectives, parses them and uses its internal database to plot the found matches on the world and minimap. The goals to be an ingame version Wowhead or AoWoW   –   https://shagu.org/pfQuest/   –    https://gitlab.com/shagu/pfQuest/   –   this is the successor of ShaguQuest

Other questing addons:

  • FastQuest   –   Displaying quest levels and notification of party members   –   https://legacy-wow.com/vanilla-addons/FastQuest – http://www.vanilla-addons.com/dls/fastquest/
    – type “/fq autonotify”   –   Toggle automatic notification of party members
  • CT_QuestLevels

 

Action Bars:

Bongos  6.10.29   –   Action bar addon  –  http://wow.tutis.me/?dir=addons/b   =  http://www.vanilla-addons.com
– Alternative  –  Bongos 6.8.27  –  https://legacy-wow.com/vanilla-addons/Bongos
– An incomplete version (no XP bar) can be found here   –   https://github.com/UndercityAddons-Vanilla/Bongos
– Alternatives:  Bartender  –  CT_BarMod

ActionBarProfiles 1. 0  –  you can save the position of all your abilities on your Action Bars, and then use configuration on another computer or when you re-install WoW   –  https://github.com/firenahzku/ActionBarProfiles

Sprocket   –   Flexible marking menu interface   –   https://legacy-wow.com/vanilla-addons/sprocket/   –  Better version with updated libs   –   Sprocket-laytya
– You no longer have to waste action bars’ button for potions, aspects (hunter), poisons (rogue) etc.
– Globals -> General -> disable “Show Overlays on Mouseover” – Disables the Arcane Explosion visual effect for the menu actions
– To assign a key, first you have to assign a Key Binding from the Blizzard menu interface. Then enter in /sprocket config and chose the bottom-left tab named “Triggers”. Then assign a sub-menu for each key binding

RingMenu   –   Similar with Sprocket   –   https://github.com/jsb/RingMenu – https://forum.elysium-project.org/topic/24038-addon-ringmenu/

AutoBar   –   an extra bar for consumables (potions, bandages, food)   –   https://github.com/UndercityAddons-Vanilla/AutoBar

Minimap Button Frame Vanilla   –   will gather up all of your addon minimap buttons and put them into a movable frame   –   https://github.com/laytya/MinimapButtonFrame-vanilla

MinimapButtonBag   –   cleans up your Minimap and relocates the buttons in a menu bar. You can still access them through a single minimap button   –   https://github.com/laytya/MinimapButtonBag-vanilla

 

Chat addons:

ChatTimestamps  –  https://github.com/wbb1977/ChatTimestamps
– type “/cts format [%H:%M]”

URLCopy   –   you can copy URL from the ingame chat   –   https://legacy-wow.com/vanilla-addons/URL-Copy/

ShaguCopy   –   allows you to copy chat text   –   https://gitlab.com/shagu/ShaguCopy

ShaguChat   –   highlight custom chat messages (good for finding people who want to join a specific dungeon)   –    https://gitlab.com/shagu/ShaguChat

ChatLog   –   Gives you the ability to view or copy/paste any chat logs   –   https://github.com/0ldi/ChatLog

Prat   –   Chat customization addon   –   https://github.com/laytya/Prat-vanilla   –   https://www.dkpminus.com/wow/addons/prat/
– type “/prat fontsize set chat1 14”

ChatBar   –   Button Bar for openning chat messages of each type   –   https://github.com/Monteo/ChatBar

LanguageFilter   –   Filter chat messages by character range

More chat addons:  LanguageFilter  –

 

Unit frames:

 

Social addons:

  • CT_PlayerNotes  –  lets you to write down notes on people in your friend list, guild, and ignore list

 

Cosmetic addons:

 

More addons:

 

Mage addons:  tradeDispenser

Hunter addons:  Fizzwidget Hunter Helper

 

AddOns that I haven’t tried yet:

 

Damage meters:

  • SW Stats   –   https://github.com/Zerf/SW_Stats-Vanilla
  • DPSMate   –   https://legacy-wow.com/tbc-addons/DPSMate/
  • Recount   –   https://legacy-wow.com/tbc-addons/Recount

 

AddOns management:

 

Extra AddOns: (AddOns that I tried, I’m not using them but they look useful)

  • OmniCC   –   adds a countdown on your abilities when they are on cool down   –  http://www.vanilla-addons.com/dls/omnicc/
  • GearMenu   –   addon for switching between items and keybinding them   –   https://github.com/RagedUnicorn/wow-vanilla-gearmenu

 

Libraries:

 

Resources:

For actively developed addons, search on Google for “WoW 1.12 AddOn site:github.com”