Advertisement
Codydude56

[wBot] Fletch Variables

Jul 30th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.45 KB | None | 0 0
  1. //Normal, Oak, Willow, Maple, Yew, Magic
  2. int[] LOGS = { 1512, 1522, 1520, 1518, 1516, 1514 };
  3. int[] UNSTRUNG = { 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73 };
  4. int[] STRUNG =  { 840, 842, 844, 846, 848, 850, 852, 854, 856, 858, 860, 862 };
  5.  
  6. //Bronze, Iron, Steel, Mithril, Adamant, Rune
  7. int[] ARROWTIPS = { 39, 40, 42, 42, 43, 44 };
  8. int[] ARROWS = { 883, 885, 887, 889, 891, 893 };
  9.  
  10. int BOWSTRING = 1778;
  11. int KNIFE = 947;
  12. int ARROW_SHAFT = 53;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement