Advertisement
PROXiCiDE

Wow Classic Raid Strategy

Dec 11th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. local AVStrat = {
  2.    "How to win AV in five easy steps: ",
  3.    "1) Kill all Lieutenants 2@Balinda, 3@stonehearth tower, 2@ stonehearth graveyard ",
  4.    "2) Kill Balinda ",
  5.    "3) Kill Commanders in towers ",
  6.    "4) Don't cap Stoneheart Graveyard",
  7.    "5) End the BG with more honor (~3k) Rep (300)",
  8. }
  9.  
  10. for k,v in pairs(AVStrat) do
  11.    SendChatMessage(v, "RAID");
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement