Guest User

Untitled

a guest
Oct 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. public static void constructLunar() {
  2. RSInterface Interface = addTabInterface(29999);
  3. int[] LunarIDs = { 30000, 30017, 30025, 30032, 30040, 30048, 30056, 30064, 30075, 30083, 30091, 30099, 30106, 30114, 30122, 30130, 30138, 30146, 30154, 30162, 30170, 30178, 30186, 30194, 30202, 30210, 30218, 30226, 30234, 30242, 30250, 30258, 30266, 30274, 30282, 30290, 30298, 30306, 30314, 30322, 30001, 30018, 30026, 30033, 30041, 30049, 30057, 30065, 30076, 30084, 30092, 30100, 30107, 30115, 30123, 30131, 30139, 30147, 30155, 30163, 30171, 30179, 30187, 30195, 30203, 30211, 30219, 30227, 30235, 30243, 30251, 30259, 30267, 30275, 30283, 30291, 30299, 30307, 30323, 30315};
  4. int[] LunarX = { 11, 40, 71, 103, 133, 162, 8, 41, 71, 103, 134, 165, 12, 42, 71, 103, 135, 165, 14, 42, 71, 101, 135, 168, 10, 42, 74, 103, 135, 164, 10, 42, 71, 103, 138, 162, 13, 42, 69, 104, 6, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5};
  5. int[] LunarY = { 10, 9, 12, 10, 12, 10, 38, 39, 39, 39, 39, 37, 68, 68, 66, 68, 68, 68, 97, 97, 97, 97, 98, 98, 126, 124, 125, 125, 125, 126, 155, 155, 155, 155, 155, 155, 185, 185, 183, 184, 184, 176, 176, 163, 176, 176, 176, 176, 163, 176, 176, 176, 176, 163, 176, 163, 163, 163, 176, 176, 176, 163, 176, 149, 176, 163, 163, 176, 149, 176, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5};
  6. Interface.totalChildren(LunarIDs.length);
  7. for(int index = 0; index < LunarIDs.length; index++) {
  8. Interface.child(index, LunarIDs[index], LunarX[index], LunarY[index]);
  9. }
  10. }
Add Comment
Please, Sign In to add comment