Page MenuHomeFeedback Tracker

Boat Spawn Error
New, NormalPublic

Description

20:55:48 !!! [CE][DE] DynamicEvent "VehicleBoat" has <limit> 'child' or 'mixed', but all <child max> are set to 0.
20:55:48 !!!!!! [CE][DE] DynamicEvent "VehicleBoat" setup is invalid, event will be disabled.
20:55:48 !!! [CE][DE] DynamicEvent "VehicleMiliBoat" has <limit> 'child' or 'mixed', but all <child max> are set to 0.
20:55:48 !!!!!! [CE][DE] DynamicEvent "VehicleMiliBoat" setup is invalid, event will be disabled.

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 11 x64
Category
Server
Steps To Reproduce

<event name="VehicleBoat">

    <nominal>14</nominal>
    <min>11</min>
    <max>14</max>
    <lifetime>6000</lifetime>
    <restock>0</restock>
    <saferadius>500</saferadius>
    <distanceradius>500</distanceradius>
    <cleanupradius>200</cleanupradius>
    <flags deletable="0" init_random="0" remove_damaged="1"/>
    <position>fixed</position>
    <limit>mixed</limit>
    <active>1</active>
    <children>
        <child lootmax="0" lootmin="0" max="10" min="6" type="Boat_01_Blue"/>
        <child lootmax="0" lootmin="0" max="10" min="6" type="Boat_01_Orange"/>
    </children>
</event>
Additional Information

Above the Error Message and the Vanilla Events.xml I am using.
I checked the types.xml as well, all clear there (also not changed)

Event Timeline

Did you update cfgeconomycore.xml

<rootclass name="BoatScript" act="car" reportMemoryLOD="no" /> <!-- boats -->

Also... not sure if that's right... in exp it was "Boat" not car....

Also... not sure if that's right... in exp it was "Boat" not car....

Hi Nate, this is indeed the solution. It was present on all Maps BUT Sakhal.
<rootclass name="BoatScript" act="boat" reportMemoryLOD="no" /> <!-- boats -->

Just wonder, why it was present on the other Maps, but not on Sakhal.
And wondering if we ever get a Server Hoster Liason