Advertisement
kolton

Untitled

Feb 25th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function Hephasto() {
  2. Town.doChores();
  3. Pather.useWaypoint(107);
  4. Precast.doPrecast(true);
  5.  
  6. if (!Pather.moveToPreset(me.area, 2, 376)) {
  7. throw new Error("Failed to move to Hephasto");
  8. }
  9.  
  10. Attack.kill("hephasto the armorer");
  11. Pickit.pickItems();
  12.  
  13. return true;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement