HasterPaster

Own events in event.xml

Apr 26th, 2020
808
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.83 KB | None | 0 0
  1.     <!-- Own zombies - start -->
  2.     <event name="InfectedSpecial1">
  3.         <nominal>50</nominal>
  4.         <min>25</min>
  5.         <max>250</max>
  6.         <lifetime>3</lifetime>
  7.         <restock>0</restock>
  8.         <saferadius>100</saferadius>
  9.         <distanceradius>50</distanceradius>
  10.         <cleanupradius>100</cleanupradius>
  11.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  12.         <position>player</position>
  13.         <limit>custom</limit>
  14.         <active>1</active>
  15.         <children>
  16.             <child lootmax="5" lootmin="5" max="0" min="0" type="FS_EXO_ZMB_damaged_bandit"/>
  17.         </children>
  18.     </event>
  19.    
  20.     <event name="InfectedSpecial2">
  21.         <nominal>50</nominal>
  22.         <min>25</min>
  23.         <max>250</max>
  24.         <lifetime>3</lifetime>
  25.         <restock>0</restock>
  26.         <saferadius>100</saferadius>
  27.         <distanceradius>50</distanceradius>
  28.         <cleanupradius>100</cleanupradius>
  29.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  30.         <position>player</position>
  31.         <limit>custom</limit>
  32.         <active>1</active>
  33.         <children>
  34.             <child lootmax="5" lootmin="5" max="0" min="0" type="FS_Snork"/>
  35.         </children>
  36.     </event>   
  37.    
  38.     <event name="InfectedSpecial3">
  39.         <nominal>50</nominal>
  40.         <min>25</min>
  41.         <max>250</max>
  42.         <lifetime>3</lifetime>
  43.         <restock>0</restock>
  44.         <saferadius>100</saferadius>
  45.         <distanceradius>50</distanceradius>
  46.         <cleanupradius>100</cleanupradius>
  47.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  48.         <position>player</position>
  49.         <limit>custom</limit>
  50.         <active>1</active>
  51.         <children>
  52.             <child lootmax="5" lootmin="5" max="0" min="0" type="FS_Kontroler"/>
  53.         </children>
  54.     </event>
  55.     <!-- Own zombies - start -->
Advertisement
Add Comment
Please, Sign In to add comment