Jump to content
lonewolfgaming

Fruit from trees

Recommended Posts

I manage that from this file

db \ events.xlm

<event name="TrajectoryApple">
        <waves>0</waves>
        <nominal>140</nominal>
        <min>2</min>       <-------------  quantity
        <max>4</max>      <-------------  quantity
        <lifetime>180</lifetime>
        <restock>0</restock>
        <saferadius>25</saferadius>
        <distanceradius>100</distanceradius>
        <cleanupradius>25</cleanupradius>
        <flags deletable="0" init_random="0" remove_damaged="0" sec_spawner="0"/>
        <position>player</position>
        <limit>parent</limit>
        <active>1</active>         <-------------  1 ON - 0 OFF
        <children>
            <child lootmax="0" lootmin="0" max="0" min="0" type="Apple"/>
        </children>
    </event>

*********  Always make a copy of your original files  *********

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×