Advertisement
SDOT

Map_Esseker_Zones

Jul 3rd, 2016
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. class Markers
  2. {
  3. items=14;
  4.  
  5. /////////////////////////////////////////
  6. //Spawns
  7. /////////////////////////////////////////
  8. class Item0
  9. {
  10. position[]={11155.899,0,9104.815};
  11. name="SpawnKamen";
  12. text="Kamen";
  13. type="ExileSpawnZone";
  14. markerType="ELLIPSE";
  15. colorName="ColorBlack";
  16. fillName="Border";
  17. a=300;
  18. b=300;
  19. drawBorder=1;
  20. };
  21. class Item1
  22. {
  23. position[]={11155.899,0,9104.815};
  24. name="SpawnKamenIcon";
  25. text="";
  26. type="ExileSpawnZoneIcon";
  27. };
  28.  
  29. class Item2
  30. {
  31. position[]={4260.671,0,2965.061};
  32. name="SpawnPetlov";
  33. text="Petlov";
  34. type="ExileSpawnZone";
  35. markerType="ELLIPSE";
  36. colorName="ColorBlack";
  37. fillName="Border";
  38. a=300;
  39. b=300;
  40. drawBorder=1;
  41. };
  42. class Item3
  43. {
  44. position[]={4260.671,0,2965.061};
  45. name="SpawnPetlovIcon";
  46. text="";
  47. type="ExileSpawnZoneIcon";
  48. };
  49.  
  50. class Item4
  51. {
  52. position[]={8995.509,0,7892.216};
  53. name="SpawnPilana";
  54. text="Pilana";
  55. type="ExileSpawnZone";
  56. markerType="ELLIPSE";
  57. colorName="ColorBlack";
  58. fillName="Border";
  59. a=300;
  60. b=300;
  61. drawBorder=1;
  62. };
  63. class Item5
  64. {
  65. position[]={8995.509,0,7892.216};
  66. name="SpawnPilanaIcon";
  67. text="";
  68. type="ExileSpawnZoneIcon";
  69. };
  70.  
  71. class Item6
  72. {
  73. position[]={5462.658,0,7440.316};
  74. name="SpawnFocha";
  75. text="Focha";
  76. type="ExileSpawnZone";
  77. markerType="ELLIPSE";
  78. colorName="ColorBlack";
  79. fillName="Border";
  80. a=300;
  81. b=300;
  82. drawBorder=1;
  83. };
  84. class Item7
  85. {
  86. position[]={5462.658,0,7440.316};
  87. name="SpawnFochaIcon";
  88. text="";
  89. type="ExileSpawnZoneIcon";
  90. };
  91.  
  92. class Item8
  93. {
  94. position[]={5109.515,0,4647.934};
  95. name="SpawnPlomino";
  96. text="Plomino";
  97. type="ExileSpawnZone";
  98. markerType="ELLIPSE";
  99. colorName="ColorBlack";
  100. fillName="Border";
  101. a=300;
  102. b=300;
  103. drawBorder=1;
  104. };
  105. class Item9
  106. {
  107. position[]={5109.515,0,4647.934};
  108. name="SpawnPlominoIcon";
  109. text="";
  110. type="ExileSpawnZoneIcon";
  111. };
  112.  
  113. /////////////////////////////////////////
  114. //Traders
  115. /////////////////////////////////////////
  116. class Item10
  117. {
  118. position[]={6629.942,0,3867.75};
  119. name="TraderZoneSouth";
  120. text="TraderZoneSouth";
  121. type="ExileTraderZone";
  122. markerType="ELLIPSE";
  123. colorName="ColorBlack";
  124. fillName="Border";
  125. a=500;
  126. b=500;
  127. drawBorder=1;
  128. };
  129.  
  130. class Item11
  131. {
  132. position[]={6629.942,0,3867.75};
  133. name="TraderZoneSouthMarkerIcon";
  134. text="";
  135. type="ExileTraderZoneIcon";
  136. };
  137.  
  138. class Item12
  139. {
  140. position[]={7643.019,0,10152.064};
  141. name="TraderZoneNorth";
  142. text="TraderZoneNorth";
  143. type="ExileTraderZone";
  144. markerType="ELLIPSE";
  145. colorName="ColorBlack";
  146. fillName="Border";
  147. a=500;
  148. b=500;
  149. drawBorder=1;
  150. };
  151.  
  152. class Item13
  153. {
  154. position[]={7643.019,0,10152.064};
  155. name="TraderZoneNorthMarkerIcon";
  156. text="";
  157. type="ExileTraderZoneIcon";
  158. };
  159. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement