Page MenuHomeFeedback Tracker

Respawning boats on lifetime
Assigned, NormalPublic

Description

As boats don't respawn due to damage, I have attempted to make them respawn by "lifetime" by adjusting the event accordingly, changing the flags from "remove_damaged" to "deletable" and adjusting the "lifetime", however, it does not work.

Details

Severity
Tweak
Resolution
Open
Reproducibility
Always
Operating System
Windows 11 x64
Category
General
Steps To Reproduce
<event name="VehicleBoat">
    <nominal>14</nominal>
    <min>11</min>
    <max>14</max>
    <lifetime>300</lifetime>
    <restock>0</restock>
    <saferadius>500</saferadius>
    <distanceradius>500</distanceradius>
    <cleanupradius>200</cleanupradius>
    <flags deletable="1" init_random="0" remove_damaged="0"/>
    <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"/>
        <child lootmax="0" lootmin="0" max="10" min="6" type="Boat_01_Black"/>
        <child lootmax="0" lootmin="0" max="10" min="6" type="Boat_01_Camo"/>
    </children>
</event>

Event Timeline

Geez changed the task status from New to Assigned.Thu, Oct 24, 5:31 PM

Im having the same issue. Also wanna note that DayzDiag cannot detect the new boats as a type, therefore it wont allow me to spawn it in via an event.

This definitely needs changing. People just dump boats and then they are never found again. Then new ones don't respawn. Makes them useless on my server. :/

How is this not getting looked at?

Geez added a subscriber: Geez.Tue, Nov 12, 1:26 PM

How is this not getting looked at?

This is being worked on, however it is a part of larger task so it is not a quick fix that can be deployed immediately.
Thank you for your patience.

Good but I only ask because I don’t know otherwise.