vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 BINDING_NAME_BGASSIST_TOGGLE = "Toggle BGAssist Window";
2  
3 BGAssist_ItemTrack = {
4 [17422] = "INV_Shoulder_19", -- "Armor Scraps"
5 -- Horde
6 [17306] = "INV_Potion_50", -- "Stormpike Soldier's Blood"
7 [17642] = "INV_Misc_Pelt_Bear_02", -- "Alterac Ram Hide"
8 [18142] = "INV_Misc_Head_Elf_02", -- "Severed Night Elf Head"
9 [18143] = "INV_Misc_MonsterTail_02", -- "Tuft of Gnome Hair"
10 [18206] = "INV_Misc_Bone_03", -- "Dwarf Spine"
11 [18144] = "INV_Misc_Bone_07", -- "Human Bone Chip"
12 [17326] = "INV_Misc_Food_52", -- "Stormpike Soldier's Flesh",
13 [17327] = "INV_Misc_Food_72", -- "Stormpike Lieutenant's Flesh"
14 [17328] = "INV_Misc_Food_69", -- "Stormpike Commander's Flesh",
15 -- Alliance
16 [17423] = "INV_Misc_Gem_Pearl_06", -- "Storm Crystal"
17 [17643] = "INV_Misc_Pelt_Bear_02", -- "Frostwolf Hide"
18 [18145] = "INV_Misc_Foot_Centaur", -- "Tauren Hoof"
19 [18146] = "INV_Potion_82", -- "Darkspear Troll Mojo"
20 [18207] = "INV_Misc_Bone_08", -- "Orc Tooth"
21 [18147] = "INV_Misc_Organ_01", -- "Forsaken Heart"
22 [17502] = "INV_Jewelry_Talisman_06", -- "Frostwolf Soldier's Medal"
23 [17503] = "INV_Jewelry_Talisman_04", -- "Frostwolf Lieutenant's Medal"
24 [17504] = "INV_Jewelry_Talisman_12", -- "Frostwolf Commander's Medal"
25 };
26 BGAssist_Alterac_Quests = {
27 ["Irondeep Supplies"] = true,
28 ["Coldtooth Supplies"] = true,
29 ["Master Ryson's All Seeing Eye"] = true,
30 ["Empty Stables"] = true, -- Wolf/Ram turnin
31 -- Horde
32 ["More Booty!"] = { item = 17422, min=20 },
33 ["Lokholar the Ice Lord"] = { item = 17306, max=4 },
34 ["A Gallon of Blood"] = { item = 17306, min=5 },
35 ["Ram Hide Harnesses"] = { item = 17642 },
36 ["Darkspear Defense"] = { item = 18142 },
37 ["Tuft it Out"] = { item = 18143 },
38 ["Wanted: MORE DWARVES!"] = { item = 18206 },
39 ["I've Got A Fever For More Bone Chips"]= { item = 18144 },
40 ["Call of Air - Guse's Fleet"] = { item = 17326 },
41 ["Call of Air - Jeztor's Fleet"] = { item = 17327 },
42 ["Call of Air - Mulverick's Fleet"] = { item = 17328 },
43 -- Alliance
44 ["More Armor Scraps"] = { item = 17422, min=20 },
45 ["Ivus the Forest Lord"] = { item = 17423, max=4 },
46 ["Crystal Cluster"] = { item = 17423, min=5 },
47 ["Ram Riding Harnesses"] = { item = 17643 },
48 ["What the Hoof?"] = { item = 18145 },
49 ["Staghelm's Mojo Jamboree"] = { item = 18146 },
50 ["Wanted: MORE ORCS!"] = { item = 18207 },
51 ["One Man's Love"] = { item = 18147 },
52 ["Call of Air - Slidore's Fleet"] = { item = 17502 },
53 ["Call of Air - Vipore's Fleet"] = { item = 17503 },
54 ["Call of Air - Ichman's Fleet"] = { item = 17504 },
55 };
56 BGAssist_FlagRegexp = {
57 ["RESET"] = { ["regexp"] = "The flags are now placed at their bases." },
58 ["PICKED"] = { ["one"] = "FACTION", ["two"] = "PLAYER",
59 ["regexp"] = "The ([^ ]*) [fF]lag was picked up by ([^!]*)!" },
60 ["DROPPED"] = { ["one"] = "FACTION", ["two"] = "PLAYER",
61 ["regexp"] = "The ([^ ]*) [fF]lag was dropped by ([^!]*)!" },
62 ["RETURNED"] ={ ["one"] = "FACTION", ["two"] = "PLAYER",
63 ["regexp"] = "The ([^ ]*) [fF]lag was returned to its base by ([^!]*)!" },
64 ["CAPTURED"] ={ ["one"] = "PLAYER", ["two"] = "FACTION",
65 ["regexp"] = "([^ ]*) captured the ([^ ]*) flag!" },
66 };
67 ALTERACVALLEY = "Alterac Valley";
68 WARSONGGULCH = "Warsong Gulch";
69 ARATHIBASIN = "Arathi Basin";
70  
71 DISPLAY_MENU_LOCKWINDOW = "Lock Window Position";
72 DISPLAY_MENU_AUTOSHOW = "Auto Show Window when Entering BG";
73 DISPLAY_MENU_AUTORELEASE = "Auto Release in BG";
74 DISPLAY_MENU_AUTOQUEST = "Auto Confirm Quests";
75 DISPLAY_MENU_AUTOENTER = "Auto Enter BG";
76 DISPLAY_MENU_AUTOSIGNUP = "Auto Signup for BG";
77 DISPLAY_MENU_TIMERSHOW = "Show Capture Timers";
78 DISPLAY_MENU_ITEMSHOW = "Show BG Item Counts";
79 DISPLAY_MENU_GYCOUNTDOWN = "Show Timer for GY Rezzing";
80 DISPLAY_MENU_FLAGTRACKING = "Track Flags";
81 DISPLAY_MENU_TARGETTINGASSISTANCE = "Use Targetting Assistance Window";
82 DISPLAY_MENU_AUTOACCEPTGROUP = "Auto accept group invites in BG";
83 DISPLAY_MENU_AUTOLEAVEGROUP = "Auto leave group when leaving BG";
84 DISPLAY_MENU_NOPREEXISTING = "No pre-existing instances";
85 DISPLAY_MENU_SHOWCAPTUREDFLAGS = "Show flags already captured";
86 DISPLAY_TITLEDISPLAY_CAPTURE = "Captures";
87 DISPLAY_TITLEDISPLAY_ITEMS = "Items";
88 DISPLAY_TITLEDISPLAY_TARGETS = "Targets";
89 DISPLAY_TEXT_PREEXISTING = "Offered BG instance is pre-existing";
90 DISPLAY_TEXT_ENTERINGBATTLEGROUNDS = "Entering Battlegrounds";
91 DISPLAY_TEXT_LEFTBATTLEGROUNDS = "Left Battlegrounds";
92 DISPLAY_TEXT_TIMEUNTILREZ = "Time Until Ressurection";
93 DISPLAY_TEXT_TIMELEFT = "Time Left";
94 DISPLAY_TEXT_SECONDS = "seconds";
95 DISPLAY_TEXT_MINUTES = "minutes";
96 DISPLAY_TEXT_NOTENTERINGAFK = "Not entering BG because you are AFK";
97 DISPLAY_TEXT_FLAGHOLDERNOTCLOSEENOUGH = "Flag Holder not close enough to target.";
98 BATTLEGROUND_GOSSIP_TEXT = "I would like to go to the battleground.";
99 MATCHING_MARKED_AFK = "You are now AFK";
100 MATCHING_CLEARED_AFK = "You are no longer AFK.";
101 FACTION_ALLIANCE = "Alliance";
102 FACTION_HORDE = "Horde";
103 CLASS_WARRIOR = "Warrior";
104 CLASS_MAGE = "Mage";
105 CLASS_ROGUE = "Rogue";
106 CLASS_DRUID = "Druid";
107 CLASS_HUNTER = "Hunter";
108 CLASS_SHAMAN = "Shaman";
109 CLASS_PRIEST = "Priest";
110 CLASS_WARLOCK = "Warlock";
111 CLASS_PALADIN = "Paladin";