KingAlobar

DayZ 3 TOWER events, eventspawns, and playerspawns

Apr 17th, 2022 (edited)
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. add to events.xml
  2.  
  3.  
  4. <event name="StaticContaminatedArea">
  5. <nominal>0</nominal>
  6. <min>3</min>
  7. <max>4</max>
  8. <lifetime>2100</lifetime>
  9. <restock>0</restock>
  10. <saferadius>0</saferadius>
  11. <distanceradius>120</distanceradius>
  12. <cleanupradius>0</cleanupradius>
  13. <flags deletable="1" init_random="1" remove_damaged="0"/>
  14. <position>fixed</position>
  15. <limit>parent</limit>
  16. <active>1</active>
  17. <children>
  18. <child lootmax="0" lootmin="0" max="4" min="3" type="ContaminatedArea_Dynamic"/>
  19. </children>
  20. </event>
  21. <event name="StaticHeliCrashTOWERS">
  22. <nominal>4</nominal>
  23. <min>0</min>
  24. <max>0</max>
  25. <lifetime>2100</lifetime>
  26. <restock>0</restock>
  27. <saferadius>50</saferadius>
  28. <distanceradius>50</distanceradius>
  29. <cleanupradius>50</cleanupradius>
  30. <secondary>InfectedArmyHard</secondary>
  31. <flags deletable="1" init_random="0" remove_damaged="0"/>
  32. <position>fixed</position>
  33. <limit>child</limit>
  34. <active>1</active>
  35. <children>
  36. <child lootmax="15" lootmin="10" max="2" min="2" type="Wreck_Mi8_Crashed"/>
  37. <child lootmax="15" lootmin="10" max="2" min="2" type="Wreck_UH1Y"/>
  38. </children>
  39. </event>
  40.  
  41.  
  42.  
  43. add to eventspawns.xml
  44.  
  45.  
  46.  
  47. <event name="StaticContaminatedArea">
  48. <zone smin="0" smax="0" dmin="5" dmax="8" r="55" />
  49. <pos x="5188.98" y="226.0" z="4475.51" a="0"/>
  50. <pos x="4675.66" y="236.0916" z="4131.13" a="0"/>
  51. <pos x="5400.92" y="228.1638" z="4269.27" a="0"/>
  52. <pos x="4722.33" y="238.1638" z="4384.06" a="0"/>
  53. <pos x="5128.70" y="228.1638" z="4395.74" a="0"/>
  54. </event>
  55. <event name="StaticHeliCrashTOWERS">
  56. <zone smin="4" smax="5" dmin="8" dmax="10" r="35" />
  57. <pos x="4901.9" y="225.0" z="4035.5" a="0"/>
  58. <pos x="4767.87" y="213.3" z="3978.94" a="0"/>
  59. <pos x="5195.23" y="191.8" z="3882.92" a="0"/>
  60. <pos x="5415.38" y="177.5" z="3952.25" a="0"/>
  61. </event>>
  62.  
  63.  
  64. playerspawnpoints:
  65.  
  66. <pos x="4994.54" z="3749.79" /><!--TOWER1-->
  67. <pos x="5214.26" z="4282.89" /><!--TOWER2-->
  68. <pos x="4918.71" z="4415.19" /><!--TOWER3-->
Advertisement
Add Comment
Please, Sign In to add comment