Hallo,
ich würde gerne einen NPC auf meinem Ps4 Server spawnen lassen.
Folgendes Event habe ich erstellt:
<event name="SurvivorF_Eva">
<nominal>1</nominal>
<min>1</min>
<max>1</max>
<restock>0</restock>
<saferadius>1</saferadius>
<distanceradius>0</distanceradius>
<cleanupradius>0</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="2" min="1" type="SurvivorF_Eva"/>
</children>
<cost/></event>
und folgendes in den types:
<type name="SurvivorF_Eva">
<nominal>1</nominal>
<restock>0</restock>
<min>1</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
</type>
dies in den spawnabletypes:
<type name="SurvivorF_Eva">
<attachments preset="glassesCity" />
<attachments preset="hatsCity" />
<attachments preset="bagsCity" />
und natürlich in den eventspawns:
<event name="SurvivorF_Eva">
<pos x="6796.60" z="2593.66" a="-1" />
</event>
Habe ich das falsch gemacht?