Advertisement
kolton

Untitled

May 20th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. this.killCouncil = function () {
  2. //left maffer
  3. Pather.moveTo(17600, 8125);
  4.  
  5. if (getUnit(1, getLocaleString(2858))) {
  6. Attack.kill(getLocaleString(2858));
  7. Attack.clear(15, 0, getLocaleString(2858));
  8. }
  9.  
  10. //right voidbringer
  11. Pather.moveTo(17600, 8015);
  12.  
  13. if (getUnit(1, getLocaleString(2859))) {
  14. Attack.kill(getLocaleString(2859));
  15. Attack.clear(15, 0, getLocaleString(2859));
  16. }
  17.  
  18. //middle bremm
  19. Pather.moveTo(17635, 8070);
  20.  
  21. if (getUnit(1, getLocaleString(2861))) {
  22. Attack.kill(getLocaleString(2861));
  23. Attack.clear(15, 0, getLocaleString(2861));
  24. }
  25. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement