diff options
Diffstat (limited to 'npc/events/StPatrick_2008.txt')
-rw-r--r-- | npc/events/StPatrick_2008.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/events/StPatrick_2008.txt b/npc/events/StPatrick_2008.txt index 92408c54a..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 @@ -170,7 +170,7 @@ prt_fild05,170,286,4 script Anxious Leprechaun#8pday 4_M_PATRICK,{ 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 4_M_PATRICK,{ 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 4_M_PATRICK,{ 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; |