KingAlobar

Tower of Power Novo City Hall cop cars event spawns

Jun 17th, 2022
1,456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.20 KB | None | 0 0
  1. add to events:
  2.  
  3.     <event name="StaticHIGHRISEPoliceCar">
  4.         <nominal>6</nominal>
  5.         <min>0</min>
  6.         <max>0</max>
  7.         <lifetime>2500</lifetime>
  8.         <restock>0</restock>
  9.         <saferadius>0</saferadius>
  10.         <distanceradius>0</distanceradius>
  11.         <cleanupradius>100</cleanupradius>
  12.         <secondary>InfectedPoliceHard</secondary>
  13.         <flags deletable="1" init_random="0" remove_damaged="0"/>
  14.         <position>fixed</position>
  15.         <limit>child</limit>
  16.         <active>1</active>
  17.         <children>
  18.             <child lootmax="15" lootmin="9" max="6" min="3" type="Land_Wreck_sed01_aban1_police"/>
  19.             <child lootmax="15" lootmin="9" max="6" min="3" type="Land_Wreck_sed01_aban2_police"/>
  20.         </children>
  21.     </event>
  22.  
  23. -------------------
  24. add to eventspawns:
  25.  
  26.  
  27.     <event name="StaticHIGHRISEPoliceCar">
  28.         <zone smin="1" smax="3" dmin="3" dmax="5" r="45" />
  29.         <pos x="11614.5" z="14639.1" a="0"/>
  30.         <pos x="11697.1" z="14643.1" a="0"/>
  31.         <pos x="11647.2" z="14564" a="0"/>
  32.         <pos x="11558.9" z="14603.5" a="0"/>
  33.         <pos x="11629.9" z="14648.8" a="0"/>
  34.         <pos x="11633" z="14696.1" a="0"/>
  35.         <pos x="11651" z="14665.2" a="0"/>
  36.     </event>
Advertisement
Add Comment
Please, Sign In to add comment