Advertisement
Guest User

Variables

a guest
Oct 3rd, 2015
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. package scripts.Cannon;
  2.  
  3. import org.tribot.api.util.ABCUtil;
  4. import org.tribot.api2007.Skills;
  5. import org.tribot.api2007.Skills.SKILLS;
  6. import org.tribot.api2007.types.RSTile;
  7.  
  8. public class Variables {
  9. public static boolean RunScript = true;
  10. public static int NextLoad;
  11. public static boolean NeedReload = false;
  12. public static boolean NeedPickup = false;
  13. public static ABCUtil abc = new ABCUtil();
  14. public static boolean GUI_Complete = false;
  15. public static RSTile CannonSpot;
  16. public static int NextEat;
  17. public static int FoodIDs[] = {329,361,379,365,373,7946,385};
  18. public static int StartingXP = Skills.getXP(SKILLS.RANGED);
  19. public static int MouseSpeed;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement