Mitch3ll

enGB.lua (SlashFour TBC fix)

May 31st, 2021
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.46 KB | None | 0 0
  1. LocalizedTagTemplates["enGB"] = {
  2. lfg = {
  3. {
  4. title = "Looking For Group",
  5. keywords = {
  6. "lf",
  7. "lfg","lfd",
  8. "lfm","lf1m","lf2m","lf3m","lf4m",
  9. "lftank","lfheal","lfheals","lfhealer","lfdps",
  10. "tank","heal","heals","healer","dps",
  11. "group",
  12. },
  13. --channels = {},
  14. },
  15. },
  16. dungeon = {
  17. info = {
  18. 1,
  19. 2,
  20. },
  21. {
  22. title = "Ragefire Chasm",
  23. keywords = {"rfc","ragefire","chasm"},
  24. minLevel = 13, maxLevel = 18, reqLevel = 8,
  25. },
  26. {
  27. title = "Wailing Caverns",
  28. keywords = {"wc","wailing","caverns","cavern"},
  29. minLevel = 17, maxLevel = 24, reqLevel = 10,
  30. },
  31. {
  32. title = "The Deadmines",
  33. keywords = {"dm","deadmines","deadmine","vc","vancleef"},
  34. minLevel = 17, maxLevel = 26, reqLevel = 10,
  35. },
  36. {
  37. title = "Shadowfang Keep",
  38. keywords = {"sfk","shadowfang"},
  39. minLevel = 22, maxLevel = 30, reqLevel = 14,
  40. },
  41. {
  42. title = "Blackfathom Deeps",
  43. keywords = {"bfd","blackfathom","deeps"},
  44. minLevel = 24, maxLevel = 32, reqLevel = 15,
  45. },
  46. {
  47. title = "The Stockade",
  48. keywords = {"stockade","stockades"},
  49. minLevel = 24, maxLevel = 32, reqLevel = 15,
  50. },
  51. {
  52. title = "Gnomeregan",
  53. keywords = {"gnomer","gnomeregan","gnomeragan","gnomregan","gnomragan"},
  54. minLevel = 29, maxLevel = 38, reqLevel = 19,
  55. },
  56. {
  57. title = "Razorfen Kraul",
  58. keywords = {"rfk","kraul"},
  59. minLevel = 29, maxLevel = 38, reqLevel = 19,
  60. },
  61. --[[
  62. {
  63. title = "Scarlet Monastery",
  64. keywords = {"sm","scarlet","monastery","monastary"},
  65. minLevel = 28, maxLevel = 45,
  66. },
  67. ]]--
  68. {
  69. title = "Scarlet Monastery: Graveyard",
  70. keywords = {"gy","graveyard","smgy"},
  71. minLevel = 28, maxLevel = 38, reqLevel = 21, --28-36?
  72. },
  73. {
  74. title = "Scarlet Monastery: Library",
  75. keywords = {"lib","library","smlib"},
  76. minLevel = 29, maxLevel = 39, reqLevel = 21, --32-39?
  77. },
  78. {
  79. title = "Scarlet Monastery: Armory",
  80. keywords = {"arm","armory","herod","smarm","armoury"},
  81. minLevel = 32, maxLevel = 42, reqLevel = 21, --36-43?
  82. },
  83. {
  84. title = "Scarlet Monastery: Cathedral",
  85. keywords = {"cat","cath","cathedral","catedral","smcath"},
  86. minLevel = 35, maxLevel = 45, reqLevel = 21, --38-45?
  87. },
  88. {
  89. title = "Razorfen Downs",
  90. keywords = {"rfd","downs"},
  91. minLevel = 37, maxLevel = 46, reqLevel = 25,
  92. },
  93. {
  94. title = "Uldaman",
  95. keywords = {"uld","ulda","uldaman","ulduman"},
  96. minLevel = 41, maxLevel = 51, reqLevel = 30,
  97. },
  98. {
  99. title = "Zul'Farrak",
  100. keywords = {"zf","farrak","zul'farrak","zulfarrak","zulfarak","mallet"},
  101. minLevel = 42, maxLevel = 46, reqLevel = 35,
  102. },
  103. {
  104. title = "Maraudon",
  105. keywords = {"mar","mara","maraudon","mauradon","maradon","mauro"},
  106. minLevel = 46, maxLevel = 55, reqLevel = 35,
  107. },
  108. {
  109. title = "The Sunken Temple", -- Temple of Atal'Hakkar
  110. keywords = {"st","sunken","temple","atal","hakkar","atal'hakkar", "atalhakkar", "atalhakar"},
  111. minLevel = 50, maxLevel = 56, reqLevel = 35, --45?
  112. },
  113. {
  114. title = "Blackrock Depths",
  115. keywords = {"brd","depths","lava","lava run","arena","arena run","emperor"},
  116. minLevel = 52, maxLevel = 60, reqLevel = 40, -- detentionblock:42, uppercity:46
  117. },
  118. {
  119. title = "Lower Blackrock Spire",
  120. keywords = {"lbrs","lower","lrbs"},
  121. minLevel = 55, maxLevel = 60, reqLevel = 45, --48?
  122. },
  123. {
  124. title = "Upper Blackrock Spire (10)",
  125. keywords = {"ubrs","upper","urbs"},
  126. minLevel = 55, maxLevel = 60, reqLevel = 45, --48?
  127. },
  128. {
  129. title = "Dire Maul: East",
  130. keywords = {"dme","east","puzilin"},
  131. minLevel = 58, maxLevel = 60, reqLevel = 45, --?
  132. },
  133. {
  134. title = "Dire Maul: North",
  135. keywords = {"dmn","north","tribute","dmt"},
  136. minLevel = 58, maxLevel = 60, reqLevel = 45, --?
  137. },
  138. {
  139. title = "Dire Maul: West",
  140. keywords = {"dmw","west"},
  141. minLevel = 58, maxLevel = 60, reqLevel = 45, --?
  142. },
  143. {
  144. title = "Stratholme",
  145. keywords = {"strat","stratholme","baron","stratholm","strath"},
  146. minLevel = 58, maxLevel = 60, reqLevel = 45,
  147. },
  148. {
  149. title = "Scholomance",
  150. keywords = {"scholo","scholomance","sholo","sholomance","scolo"},
  151. minLevel = 58, maxLevel = 60, reqLevel = 45,
  152. },
  153. {
  154. title = "Hellfire Ramparts",
  155. keywords = {"ramps","ramp","ramparts","hfr"},
  156. minLevel = 57, maxLevel = 67, reqLevel = 57,
  157. },
  158. {
  159. title = "Blood Furnace",
  160. keywords = {"bf","blood furnace"},
  161. minLevel = 58, maxLevel = 68, reqLevel = 58,
  162. },
  163. {
  164. title = "Slave Pens",
  165. keywords = {"sp","slave pens","spen","spens"},
  166. minLevel = 59, maxLevel = 64, reqLevel = 59,
  167. },
  168. {
  169. title = "Underbog",
  170. keywords = {"ub","underbog","ubog","bog"},
  171. minLevel = 60, maxLevel = 65, reqLevel = 60,
  172. },
  173. {
  174. title = "Mana Tombs",
  175. keywords = {"mt","mana tombs","mtombs","tombs"},
  176. minLevel = 61, maxLevel = 66, reqLevel = 61,
  177. },
  178. {
  179. title = "Auchenai Crypts",
  180. keywords = {"ac","auchenai crypts","acrypts","crypts","auch"},
  181. minLevel = 62, maxLevel = 67, reqLevel = 62,
  182. },
  183. {
  184. title = "Escape from Durnholde Keep",
  185. keywords = {"durn","dh","durnhold","durnholde","cot"},
  186. minLevel = 63, maxLevel = 68, reqLevel = 63,
  187. },
  188. {
  189. title = "Sethekk Halls",
  190. keywords = {"seth","sethekk halls","seth halls","sethick","sethikk","sethekk","sethicc","setthicc","setthikk"},
  191. minLevel = 63, maxLevel = 69, reqLevel = 63,
  192. },
  193. {
  194. title = "Shadow Labyrinth",
  195. keywords = {"sl","shadow labs","slabs","shadow lab","shadow labyrinth","labyrinth"},
  196. minLevel = 67, maxLevel = 70, reqLevel = 67,
  197. },
  198. {
  199. title = "Shattered Halls",
  200. keywords = {"sh","shattered halls","shatt halls"},
  201. minLevel = 67, maxLevel = 70, reqLevel = 67,
  202. },
  203. {
  204. title = "The Botanica",
  205. keywords = {"bot","botanica"},
  206. minLevel = 67, maxLevel = 70, reqLevel = 67,
  207. },
  208. {
  209. title = "The Mechanar",
  210. keywords = {"mech","mechanar"},
  211. minLevel = 67, maxLevel = 70, reqLevel = 67,
  212. },
  213. {
  214. title = "The Steamvault",
  215. keywords = {"sv","steamvault","vault"},
  216. minLevel = 67, maxLevel = 70, reqLevel = 67,
  217. },
  218. {
  219. title = "Magister's Terrace",
  220. keywords = {"mgt","terrace","magisters","magister's","mrt"},
  221. minLevel = 68, maxLevel = 70, reqLevel = 68,
  222. },
  223. {
  224. title = "Opening of the Dark Portal",
  225. keywords = {"bm","black morass","morass","dark portal","cot"},
  226. minLevel = 68, maxLevel = 70, reqLevel = 68,
  227. },
  228. {
  229. title = "The Arcatraz",
  230. keywords = {"arc","arcatraz","alcatraz","alca"},
  231. minLevel = 68, maxLevel = 70, reqLevel = 68,
  232. },
  233. },
  234. heroic = {
  235. {
  236. title = "Hellfire Ramparts",
  237. keywords = {"heroic ramps","heroic ramp","heroic ramparts","heroic hfr"},
  238. minLevel = 70, maxLevel = 70, reqLevel = 70,
  239. },
  240. {
  241. title = "Blood Furnace",
  242. keywords = {"heroic bf","heroic blood furnace"},
  243. minLevel = 70, maxLevel = 70, reqLevel = 70,
  244. },
  245. {
  246. title = "Slave Pens",
  247. keywords = {"heroic sp","heroic slave pens","heroic spen","heroic spens"},
  248. minLevel = 70, maxLevel = 70, reqLevel = 70,
  249. },
  250. {
  251. title = "Underbog",
  252. keywords = {"heroic ub","heroic underbog","heroic ubog","heroic bog"},
  253. minLevel = 70, maxLevel = 70, reqLevel = 70,
  254. },
  255. {
  256. title = "Mana Tombs",
  257. keywords = {"heroic mt","heroic mana tombs","heroic mtombs","heroic tombs"},
  258. minLevel = 70, maxLevel = 70, reqLevel = 70,
  259. },
  260. {
  261. title = "Auchenai Crypts",
  262. keywords = {"heroic ac","heroic auchenai crypts","heroic acrypts","heroic crypts","heroic auch"},
  263. minLevel = 70, maxLevel = 70, reqLevel = 70,
  264. },
  265. {
  266. title = "Escape from Durnholde Keep",
  267. keywords = {"heroic durn","heroic dh","heroic durnhold","heroic durnholde","heroic cot"},
  268. minLevel = 70, maxLevel = 70, reqLevel = 70,
  269. },
  270. {
  271. title = "Sethekk Halls",
  272. keywords = {"heroic seth","heroic sethekk halls","heroic seth halls","heroic sethick","heroic sethikk","heroic sethekk","heroic sethicc","heroic setthicc","heroic setthikk"},
  273. minLevel = 70, maxLevel = 70, reqLevel = 70,
  274. },
  275. {
  276. title = "Shadow Labyrinth",
  277. keywords = {"heroic sl","heroic shadow labs","heroic slabs","heroic shadow lab","heroic shadow labyrinth","heroic labyrinth"},
  278. minLevel = 70, maxLevel = 70, reqLevel = 70,
  279. },
  280. {
  281. title = "Shattered Halls",
  282. keywords = {"heroic sh","heroic shattered halls","heroic shatt halls"},
  283. minLevel = 70, maxLevel = 70, reqLevel = 70,
  284. },
  285. {
  286. title = "The Botanica",
  287. keywords = {"heroic bot","heroic botanica"},
  288. minLevel = 70, maxLevel = 70, reqLevel = 70,
  289. },
  290. {
  291. title = "The Mechanar",
  292. keywords = {"heroic mech","heroic mechanar"},
  293. minLevel = 70, maxLevel = 70, reqLevel = 70,
  294. },
  295. {
  296. title = "The Steamvault",
  297. keywords = {"heroic sv","heroic steamvault","heroic vault"},
  298. minLevel = 70, maxLevel = 70, reqLevel = 70,
  299. },
  300. {
  301. title = "Magister's Terrace",
  302. keywords = {"heroic mgt","heroic terrace","heroic magisters","heroic magister's","heroic mrt"},
  303. minLevel = 70, maxLevel = 70, reqLevel = 70,
  304. },
  305. {
  306. title = "Opening of the Dark Portal",
  307. keywords = {"heroic bm","heroic black morass","heroic morass","heroic dark portal","heroic cot"},
  308. minLevel = 70, maxLevel = 70, reqLevel = 70,
  309. },
  310. {
  311. title = "The Arcatraz",
  312. keywords = {"heroic arc","heroic arcatraz","heroic alcatraz","heroic alca"},
  313. minLevel = 70, maxLevel = 70, reqLevel = 70,
  314. },
  315. },
  316. raid = {
  317. {
  318. title = "Onyxia's Lair (40)",
  319. keywords = {"ony","onyxia"},
  320. reqLevel = 50,
  321. },
  322. {
  323. title = "Zul'Gurub (20)",
  324. keywords = {"zg","gurub","zul'gurub","zulgurub"},
  325. reqLevel = 60,
  326. },
  327. {
  328. title = "Molten Core (40)",
  329. keywords = {"mc","molten","core"},
  330. reqLevel = 58,
  331. },
  332. {
  333. title = "Blackwing Lair (40)", -- could add boss names, etc., but... pugs in bwl?
  334. keywords = {"bwl","blackwing","lair"},
  335. reqLevel = 60,
  336. },
  337. {
  338. title = "Ruins of Ahn'Qiraj (20)",
  339. keywords = {"aq20","ruins"},
  340. reqLevel = 60,
  341. },
  342. {
  343. title = "Temple of Ahn'Qiraj (40)",
  344. keywords = {"aq40"},
  345. reqLevel = 60,
  346. },
  347. {
  348. title = "Naxxramas (40)",
  349. keywords = {"naxx","naxxramas","nax"},
  350. reqLevel = 60,
  351. },
  352. {
  353. title = "Karazhan (10)",
  354. keywords = {"kara","karazhan","karazan"},
  355. reqLevel = 68,
  356. },
  357. {
  358. title = "Gruul's Lair (25)",
  359. keywords = {"gruul","gruul's lair","gruuls lair","gruuls"},
  360. reqLevel = 70,
  361. },
  362. {
  363. title = "Magtheridon's Lair (25)",
  364. keywords = {"mags","mag","mags lair","mag's lair","magtheridon","magtheridon's lair"},
  365. reqLevel = 70,
  366. },
  367. {
  368. title = "Serpentshrine Cavern (25)",
  369. keywords = {"ssc","serpentshrine cavern","serpentshrine"},
  370. reqLevel = 70,
  371. },
  372. {
  373. title = "Tempest Keep: The Eye (25)",
  374. keywords = {"tk","tempest keep","tk the eye","tempest keep: the eye","tempest keep the eye"},
  375. reqLevel = 70,
  376. },
  377. {
  378. title = "Battle for Mount Hyjal (25)",
  379. keywords = {"hyjal","mount hjyjal","battle for mount hyjal"},
  380. reqLevel = 70,
  381. },
  382. {
  383. title = "Black Temple (25)",
  384. keywords = {"BT","Black Temple"},
  385. reqLevel = 70,
  386. },
  387. {
  388. title = "Zul'Aman (10)",
  389. keywords = {"ZA","zul'aman","zulaman","zul aman"},
  390. reqLevel = 68,
  391. },
  392. {
  393. title = "Sunwell Plateau (25)",
  394. keywords = {"swp","sunwell","sunwell plateau"},
  395. reqLevel = 70,
  396. },
  397. },
  398. battleground = {
  399. {
  400. title = "Warsong Gulch (PvP)",
  401. keywords = {"wsg","warsong","gulch"},
  402. minLevel = 10, maxLevel = 60,
  403. },
  404. {
  405. title = "Arathi Basin (PvP)",
  406. keywords = {"ab","arathi","basin"},
  407. minLevel = 20, maxLevel = 60,
  408. },
  409. {
  410. title = "Alterac Valley (PvP)",
  411. keywords = {"av","alterac","valley"},
  412. minLevel = 51, maxLevel = 60,
  413. },
  414. },
  415. class = {
  416. -- CLASS_SORT_ORDER
  417. {
  418. title = "Warrior",
  419. keywords = {"warrior","war","stance"},
  420. color = RAID_CLASS_COLORS["WARRIOR"],
  421. },
  422. {
  423. title = "Paladin",
  424. keywords = {"paladin","pala","blessing","blessings"},
  425. color = RAID_CLASS_COLORS["PALADIN"],
  426. },
  427. {
  428. title = "Priest",
  429. keywords = {"priest","preist","fortitude"},
  430. color = RAID_CLASS_COLORS["PRIEST"],
  431. },
  432. {
  433. title = "Shaman",
  434. keywords = {"shaman","totem","totems"},
  435. color = RAID_CLASS_COLORS["SHAMAN"],
  436. },
  437. {
  438. title = "Druid",
  439. keywords = {"druid","drood","innervate"},
  440. color = RAID_CLASS_COLORS["DRUID"],
  441. },
  442. {
  443. title = "Rogue",
  444. keywords = {"rogue","rouge","sap"},
  445. color = RAID_CLASS_COLORS["ROGUE"],
  446. },
  447. {
  448. title = "Mage",
  449. keywords = {"mage","water","sheep","polymorph"},
  450. color = RAID_CLASS_COLORS["MAGE"],
  451. },
  452. {
  453. title = "Warlock",
  454. keywords = {"warlock","summon","vw","voidwalker","succubus"},
  455. color = RAID_CLASS_COLORS["WARLOCK"],
  456. },
  457. {
  458. title = "Hunter",
  459. keywords = {"hunter","huntard","tranq"},
  460. color = RAID_CLASS_COLORS["HUNTER"],
  461. },
  462. },
  463. profession = {
  464. {
  465. title = "Alchemy",
  466. keywords = {"alch","alchemy","alchemist"},
  467. },
  468. {
  469. title = "Blacksmithing",
  470. keywords = {"blacksmithing","blacksmith"},
  471. },
  472. {
  473. title = "Cooking",
  474. keywords = {"cooking","cook"},
  475. },
  476. {
  477. title = "Enchanting",
  478. keywords = {"ench","enchant","enchanting","enchanter"},
  479. },
  480. {
  481. title = "Engineering",
  482. keywords = {"engi","engineering","engineer"},
  483. },
  484. {
  485. title = "Herbalism",
  486. keywords = {"herb","herbs","herbalism","herbalist"},
  487. },
  488. {
  489. title = "First Aid",
  490. keywords = {"firstaid","aid","bandage","bandages","venom"},
  491. },
  492. {
  493. title = "Fishing",
  494. keywords = {"fish","fishing","pole","bauble"},
  495. },
  496. {
  497. title = "Mining",
  498. keywords = {"mine","mining","miner","ore","node"},
  499. },
  500. {
  501. title = "Leatherworking",
  502. keywords = {"lw","leatherworking","leatherworker","kit"},
  503. },
  504. {
  505. title = "Skinning",
  506. keywords = {"skin","skinning","skinner","leather","hide"},
  507. },
  508. {
  509. title = "Tailoring",
  510. keywords = {"tailoring","tailor","bag","bags","cloth"},
  511. },
  512. {
  513. title = "Jewel Crafting",
  514. keywords = {"jewel","jc","gem"},
  515. },
  516. },
  517. service = {
  518. {
  519. title = "Lockpicking",
  520. keywords = {"lockpick","lockpicking","lock","open","lockbox"},
  521. },
  522. {
  523. title = "Portals",
  524. keywords = {"portal"},
  525. },
  526. {
  527. title = "Summoning",
  528. keywords = {"summon","summoning"},
  529. },
  530. {
  531. title = "Food & Water",
  532. keywords = {"food","water"},
  533. },
  534. },
  535. trade = {
  536. {
  537. title = "Selling",
  538. keywords = {"wts","sell","selling"},
  539. },
  540. {
  541. title = "Buying",
  542. keywords = {"wtb","buy","buying"},
  543. },
  544. },
  545. spam = {
  546. {
  547. title = "Spam",
  548. keywords = {"layer"},
  549. },
  550. {
  551. title = "Idiot Filter",
  552. keywords = {"spellcleave", "spell cleave"},
  553. },
  554. },
  555. }
  556. --print("enGB tags loaded")
Advertisement
Add Comment
Please, Sign In to add comment