what is the code so we can see what the problem is?
Posts by GRChoke
Nitrado now has an official Discord server to bring communities, friends and other gamers together!
Join the Nitrado Community Discord now and share your experiences and knowledge with others!
-
-
-
-
-
you can enable build anywhere
-
fixed now
-
maybe you should start again from scratch and watch the videos to understand more
read here about the custom file folder - Dayz Custom File?
videos on how to code/edit Scalespeeder Gaming - YouTube
-
yeah same thing here
-
well I've changed some coding anyway so try that
-
so you changed the names of the seachest in events and eventspawns to ItemSeaChest1?
try these
<event name="ItemSeaChest1">
<pos x="1244.3" z="14552.4" a="-1" />
</event>
<event name="ItemSeaChest1">
<nominal>1</nominal>
<min>1</min>
<max>1</max>
<lifetime>16000</lifetime>
<restock>0</restock>
<saferadius>0</saferadius>
<distanceradius>0</distanceradius>
<cleanupradius>200</cleanupradius>
<flags deletable="0" init_random="0" remove_damaged="1"/>
<position>fixed</position>
<limit>child</limit>
<active>1</active>
<children>
<child lootmax="0" lootmin="0" max="1" min="1" type="SeaChest"/>
</children>
</event>
i noticed you missed the </event> tag on both codes
-
you have 2 different names for your sea chests
ItemSEACHEST1 and itemseachest1 so maybe make them the same name and try?
also try this in the event spawn
<pos x="2340" z="5038"" a="113.000000" />
-
destroy a truck you find by shooting the engine then hopefully the next time you see a truck it will spawn in fully working. If not then share your code here
-
have you checked your code through an xml checker to see if there's any errors?
-
if your server kept restarting then there's something wrong with your code
-
this video will help
-
what else could be the problem?
-
ok try this in cfgspawnabletypes.xml
<type name="ItemSeaChest1">
<attachments>
<item name="Hammer" />
</attachments>
<attachments>
<item name="NailBox" />
</attachments>
</type>
if that don't work then I don't know
-
try this
<type name="ItemSeaChest1">
<cargo chance="1.00">
<item name="Hammer" chance="1.00" />
<item name="NailBox" chance="1.00" />
</cargo>
</type>
-
this has happened to be before and it just sorted itself out over time
-
speedscale gaming video