Advertisement
kolton

Untitled

Jan 5th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function Andariel() {
  2. Town.doChores();
  3. Pather.useWaypoint(35);
  4.  
  5. if (!Pather.moveToExit([36, 37], true)) {
  6. throw new Error("Failed to move to Catacombs Level 4");
  7. }
  8.  
  9. Pather.moveTo(22561, 9578);
  10. Attack.kill("andariel");
  11. Pickit.pickItems();
  12.  
  13. return true;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement