03-15-2010, 03:48 PM
На сайте Уников выложили статью по созданию ТП в Элизиуме!
npc_teleporter.xml
npc_teleporter.xml
PHP код:
<?php
<teleporter_template npc_id="730015" name="Elyos Square"
teleportId="101" type="REGULAR">
<locations>
<telelocation loc_id="25" price="200" />
</locations>
</teleporter_template>
<teleporter_template npc_id="730016" name="Library of the Sages"
teleportId="102" type="REGULAR">
<locations>
<telelocation loc_id="24" price="200" />
</locations>
</teleporter_template>
teleporter_location.xml
PHP код:
<?php
<teleloc_template loc_id="24" mapid="110010000" name="LC1_Airport_SPOT_Bank" posX="1458.3" posY="1448.8" posZ="572.9" heading="0"/>
<teleloc_template loc_id="25" mapid="110010000" name="LC1_Airport_SPOT_Library" posX="1931.6" posY="1516.9" posZ="590.0" heading="0"/>