mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 15:33:00 +00:00
Implemented XML templates
This commit is contained in:
7
data/templates/item/1-ShortSword.xml
Normal file
7
data/templates/item/1-ShortSword.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item id="1" icon="icon.etc_adena_i00">
|
||||
<name>Adena</name>
|
||||
<material>GOLD</material>
|
||||
<effect type="IMMEDIATE" />
|
||||
<price>1</price>
|
||||
</item>
|
||||
7
data/templates/item/2-LongSword.xml
Normal file
7
data/templates/item/2-LongSword.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item id="2" icon="icon.etc_adena_i00">
|
||||
<name>Adena</name>
|
||||
<material>GOLD</material>
|
||||
<effect type="IMMEDIATE" />
|
||||
<price>1</price>
|
||||
</item>
|
||||
7
data/templates/item/57-Adena.xml
Normal file
7
data/templates/item/57-Adena.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item id="57" icon="icon.etc_adena_i00">
|
||||
<name>Adena</name>
|
||||
<material>GOLD</material>
|
||||
<effect type="IMMEDIATE" />
|
||||
<price>1</price>
|
||||
</item>
|
||||
Reference in New Issue
Block a user