Advertisement
Tyluur

Untitled

Dec 25th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. case 4874:
  2. c.getThieving().stealFromStall(995, 3000 + Misc.random(5000), 100, 1);
  3.  
  4. break;
  5. case 4875:
  6. c.getThieving().stealFromStall(995,4000 + Misc.random(8000), 130, 25);
  7.  
  8. break;
  9. case 4876:
  10. c.getThieving().stealFromStall(995, 5000 + Misc.random(8500), 160, 50);
  11.  
  12. break;
  13. case 4877:
  14. c.getThieving().stealFromStall(995,6000 + Misc.random(9000), 180, 75);
  15.  
  16. break;
  17. case 4878:
  18. c.getThieving().stealFromStall(995, 7000 + Misc.random(10000), 250, 90);
  19.  
  20. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement