diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-28 12:37:16 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-28 12:37:16 +0000 |
commit | c4c1400def9740b610a1bf93c201d5a9b7c47780 (patch) | |
tree | e0d4ba8b514c954235a8c3b9e28f1dcfc7275bc4 /db/item_avail.txt | |
parent | 5b3532830e8c18baea99eccaa21a5c7569f8d02d (diff) | |
download | hercules-c4c1400def9740b610a1bf93c201d5a9b7c47780.tar.gz hercules-c4c1400def9740b610a1bf93c201d5a9b7c47780.tar.bz2 hercules-c4c1400def9740b610a1bf93c201d5a9b7c47780.tar.xz hercules-c4c1400def9740b610a1bf93c201d5a9b7c47780.zip |
* Random documentation of database files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14986 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/item_avail.txt')
-rw-r--r-- | db/item_avail.txt | 14 |
1 files changed, 11 insertions, 3 deletions
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 |