Selaa lähdekoodia

Added item_avail entries for two items.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12383 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf 17 vuotta sitten
vanhempi
commit
0b69e9b76f
3 muutettua tiedostoa jossa 11 lisäystä ja 0 poistoa
  1. 2 0
      db/Changelog.txt
  2. 5 0
      db/item_avail.txt
  3. 4 0
      npc/events/StPatrick_2008.txt

+ 2 - 0
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

+ 5 - 0
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

+ 4 - 0
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]