region_hgmap1.txt 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. setVar("gamesworldloc", read.location("games:8:4:8"));
  2. setVar("middleloc", read.location("games:-24:19:622"));
  3. setVar("radius", 100);
  4. setVar("lobbyloc", read.location("games:-24:19:622"));
  5. setVar("mapname", "Testmap");
  6. setVar("gamesize", 16);
  7. setVar("playersneeded", 2);
  8. setVar("teams", "§aTeams erlaubt");
  9. setVar("spawnmiddle", read.location("games:-24.5:19:622.5"));
  10. setVar("add-if-name", "minigames/hungergames/region_hgmap1");
  11. list.new("spawns");
  12. list.add($spawns, loc.mod($spawnmiddle, 11, 0, 0));
  13. list.add($spawns, loc.mod($spawnmiddle, -11, 0, 0));
  14. list.add($spawns, loc.mod($spawnmiddle, 0, 0, 11));
  15. list.add($spawns, loc.mod($spawnmiddle, 0, 0, -11));
  16. list.add($spawns, loc.mod($spawnmiddle, 4, 0, 10));
  17. list.add($spawns, loc.mod($spawnmiddle, -4, 0, 10));
  18. list.add($spawns, loc.mod($spawnmiddle, 4, 0, -10));
  19. list.add($spawns, loc.mod($spawnmiddle, -4, 0, -10));
  20. list.add($spawns, loc.mod($spawnmiddle, 8, 0, 8));
  21. list.add($spawns, loc.mod($spawnmiddle, -8, 0, 8));
  22. list.add($spawns, loc.mod($spawnmiddle, 8, 0, -8));
  23. list.add($spawns, loc.mod($spawnmiddle, -8, 0, -8));
  24. list.add($spawns, loc.mod($spawnmiddle, 10, 0, 4));
  25. list.add($spawns, loc.mod($spawnmiddle, -10, 0, -4));
  26. list.add($spawns, loc.mod($spawnmiddle, 10, 0, 4));
  27. list.add($spawns, loc.mod($spawnmiddle, -10, 0, -4));
  28. setVar("chest", read.location("games:-44:19:646"));
  29. list.new("chests");
  30. list.add($chests, $chest);
  31. list.add($chests, loc.mod($chest, 2, 0, 0));
  32. list.add($chests, loc.mod($chest, 4, 0, 0));
  33. list.add($chests, loc.mod($chest, 6, 0, 0));
  34. list.add($chests, loc.mod($chest, 8, 0, 0));
  35. list.add($chests, loc.mod($chest, 10, 0, 0));
  36. list.add($chests, loc.mod($chest, 12, 0, 0));
  37. list.add($chests, loc.mod($chest, 14, 0, 0));
  38. list.add($chests, loc.mod($chest, 16, 0, 0));
  39. list.add($chests, loc.mod($chest, 18, 0, 0));
  40. list.add($chests, loc.mod($chest, 20, 0, 0));
  41. list.add($chests, loc.mod($chest, 22, 0, 0));
  42. list.add($chests, loc.mod($chest, 24, 0, 0));
  43. list.add($chests, loc.mod($chest, 26, 0, 0));
  44. list.add($chests, loc.mod($chest, 28, 0, 0));
  45. list.add($chests, loc.mod($chest, 30, 0, 0));
  46. list.add($chests, loc.mod($chest, 32, 0, 0));
  47. list.add($chests, loc.mod($chest, 34, 0, 0));
  48. list.add($chests, loc.mod($chest, 36, 0, 0));
  49. list.add($chests, loc.mod($chest, 38, 0, 0));
  50. list.new("aimchests");
  51. setVar("startloc", read.location("games:-44:19:607"));
  52. list.add($aimchests, $startloc);
  53. list.add($aimchests, loc.mod($startloc, 2, 0, 0));
  54. list.add($aimchests, loc.mod($startloc, 4, 0, 0));
  55. list.add($aimchests, loc.mod($startloc, 6, 0, 0));
  56. list.add($aimchests, loc.mod($startloc, 8, 0, 0));
  57. list.add($aimchests, loc.mod($startloc, 10, 0, 0));
  58. list.add($aimchests, loc.mod($startloc, 12, 0, 0));
  59. list.add($aimchests, loc.mod($startloc, 14, 0, 0));
  60. list.add($aimchests, loc.mod($startloc, 16, 0, 0));
  61. list.add($aimchests, loc.mod($startloc, 18, 0, 0));
  62. list.add($aimchests, loc.mod($startloc, 20, 0, 0));
  63. list.add($aimchests, loc.mod($startloc, 22, 0, 0));
  64. list.add($aimchests, loc.mod($startloc, 24, 0, 0));
  65. list.add($aimchests, loc.mod($startloc, 26, 0, 0));
  66. list.add($aimchests, loc.mod($startloc, 28, 0, 0));
  67. list.add($aimchests, loc.mod($startloc, 30, 0, 0));
  68. list.add($aimchests, loc.mod($startloc, 32, 0, 0));
  69. list.add($aimchests, loc.mod($startloc, 34, 0, 0));
  70. list.add($aimchests, loc.mod($startloc, 36, 0, 0));
  71. list.add($aimchests, loc.mod($startloc, 38, 0, 0));
  72. quest.give("minigames/hungergames/hungergames");