Jump to content
Sign in to follow this  
Przedzio

animal spawn issues

Recommended Posts

Hi, I'm trying to change the bear spawn. As soon as I modify the value in events.xml, I can't hold anything in my hand when I enter the server, and VPP only displays the UI background without any buttons.

 

   <event name="AnimalBear">
        <nominal>0</nominal>
        <min>5</min>
        <max>8</max>
        <lifetime>180</lifetime>
        <restock>0</restock>
        <saferadius>200</saferadius>
        <distanceradius>0</distanceradius>
        <cleanupradius>0</cleanupradius>
        <flags deletable="0" init_random="0" remove_damaged="1"/>
        <position>fixed</position>
        <limit>custom</limit>
        <active>1</active>
        <children>
            <child lootmax="0" lootmin="0" max="1" min="1" type="Animal_UrsusArctos"/>
        </children>
    </event>

 

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
Sign in to follow this  

×