Mercurial > wow > ouroloot
view abbreviations.lua @ 16:5ee4edd24c13
- new blizz methods for editboxes in dialog popups
- initial code for dropdowns in history (not active yet)
- hovering and shift-clicking to link out of history
- proper confirmations for history rewriting
- options checkboxes more grid-like
- saved texts get a scrollbar instead of expanding indefinitely (duh)
- rearranged savedvars a bit (and added transition code)
- stores raider join/leave times and "demographic" info, all for MLEQDKP
- minor bugfixes and tweaks
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Thu, 25 Aug 2011 00:45:31 +0000 |
parents | d8fee518ce5d |
children | 85532921829d |
line wrap: on
line source
local addon = select(2,...) addon.instance_abbrev = { -------- Cata ["Baradin Hold"] = "BH", ["The Bastion of Twilight"] = "BoT", ["Blackwing Descent"] = "BWD", ["Throne of the Four Winds"] = "To4W", --["Firelands"] = "Firelands", -------- WotLK ["Icecrown Citadel"] = "ICC", ["Trial of the Champion"] = "ToC", ["Trial of the Crusader"] = "ToC", ["Trial of the Grand Crusader"] = "ToGC", -- does not actually trigger, need to test heroic ["Vault of Archavon"] = "VoA", } addon.boss_abbrev = { -------- Cata -- BoT ["Halfus Wyrmbreaker"] = "Halfass Wyrmbreaker", ["Valiona & Theralion"] = "Wonder Twins! Form of: Loot", -- BWD ["Magmaw"] = "Earwig", ["Omnotron Defense System"] = "Nomnomtron Defense System", ["Chimaeron"] = "k-eye-MAIR-on", ["Atramedes"] = "at-ruh-MEE-deez", ["Nefarian's End"] = "Nef II: Electric Boogaloo", -- To4W ["Al'Akir"] = "Big Al", -- Firelands ["Shannox"] = "Shnox", ["Lord Rhyolith"] = "LEFT, LEFT, LEFT RIGHT LEFT", -- left my wife and 49 kids, an old grey mare and a peanut stand ["Alysrazor"] = "Steppin' Razor", -- how many people have read Neuromancer, hmmmm ["Majordomo Staghelm"] = "Mojododo", -------- WotLK -- ToC ["Northrend Beasts"] = "Animal House", ["Lord Jaraxxus"] = "latest DIAF demon", ["Faction Champions"] = "Alliance Clusterfuck", ["Valkyr Twins"] = "Salt'N'Pepa", ["Val'kyr Twins"] = "Salt'N'Pepa", ["Anub'arak"] = "Whack-a-Spider", -- ICC ["Lady Deathwhisper"] = "Lady Won't-Stop-Yammering", ["Gunship"] = "Rocket Shirt Over the Side of the Damn Boat", ["Gunship Battle"] = "Rocket Shirt Over the Side of the Damn Boat", ["Deathbringer Saurfang"] = "Deathbringer Sauerkraut", ["Professor Putricide"] = "Professor Farnsworth", ["Valithria Dreamwalker"] = "Dreeeeaaamweaaaaaverrrr", } -- vim:noet