1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 15:33:00 +00:00
Files
l2jserver2/l2jserver2-gameserver/data/template/item/57-Adena.xml
Rogiel 3e0fbc07fc Implements dropped items on the ground
The dropped item is broadcasted to all players near by and are stored in
the database, allowing them to be restored after a server restart.
2011-12-14 14:57:38 -02:00

11 lines
405 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:item xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.l2jserver2.com/item ../item.xsd"
xmlns:template="http://schemas.l2jserver2.com/item" id="57" name="Adena">
<weight>1</weight>
<price>1</price>
<icon>icon.etc_adena_i00</icon>
<material>GOLD</material>
<!-- <effect type="IMMEDIATE" /> -->
</template:item>