мультиселлов - не все поймут, что это такое вообще
практически вся дата которая правится - правиться как в клиенте так и в сервер дате.
нет времени переделывать(переводить), и так все понятно)
You need
AIONencdec
to unPAK and PAK works with client.
you must find your client languege pak.
\Aion 4.7 AC work\Data\Npcs\Npcs.pak - use
AIONencdec to unPAK and PAK it.
than find this file
client_npc_goodslist.xml
move to the end
and put for expl:
</client_npc_goodslist>
<client_npc_goodslist>
<id>6007</id>
<name>success_shop_1_pc_all</name>
<desc>STR_SALE_ITEM_SP01</desc>
<goods_list>
<data>
<item>cash_ap_e_35P_65Lv_ac</item>
</data>
<data>
<item>cash_ap_e_35P_65Lv_we</item>
</data>
<data>
<item>cash_ap_e_35P_65Lv_ar</item>
</data>
</goods_list>
</client_npc_goodslist>
cash_ap_e_35P_65Lv_ar - this is iteam name from iteam_tempalates.xml of your server.
in game after you will se it like that:
go to your server
\AC-GameNew\data\static_data\goodslists\goodslists.xml
and add
<list id="6007">
<item id="165005081"/>
<item id="165005079"/>
<item id="165005080"/>
</list>
it will give you permition to buy iteams.
now take your traider for exmpl id is 800576
go to
\AC-GameNew\data\static_data\npc_trade_list.xml
find 800576 and add
<tradelist_template npc_id="800576" sell_price_rate="10000000">
<tradelist id="6007"/>
</tradelist_template>
go ingame make //spawn 800576 and you will see like on the photo on top.
вот видос ))