L2-scripts Форум

L2-scripts Форум (http://l2-scripts.ru/forum/index.php)
-   Archive High Five (http://l2-scripts.ru/forum/forumdisplay.php?f=104)
-   -   Добавление вещей для нового игрока (http://l2-scripts.ru/forum/showthread.php?t=8484)

Niki909 01.04.2018 19:16

Добавление вещей для нового игрока
 
Спасибо! Больше не актуально.

[01.04.18 17:08:08:309] INFO gameserver.GameServer: =================================================
[01.04.18 17:08:08:309] INFO gameserver.GameServer: Project Revision: ........ L2s [16958]
[01.04.18 17:08:08:309] INFO gameserver.GameServer: Build Revision: .......... 1865
[01.04.18 17:08:08:309] INFO gameserver.GameServer: Update: .................. High Five: Part 5
[01.04.18 17:08:08:309] INFO gameserver.GameServer: Build date: .............. 2018.03.27 01:49
[01.04.18 17:08:08:309] INFO gameserver.GameServer: Compiler version: ........ 1.8.0_161-b12 (Oracle Corporation)
[01.04.18 17:08:08:309] INFO gameserver.GameServer: =================================================

Добрый день. Подскажите как у Вас добавить предметы новым игрокам при старте.
Файл char_templates на это не влияет (из данного файла удалял все предметы, добавлял новые, но все равно при старте персонаж имеет стандартный набор предметов).

Core 03.04.2018 02:57

В файлах в папке: data\pc_parameters\template_data
Код:

                        <start_equipments>
                                <!--<equipment item_id="20635" count="1"/>-->                                        <!--No Grade Beginner's Adventurer Support Pack-->
                                <!--<equipment item_id="20636" count="1"/>-->                                        <!--D-Grade Fighter Support Pack-->
                                <!--<equipment item_id="20638" count="1"/>-->                                        <!--Beginner's Adventurer Reinforcement Pack-->
                                <equipment item_id="2369" count="1" equiped="true"/>        <!--Squire's Sword-->
                                <equipment item_id="10" count="1"/>                                                <!--Dagger-->
                                <equipment item_id="1146" count="1" equiped="true"/>        <!--Squire's Shirt-->
                                <equipment item_id="1147" count="1" equiped="true"/>        <!--Squire's Pants-->
                                <equipment item_id="5588" count="1"/>                                        <!--Tutorial Guide-->
                                <equipment item_id="10650" count="5"/>                                        <!--Adventurer's Scroll of Escape-->
                                <equipment item_id="12753" count="10"/>                                        <!--Kamael Village Teleportation Scroll-->
                        </start_equipments>



Часовой пояс GMT +4, время: 09:46.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot