You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
111 lines
3.8 KiB
111 lines
3.8 KiB
local WIT, core = ...
|
|
|
|
core.Data.Results.Flips.FOEternalFire = {
|
|
ItemId = core.Items.Misc.EternalFire,
|
|
Quantity = 200,
|
|
Content = core.Content.WotLK,
|
|
Materials = {
|
|
{
|
|
Id = core.Items.Misc.FrozenOrb,
|
|
BuyFromVendor = true,
|
|
ApplyReputationDiscount = true,
|
|
Quantity = 200
|
|
},
|
|
},
|
|
Results = {
|
|
{ Id = core.Items.Misc.EternalFire, Quantity = 200 },
|
|
},
|
|
Waypoints = {
|
|
{ MapId = core.Maps.Dalaran, X = 40.04, Y = 28.30, Name = "Vendor" },
|
|
{ MapId = core.Maps.Dalaran, X = 65.54, Y = 22.67, Name = "Vendor", Faction = core.Factions.Horde },
|
|
{ MapId = core.Maps.Dalaran, X = 36.92, Y = 55.02, Name = "Vendor", Faction = core.Factions.Alliance },
|
|
},
|
|
}
|
|
|
|
core.Data.Results.Flips.FOEternalAir = {
|
|
ItemId = core.Items.Misc.EternalAir,
|
|
Quantity = 200,
|
|
Content = core.Content.WotLK,
|
|
Materials = {
|
|
{
|
|
Id = core.Items.Misc.FrozenOrb,
|
|
BuyFromVendor = true,
|
|
ApplyReputationDiscount = true,
|
|
Quantity = 200
|
|
},
|
|
},
|
|
Results = {
|
|
{ Id = core.Items.Misc.EternalAir, Quantity = 200 },
|
|
},
|
|
Waypoints = {
|
|
{ MapId = core.Maps.Dalaran, X = 40.04, Y = 28.30, Name = "Vendor" },
|
|
{ MapId = core.Maps.Dalaran, X = 65.54, Y = 22.67, Name = "Vendor", Faction = core.Factions.Horde },
|
|
{ MapId = core.Maps.Dalaran, X = 36.92, Y = 55.02, Name = "Vendor", Faction = core.Factions.Alliance },
|
|
},
|
|
}
|
|
|
|
core.Data.Results.Flips.FOEternalWater = {
|
|
ItemId = core.Items.Misc.EternalWater,
|
|
Quantity = 200,
|
|
Content = core.Content.WotLK,
|
|
Materials = {
|
|
{
|
|
Id = core.Items.Misc.FrozenOrb,
|
|
BuyFromVendor = true,
|
|
ApplyReputationDiscount = true,
|
|
Quantity = 200
|
|
},
|
|
},
|
|
Results = {
|
|
{ Id = core.Items.Misc.EternalWater, Quantity = 200 },
|
|
},
|
|
Waypoints = {
|
|
{ MapId = core.Maps.Dalaran, X = 40.04, Y = 28.30, Name = "Vendor" },
|
|
{ MapId = core.Maps.Dalaran, X = 65.54, Y = 22.67, Name = "Vendor", Faction = core.Factions.Horde },
|
|
{ MapId = core.Maps.Dalaran, X = 36.92, Y = 55.02, Name = "Vendor", Faction = core.Factions.Alliance },
|
|
},
|
|
}
|
|
|
|
core.Data.Results.Flips.FOEternalEarth = {
|
|
ItemId = core.Items.Misc.EternalEarth,
|
|
Quantity = 200,
|
|
Content = core.Content.WotLK,
|
|
Materials = {
|
|
{
|
|
Id = core.Items.Misc.FrozenOrb,
|
|
BuyFromVendor = true,
|
|
ApplyReputationDiscount = true,
|
|
Quantity = 200
|
|
},
|
|
},
|
|
Results = {
|
|
{ Id = core.Items.Misc.EternalEarth, Quantity = 200 },
|
|
},
|
|
Waypoints = {
|
|
{ MapId = core.Maps.Dalaran, X = 40.04, Y = 28.30, Name = "Vendor" },
|
|
{ MapId = core.Maps.Dalaran, X = 65.54, Y = 22.67, Name = "Vendor", Faction = core.Factions.Horde },
|
|
{ MapId = core.Maps.Dalaran, X = 36.92, Y = 55.02, Name = "Vendor", Faction = core.Factions.Alliance },
|
|
},
|
|
}
|
|
|
|
core.Data.Results.Flips.FOEternalLife = {
|
|
ItemId = core.Items.Misc.EternalLife,
|
|
Quantity = 200,
|
|
Content = core.Content.WotLK,
|
|
Materials = {
|
|
{
|
|
Id = core.Items.Misc.FrozenOrb,
|
|
BuyFromVendor = true,
|
|
ApplyReputationDiscount = true,
|
|
Quantity = 200
|
|
},
|
|
},
|
|
Results = {
|
|
{ Id = core.Items.Misc.EternalLife, Quantity = 200 },
|
|
},
|
|
Waypoints = {
|
|
{ MapId = core.Maps.Dalaran, X = 40.04, Y = 28.30, Name = "Vendor" },
|
|
{ MapId = core.Maps.Dalaran, X = 65.54, Y = 22.67, Name = "Vendor", Faction = core.Factions.Horde },
|
|
{ MapId = core.Maps.Dalaran, X = 36.92, Y = 55.02, Name = "Vendor", Faction = core.Factions.Alliance },
|
|
},
|
|
}
|