FS Monster einfügen

  • Hallo zusammen,

    weiß jemand, wie man die Monster/Tiere von der FS mod auf den Server einfügt?? Hab sie schon in die event.xml, typs.xml, territories und in die cfgenvironment.xml eingefügt. Leider sind sie bis jetzt noch nicht gespawnt.

    Wäre für jeden Hinweis oder Hilfe sehr dakbar.

    Grß Basti

  • Sorry. Vielleicht hiermit?


    Types:

    <type name="FS_Tark">

    <nominal>0</nominal>

    <lifetime>1800</lifetime>

    <restock>0</restock>

    <min>0</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>

    <type name="FS_Tark_Roga">

    <nominal>0</nominal>

    <lifetime>28800</lifetime>

    <restock>0</restock>

    <min>0</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="1" deloot="0"/>

    <category name="tools"/>

    </type>

    <type name="FS_Tark_Lapa">

    <nominal>0</nominal>

    <lifetime>28800</lifetime>

    <restock>0</restock>

    <min>0</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="1" deloot="0"/>

    <category name="tools"/>

    </type>

    <type name="FS_Tark_Head">

    <nominal>0</nominal>

    <lifetime>28800</lifetime>

    <restock>0</restock>

    <min>0</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="1" deloot="0"/>

    <category name="tools"/>

    </type>


    Event:

    <event name="FS_Tark">

    <nominal>2</nominal>

    <min>0</min>

    <max>1</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>child</limit>

    <active>1</active>

    <children>

    <child lootmax="0" lootmin="0" max="1" min="0" type="FS_Tark"/>

    </children>

    </event>


    territory:

    <?xml version="1.0" encoding="UTF-8"?>

    <territory-type>

    <territory color="872412928">

    <zone name="Rest" smin="0" smax="0" dmin="0" dmax="0" x="4761.21" z="9880.15" r="5"/>

    </territory>

    <territory color="872412928">

    <zone name="Rest" smin="0" smax="0" dmin="0" dmax="0" x="4568.72" z="10053.20" r="5"/>

    </territory>

    </territory-type>


    cfgenvironment;

    <territory type="Herd" name="FS_Tark" behavior="DZFS_TarkGroupBeh">

    <file usable="FS_Tark_territories" />

    </territory>

    <territory type="Herd" name="FS_Tark" behavior="DZFS_TarkGroupBeh">

    <file usable="FS_Tark_territories" />

    </territory>