Guest User

Untitled

a guest
Jun 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. import java.awt.*;
  2. import java.util.*;
  3. import com.speljohan.rsbot.script.*;
  4. import com.speljohan.rsbot.bot.*;
  5. import com.speljohan.rsbot.script.wrappers.*;
  6. import com.speljohan.rsbot.event.listeners.*;
  7. import com.speljohan.rsbot.event.events.*;
  8. public class SorsaCutter extends Script{
  9. public int Yewid = 1515;
  10. public int[] axeID = new int[] { 1351, 1349, 1353, 1361, 1355, 1357, 1359,
  11. 13470 , 6739 };
  12. private final int[] nestIds = { 5070, 5071, 5072, 5073, 5074, 5075, 5076,
  13. 7413, 11966 };
  14. public int exp = 1;
  15. public int BankBoothID = 25808;
  16. public RSTile[] banktoyews = new RSTile[] {new RSTile(2810, 3440),
  17. new RSTile(2805, 3434),
  18. new RSTile(2797, 3434), new RSTile(2790, 3433), new
  19. RSTile(2783, 3433), new RSTile (2775, 3434), new RSTile (2768, 3430), new RSTile (2762, 3430) };
  20. public RSTile[] yewstobank = new RSTile[] {new RSTile (2762, 3430),
  21. new RSTile(2768, 3430),
  22. new RSTile(2775, 3434), new RSTile(2783, 3433), new
  23. RSTile(2790, 3433), new RSTile (2797, 3434), new RSTile (2805, 3434) };
  24. public String getName(){
  25. return "SorsaCutter";
  26. }
  27. public String getAuthor(){
  28. return "Sorsa";
  29. }
  30. public String getScriptCategory(){
  31. return "Woodcutting";
  32. }
  33. public double getVersion(){
  34. return 1.0;
  35. }
  36. public boolean onStart(Map<String, String> args) {
  37. return true;
  38. }
  39. public void onFinish(){
  40. return;
  41. }
  42. public int loop() {
  43. return -1;
  44. }
  45. }
Add Comment
Please, Sign In to add comment