custom items ohne

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
morpheus2399
Posts: 54
Joined: Thu Jun 03, 2010 6:07 pm
Location: Germany

custom items ohne

Post by morpheus2399 »

go providing custom items as with npc customs?

without mods!

to example:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><list>    <item id="90000" type="Armor" name="Top-Grade Magic Belt">        <set name="old_item_id" val="13969" />        <set name="icon" val="icon.armor_magic_pin_belt_i03" />        <set name="default_action" val="equip" />        <set name="armor_type" val="light" />        <set name="bodypart" val="waist" />        <set name="immediate_effect" val="1" />        <set name="crystal_count" val="92" />        <set name="crystal_type" val="s" />        <set name="material" val="cloth" />        <set name="weight" val="440" />        <set name="price" val="1917000" />        <set name="enchant_enabled" val="1" />    </item></list>

did not become that to be feasible that is cliend mod necessary????
Post Reply