Advertisement
Urtgard

OptionsDefaults.lua

Jun 20th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.38 KB | None | 0 0
  1. -- Mounts
  2. ["Torn Invitation"] = { cat = LEGION, type = MOUNT, method = SPECIAL, name = L["Torn Invitation"], spellId = 171850, itemId = 140495, chance = 200, questId = 43943,  sourceText = "The quest starter item for  Reins of the Llothien Prowler", coords = {{1033}} },
  3.  
  4. -- Items & Toys
  5. ["Arcano-Shower"] = { cat = LEGION, type = ITEM, isToy = true, method = SPECIAL, name = L["Arcano-Shower"], itemId = 141297, chance = 33, questId = 43943, coords = {{1033}} },
  6. ["Displacer Meditation Stone"] = { cat = LEGION, type = ITEM, isToy = true, method = SPECIAL, name = L["Displacer Meditation Stone"], itemId = 141298, chance = 33, questId = 43943, coords = {{1033}} },
  7. ["Kaldorei Light Globe"] = { cat = LEGION, type = ITEM, isToy = true, method = SPECIAL, name = L["Kaldorei Light Globe"], itemId = 141299, chance = 33, questId = 43943, coords = {{1033}} },
  8. ["Unstable Powder Box"] = { cat = LEGION, type = ITEM, isToy = true, method = SPECIAL, name = L["Unstable Powder Box"], itemId = 141301, chance = 33, questId = 43943, coords = {{1033}} },
  9. ["Wisp in a Bottle"] = { cat = LEGION, type = ITEM, isToy = true, method = SPECIAL, name = L["Wisp in a Bottle"], itemId = 141306, chance = 33, questId = 43943, coords = {{1033}} },
  10. ["Ley Spider Eggs"] = { cat = LEGION, type = ITEM, isToy = true, method = SPECIAL, name = L["Ley Spider Eggs"], itemId = 140786, chance = 33, questId = 43943, coords = {{1033}} },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement