diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-17 15:41:19 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-17 15:41:19 +0000 |
commit | aebb7ccb15463bc72ed16e8313e25f29dc0c2319 (patch) | |
tree | ec94650dae4486e9cb68e16b0751bf38d11c4c06 | |
parent | 372b71e5d7099373a20b14459182f9a3a05dbbba (diff) | |
download | hercules-aebb7ccb15463bc72ed16e8313e25f29dc0c2319.tar.gz hercules-aebb7ccb15463bc72ed16e8313e25f29dc0c2319.tar.bz2 hercules-aebb7ccb15463bc72ed16e8313e25f29dc0c2319.tar.xz hercules-aebb7ccb15463bc72ed16e8313e25f29dc0c2319.zip |
Added item_avail entries for two items.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12383 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/item_avail.txt | 5 | ||||
-rw-r--r-- | npc/events/StPatrick_2008.txt | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 0ce5c6873..a52d17c5b 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -43,6 +43,8 @@ 2385 Recuvative_Armor Should trigger HP/SP return with magical kills as well. ======================= +2008/07/17 + * Rev. 12383 Added item_avail entries for two items. [L0ne_W0lf] 2008/03/16 * Rev. 12381 Fixed two empty fields in the item_db. [L0ne_W0lf] 2008/03/15 diff --git a/db/item_avail.txt b/db/item_avail.txt index 2cb547098..228d8ac8b 100644 --- a/db/item_avail.txt +++ b/db/item_avail.txt @@ -10,3 +10,8 @@ //7951,7042 //1998,1250 //1999,1472 + +//St. Patric's Day Quest (2008) Items +//Enable if you plan to use the quest. +//7916,673 +//7917,676
\ No newline at end of file diff --git a/npc/events/StPatrick_2008.txt b/npc/events/StPatrick_2008.txt index a6d0d2641..7dcf378cf 100644 --- a/npc/events/StPatrick_2008.txt +++ b/npc/events/StPatrick_2008.txt @@ -18,6 +18,10 @@ //= The item 12715 Black_Treasure_Chest contains a script //= that relies explicitly on this script being loaded. //= Remove the "end" from the item script to enable. +//= In addition to that, you must enable the item_avail +//= entries if you are using a kRO client, as the items +//= were removed from the client between testing and this +//= updated. //===== Additional Comments: ================================= //= 1.0 First version. [Kisuka] //= 1.1 Fixed checkitems for ale, fixed ale prize(gives the correct one now). [Kisuka] |