new t1 items
--added new t1 sets --bug fix
This commit is contained in:
@@ -755,7 +755,7 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
|
||||
end
|
||||
|
||||
if dataSource_backup ~= "AtlasLoot_CurrentWishList" and dataID ~= "FilterList" and dataSource[dataID].Back ~= true and dataID ~= "EmptyTable" then
|
||||
if not AtlasLoot.db.profile.LastBoss then AtlasLoot.db.profile.LastBoss = {} end;
|
||||
if not AtlasLoot.db.profile.LastBoss or type(AtlasLoot.db.profile.LastBoss) ~= "table" then AtlasLoot.db.profile.LastBoss = {} end;
|
||||
AtlasLoot.db.profile.LastBoss[AtlasLoot_Expac] = {dataID, dataSource_backup, tablenum, ATLASLOOT_LASTMODULE, ATLASLOOT_CURRENTTABLE};
|
||||
AtlasLoot.db.profile[ATLASLOOT_CURRENTTABLE] = {dataID, dataSource_backup, tablenum, ATLASLOOT_LASTMODULE, ATLASLOOT_CURRENTTABLE};
|
||||
end
|
||||
|
||||
@@ -36,6 +36,35 @@ ItemIDsDatabase[2522364] = {2522364, 2522364, 2622364, 2722364};
|
||||
ItemIDsDatabase[2522359] = {2522359, 2522359, 2622359, 2722359};
|
||||
ItemIDsDatabase[2522365] = {2522365, 2522365, 2622365, 2722365};
|
||||
|
||||
--Tier 1 New Sets
|
||||
ItemIDsDatabase[11533] = {6011533, 11533 ,311533 ,211533};
|
||||
ItemIDsDatabase[11534] = {6011534, 11534 ,311534 ,211534};
|
||||
ItemIDsDatabase[11535] = {6011535, 11535 ,311535 ,211535};
|
||||
ItemIDsDatabase[11536] = {6011536, 11536 ,311536 ,211536};
|
||||
ItemIDsDatabase[11537] = {6011537, 11537 ,311537 ,211537};
|
||||
ItemIDsDatabase[11538] = {6011538, 11538 ,311538 ,211538};
|
||||
ItemIDsDatabase[11531] = {6011531, 11531 ,311531 ,211531};
|
||||
ItemIDsDatabase[11532] = {6011532, 11532 ,311532 ,211532};
|
||||
|
||||
ItemIDsDatabase[11789] = {6011789, 11789 ,311789 ,211789};
|
||||
ItemIDsDatabase[11790] = {6011790, 11790 ,311790 ,211790};
|
||||
ItemIDsDatabase[11791] = {6011791, 11791 ,311791 ,211791};
|
||||
ItemIDsDatabase[11792] = {6011792, 11792 ,311792 ,211792};
|
||||
ItemIDsDatabase[11793] = {6011793, 11793 ,311793 ,211793};
|
||||
ItemIDsDatabase[11794] = {6011794, 11794 ,311794 ,211794};
|
||||
ItemIDsDatabase[11795] = {6011795, 11795 ,311795 ,211795};
|
||||
ItemIDsDatabase[11796] = {6011796, 11796 ,311796 ,211796};
|
||||
|
||||
ItemIDsDatabase[13432] = {6013432, 13432 ,313432 ,213432};
|
||||
ItemIDsDatabase[13433] = {6013433, 13433 ,313433 ,213433};
|
||||
ItemIDsDatabase[13434] = {6013434, 13434 ,313434 ,213434};
|
||||
ItemIDsDatabase[13435] = {6013435, 13435 ,313435 ,213435};
|
||||
ItemIDsDatabase[13436] = {6013436, 13436 ,313436 ,213436};
|
||||
ItemIDsDatabase[13437] = {6013437, 13437 ,313437 ,213437};
|
||||
ItemIDsDatabase[13438] = {6013438, 13438 ,313438 ,213438};
|
||||
ItemIDsDatabase[13439] = {6013439, 13439 ,313439 ,213439};
|
||||
|
||||
|
||||
--Tier 2 Tokens
|
||||
|
||||
ItemIDsDatabase[2522460] = {2522460, 2522460, 2622460, 2722460};
|
||||
|
||||
@@ -4320,7 +4320,7 @@ AtlasLoot_Data["T1"] = {
|
||||
Name = "Tier 1";
|
||||
Type = "ClassicRaid";
|
||||
{
|
||||
Name = AL["Druid"];
|
||||
Name = "Druid".." - "..AL["Restoration"];
|
||||
{ 1, 16834, "", "=q4=Cenarion Helm", "=ds=" .. BabbleBoss["Garr"], "", "11.51%" };
|
||||
{ 2, 16836, "", "=q4=Cenarion Spaulders", "=ds=" .. BabbleBoss["Baron Geddon"], "", "19.52%" };
|
||||
{ 3, 16833, "", "=q4=Cenarion Vestments", "=ds=" .. BabbleBoss["Golemagg the Incinerator"], "", "15.21%" };
|
||||
@@ -4330,6 +4330,17 @@ AtlasLoot_Data["T1"] = {
|
||||
{ 7, 16835, "", "=q4=Cenarion Leggings", "=ds=" .. BabbleBoss["Magmadar"], "", "12.90%" };
|
||||
{ 8, 16829, "", "=q4=Cenarion Boots", "=ds=" .. BabbleBoss["Lucifron"], "", "10.72%" };
|
||||
};
|
||||
{
|
||||
Name = "Druid" .. " - Tank";
|
||||
{ 1, 13437, "", "=q4=Cenarion Cover", "=ds=" .. BabbleBoss["Garr"], "", "11.51%" };
|
||||
{ 2, 13439, "", "=q4=Cenarion Pauldrons", "=ds=" .. BabbleBoss["Baron Geddon"], "", "19.52%" };
|
||||
{ 3, 13436, "", "=q4=Cenarion Tunic", "=ds=" .. BabbleBoss["Golemagg the Incinerator"], "", "15.21%" };
|
||||
{ 4, 13434, "", "=q4=Cenarion Bands", "=ds=" .. AL["Trash Mobs"], "", "0.17%" };
|
||||
{ 5, 13435, "", "=q4=Cenarion Handguards", "=ds=" .. BabbleBoss["Shazzrah"], "", "19.53%" };
|
||||
{ 6, 13432, "", "=q4=Cenarion Girdle", "=ds=" .. AL["Trash Mobs"], "", "0.16%" };
|
||||
{ 7, 13438, "", "=q4=Cenarion Pants", "=ds=" .. BabbleBoss["Magmadar"], "", "12.90%" };
|
||||
{ 8, 13433, "", "=q4=Cenarion Treads", "=ds=" .. BabbleBoss["Lucifron"], "", "10.72%" };
|
||||
};
|
||||
{
|
||||
Name = LOCALIZED_CLASS_NAMES_MALE["HUNTER"];
|
||||
{ 1, 16846, "", "=q4=Giantstalker's Helmet", "=ds=" .. BabbleBoss["Garr"], "", "11.57%" };
|
||||
@@ -4353,7 +4364,7 @@ AtlasLoot_Data["T1"] = {
|
||||
{ 8, 16800, "", "=q4=Arcanist Boots", "=ds=" .. BabbleBoss["Lucifron"], "", "12.06%" };
|
||||
};
|
||||
{
|
||||
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"];
|
||||
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"].." - "..AL["Holy"];
|
||||
{ 1, 16854, "", "=q4=Lawbringer Helm", "=ds=" .. BabbleBoss["Garr"], "", "7.23%" };
|
||||
{ 2, 16856, "", "=q4=Lawbringer Spaulders", "=ds=" .. BabbleBoss["Baron Geddon"], "", "12.62%" };
|
||||
{ 3, 16853, "", "=q4=Lawbringer Chestguard", "=ds=" .. BabbleBoss["Golemagg the Incinerator"], "", "9.53%" };
|
||||
@@ -4363,6 +4374,17 @@ AtlasLoot_Data["T1"] = {
|
||||
{ 7, 16855, "", "=q4=Lawbringer Legplates", "=ds=" .. BabbleBoss["Magmadar"], "", "8.54%" };
|
||||
{ 8, 16859, "", "=q4=Lawbringer Boots", "=ds=" .. BabbleBoss["Lucifron"], "", "7.20%" };
|
||||
};
|
||||
{
|
||||
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"].." - "..AL["Protection"];
|
||||
{ 1, 11536, "", "=q4=Lawbringer Greathelm", "=ds=" .. BabbleBoss["Garr"], "", "7.23%" };
|
||||
{ 2, 11538, "", "=q4=Lawbringer Pauldrons", "=ds=" .. BabbleBoss["Baron Geddon"], "", "12.62%" };
|
||||
{ 3, 11535, "", "=q4=Lawbringer Breastplate", "=ds=" .. BabbleBoss["Golemagg the Incinerator"], "", "9.53%" };
|
||||
{ 4, 11531, "", "=q4=Lawbringer Wristguards", "=ds=" .. AL["Trash Mobs"], "", "0.11%" };
|
||||
{ 5, 11533, "", "=q4=Lawbringer Handguards", "=ds=" .. BabbleBoss["Gehennas"], "", "11.77%" };
|
||||
{ 6, 11534, "", "=q4=Lawbringer Waistguard", "=ds=" .. AL["Trash Mobs"], "", "0.10%" };
|
||||
{ 7, 11537, "", "=q4=Lawbringer Legguards", "=ds=" .. BabbleBoss["Magmadar"], "", "8.54%" };
|
||||
{ 8, 11532, "", "=q4=Lawbringer Stompers", "=ds=" .. BabbleBoss["Lucifron"], "", "7.20%" };
|
||||
};
|
||||
{
|
||||
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"];
|
||||
{ 1, 16813, "", "=q4=Circlet of Prophecy", "=ds=" .. BabbleBoss["Garr"], "", "11.36%" };
|
||||
@@ -4386,7 +4408,7 @@ AtlasLoot_Data["T1"] = {
|
||||
{ 8, 16824, "", "=q4=Nightslayer Boots", "=ds=" .. BabbleBoss["Shazzrah"], "", "15.58%" };
|
||||
};
|
||||
{
|
||||
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"];
|
||||
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"].." - "..AL["Restoration"];
|
||||
{ 1, 16842, "", "=q4=Earthfury Helmet", "=ds=" .. BabbleBoss["Garr"], "", "3.91%" };
|
||||
{ 2, 16844, "", "=q4=Earthfury Epaulets", "=ds=" .. BabbleBoss["Baron Geddon"], "", "7.29%" };
|
||||
{ 3, 16841, "", "=q4=Earthfury Vestments", "=ds=" .. BabbleBoss["Golemagg the Incinerator"], "", "6.08%" };
|
||||
@@ -4396,6 +4418,17 @@ AtlasLoot_Data["T1"] = {
|
||||
{ 7, 16843, "", "=q4=Earthfury Legguards", "=ds=" .. BabbleBoss["Magmadar"], "", "4.73%" };
|
||||
{ 8, 16837, "", "=q4=Earthfury Boots", "=ds=" .. BabbleBoss["Lucifron"], "", "4.16%" };
|
||||
};
|
||||
{
|
||||
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"].." - "..AL["Enhancement"];
|
||||
{ 1, 11794, "", "=q4=Earthfury Cover", "=ds=" .. BabbleBoss["Garr"], "", "3.91%" };
|
||||
{ 2, 11796, "", "=q4=Earthfury Pauldrons", "=ds=" .. BabbleBoss["Baron Geddon"], "", "7.29%" };
|
||||
{ 3, 11792, "", "=q4=Earthfury Tunic", "=ds=" .. BabbleBoss["Golemagg the Incinerator"], "", "6.08%" };
|
||||
{ 4, 11793, "", "=q4=Earthfury Bands", "=ds=" .. AL["Trash Mobs"], "", "0.06%" };
|
||||
{ 5, 11791, "", "=q4=Earthfury Gloves", "=ds=" .. BabbleBoss["Gehennas"], "", "7.38%" };
|
||||
{ 6, 11790, "", "=q4=Earthfury Girdle", "=ds=" .. AL["Trash Mobs"], "", "0.07%" };
|
||||
{ 7, 11789, "", "=q4=Earthfury Leggings", "=ds=" .. BabbleBoss["Magmadar"], "", "4.73%" };
|
||||
{ 8, 11795, "", "=q4=Earthfury Treads", "=ds=" .. BabbleBoss["Lucifron"], "", "4.16%" };
|
||||
};
|
||||
{
|
||||
Name = LOCALIZED_CLASS_NAMES_MALE["WARLOCK"];
|
||||
{ 1, 16808, "", "=q4=Felheart Horns", "=ds=" .. BabbleBoss["Garr"], "", "10.62%" };
|
||||
|
||||
Reference in New Issue
Block a user