Advertisement
Ebullient

Tiny Terrors in Tanaan Daily Battles script

Jul 25th, 2016
4,005
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.12 KB | None | 0 0
  1. /run for k,v in pairs({["26.1 31.6 Felsworn Sentry"]=39157,["25.1 76.2 Chaos Pup"]=39161,["29.6 70.6 Chaos Pup (entrance)"]=39161}) do if not IsQuestFlaggedCompleted(v) then SlashCmdList.TOMTOM_WAY("Tanaan Jungle "..k) end end
  2. /run for k,v in pairs({["57.7 37.4 Direflame"]=39165,["54.0 29.9 Dark Gazer"]=39167,["44.0 45.7 Vile Blood of Draenor"]=39169}) do if not IsQuestFlaggedCompleted(v) then SlashCmdList.TOMTOM_WAY("Tanaan Jungle "..k) end end
  3. /run for k,v in pairs({["75.4 37.4 Defiled Earth"]=39173,["53.1 65.2 Corrupted Thundertail"]=39160,["31.4 38.1 Cursed Spirit"]=39162}) do if not IsQuestFlaggedCompleted(v) then SlashCmdList.TOMTOM_WAY("Tanaan Jungle "..k) end end
  4. /run for k,v in pairs({["43.2 84.5 Tainted Maulclaw"]=39164,["42.3 71.8 Mirecroak"]=39166,["15.7 44.4 Bleakclaw"]=39168, ["48.4 35.4 Netherfist"]=39171}) do if not IsQuestFlaggedCompleted(v) then SlashCmdList.TOMTOM_WAY("Tanaan Jungle "..k) end end
  5. /run for k,v in pairs({["47.3, 52.8 Dreadwalker"]=39170,["55.9 80.8 Felfly"]=39163,["48.5, 31.3 Skrillix"]=39172}) do if not IsQuestFlaggedCompleted(v) then SlashCmdList.TOMTOM_WAY("Tanaan Jungle "..k) end end
  6. /cway
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement