Advertisement
Urtgard

Updated toys in 7.0

Jun 15th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.72 KB | None | 0 0
  1. --WoD
  2. ["Goren \"Log\" Roller"] = { cat = WOD, type = TOY, isToy = true, method = NPC, name = GetItemInfo(119180) or L["Goren \"Log\" Roller"], itemId = 119180, npcs = { 87352, }, chance = 7, sourceText = L[""], questId = 37380, coords = { {m=941,x=66.6,y=25.4,n=L["Gibblette the Cowardly"]} }},
  3. ["Sassy Imp"] = { cat = WOD, type = TOY, isToy = true, method = NPC, name = GetItemInfo(127655) or L["Sassy Imp"], itemId = 127655, npcs = { 90429, }, chance = 3, sourceText = L[""], questId = 38026, coords = { {m=945,x=31.6,y=72.8,n=L["Imp-Master Valessa"]} }},
  4. --MoP
  5. --Ordon Candlekeeper drops the Battle Horn too with a 0.5% chance
  6. ["Battle Horn"] = { cat = MOP, type = TOY, isToy = true, method = NPC, name = GetItemInfo(86565) or L["Battle Horn"], itemId = 86565, npcs = { 51059, }, chance = 5, sourceText = L[""], coords = { {m=807,x=32.8,y=62.8,n=L["Blackhoof"]},{m=807,x=34.6,y=59.6,n=L["Blackhoof"]},{m=807,x=37.8,y=60.6,n=L["Blackhoof"]},{m=807,x=39.6,y=57.6,n=L["Blackhoof"]} }},
  7. ["Eternal Warrior's Sigil"] = { cat = MOP, type = TOY, isToy = true, method = NPC, name = GetItemInfo(86578) or L["Eternal Warrior's Sigil"], itemId = 86578, npcs = { 50739, }, chance = 7, sourceText = L[""], coords = { {m=858,x=35.6,y=30.8,n=L["Gar'lok"]},{m=858,x=37.8,y=29.6,n=L["Gar'lok"]},{m=858,x=39.2,y=41.8,n=L["Gar'lok"]} }},
  8. ["Aqua Jewel"] = { cat = MOP, type = TOY, isToy = true, method = NPC, name = GetItemInfo(86582) or L["Aqua Jewel"], itemId = 86582, npcs = { 50780, }, chance = 10, sourceText = L[""], coords = { {m=811,x=69.6,y=30.8,n=L["Sahn Tidehunter"]} }},
  9. ["Salyin Battle Banner"] = { cat = MOP, type = TOY, isToy = true, method = NPC, name = GetItemInfo(86583) or L["Salyin Battle Banner"], itemId = 86583, npcs = { 50783, }, chance = 7, sourceText = L[""], coords = { {m=807,x=67.6,y=60,n=L["Salyin Warscout"]},{m=807,x=71,y=52.4,n=L["Salyin Warscout"]},{m=807,x=75.8,y=46.4,n=L["Salyin Warscout"]} }},
  10. --Chelon and Great Turtle Furyshell drop the shell too with a 1.7% chance
  11. ["Hardened Shell"] = { cat = MOP, type = TOY, isToy = true, method = NPC, name = GetItemInfo(86584) or L["Hardened Shell"], itemId = 86584, npcs = { 50789, }, chance = 6, sourceText = L[""], coords = { {m=809,x=63.8,y=13.8,n=L["Nessos the Oracle"]} }},
  12. ["Essence of the Breeze"] = { cat = MOP, type = TOY, isToy = true, method = NPC, name = GetItemInfo(86590) or L["Essence of the Breeze"], itemId = 86590, npcs = { 50822, }, chance = 5, sourceText = L[""], coords = { {m=811,x=42.6,y=69.0,n=L["Ai-Ran the Shifting Cloud"]} }},
  13. ["Helpful Wikky's Whistle"] = { cat = MOP, type = TOY, isToy = true, method = NPC, name = GetItemInfo(86594) or L["Helpful Wikky's Whistle"], itemId = 86594, npcs = { 50840, }, chance = 5, sourceText = L[""], coords = { {m=811,x=31,y=91.6,n=L["Major Nanners"]} }},
  14. ["Bottled Tornado"] = { cat = MOP, type = TOY, isToy = true, method = NPC, name = GetItemInfo(134023) or L["Bottled Tornado"], itemId = 134023, npcs = { 50749, }, chance = 5, sourceText = L[""], coords = { {m=811,x=14,y=58.6,n=L["Kal'tik the Blight"]} }},
  15. ["Ash-Covered Horn"] = { cat = MOP, type = TOY, isToy = true, method = NPC, name = GetItemInfo(104329) or L["Ash-Covered Horn"], itemId = 104329, npcs = { 72898, }, chance = 72, sourceText = L[""], coords = { {m=951,x=35,y=32.4,n=L["High Priest of Ordos"]},{m=951,x=45,y=26,n=L["High Priest of Ordos"]},{m=951,x=50.6,y=23.4,n=L["High Priest of Ordos"]},{m=951,x=57.6,y=26.4,n=L["High Priest of Ordos"]},{m=951,x=49.6,y=33.6,n=L["High Priest of Ordos"]},{m=951,x=56.6,y=34.2,n=L["High Priest of Ordos"]} }},
  16. ["Chain Pet Leash"] = { cat = MOP, type = ITEM, isToy = true, method = USE, name = GetItemInfo(89139) or L["Chain Pet Leash"], itemId = 89139, items = { 89125, 93148, 93147, 93146, 93149, 94207, 91086, 116062, 98095 }, chance = 2, sourceText = L[""], },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement