From c4c1400def9740b610a1bf93c201d5a9b7c47780 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Fri, 28 Oct 2011 12:37:16 +0000 Subject: * Random documentation of database files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14986 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/item_avail.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'db/item_avail.txt') diff --git a/db/item_avail.txt b/db/item_avail.txt index 614fcc129..a3c7acdfe 100644 --- a/db/item_avail.txt +++ b/db/item_avail.txt @@ -1,7 +1,15 @@ -// item id,sprite id -// Replaces an item client-side while keeping them separate server-side. +// Item Availability and Alias Database +// +// Structure of Database: +// ItemID,SpriteID +// +// 01. ItemID Item ID to change. +// 02. SpriteID Item ID which will be sent to the client instead of ItemID. +// If 0, the item becomes unavailable for use. If item_check is enabled and a player owns such an item, it will be removed upon next login/teleport. +// +// NOTE: Replaces an item client-side while keeping them separate server-side. // Think of it as a way to disguise items. -// If 0 is used then item will be disabled. + 2240,2241 //Beard - Grampa Beard //Treasure Hunters Quest Items -- cgit v1.2.3-70-g09d2