summaryrefslogtreecommitdiff
path: root/npc/events/StPatrick_2008.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/events/StPatrick_2008.txt')
-rw-r--r--npc/events/StPatrick_2008.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/events/StPatrick_2008.txt b/npc/events/StPatrick_2008.txt
index bb736955f..c1816374f 100644
--- a/npc/events/StPatrick_2008.txt
+++ b/npc/events/StPatrick_2008.txt
@@ -13,7 +13,7 @@
//= you must use the mob edits provided for this quest.
//= Enable in mob_db2.txt
//=
-//= The item 12715 Black_Treasure_Chest contains a script
+//= 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
@@ -24,13 +24,13 @@
//= 1.0 First version. [Kisuka]
//= 1.1 Fixed checkitems for ale, fixed ale prize(gives the correct one now). [Kisuka]
//= 1.2 Optimized. Uses only one variable now. [L0ne_W0lf]
-//= Corrected EXP rewards, and some typos.
+//= Corrected EXP rewards, and some typos.
//= 1.3 Corrected random in item function. [L0ne_W0lf]
//= 1.4 Replaced effect numerics with constants. [Samuray22]
//= 1.5 Revamped the script. [Kisuka]
//============================================================
-prt_fild05,170,286,4 script Anxious Leprechaun#8pday 954,{
+prt_fild05,170,286,4 script Anxious Leprechaun#8pday 4_M_PATRICK,{
if (StPatrick2008 < 1) {
mes "[O'Riley the Leprechaun]";
mes "Hmm...";
@@ -170,7 +170,7 @@ prt_fild05,170,286,4 script Anxious Leprechaun#8pday 954,{
mes "[O'Riley the Leprechaun]";
mes "Thank you. Here's your ale~";
if (countitem(7915) >= 10) {
- getitem 12135,1;
+ getitem 12135,1;
delitem 7915,10;
}
close;
@@ -178,7 +178,7 @@ prt_fild05,170,286,4 script Anxious Leprechaun#8pday 954,{
mes "[O'Riley the Leprechaun]";
mes "Thank you. Here's your ale~";
if (countitem(7916) >= 5) {
- getitem 12135,1;
+ getitem 12135,1;
delitem 7916,5;
}
close;
@@ -186,7 +186,7 @@ prt_fild05,170,286,4 script Anxious Leprechaun#8pday 954,{
mes "[O'Riley the Leprechaun]";
mes "Thank you. Here's your ale~";
if (countitem(7720) >= 1) {
- getitem 12135,1;
+ getitem 12135,1;
delitem 7720,1;
}
close;