summaryrefslogtreecommitdiff
path: root/npc/events/StPatrick_2008.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-12-18 05:22:33 +0100
committerHaru <haru@dotalux.com>2015-12-18 05:22:33 +0100
commit8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a (patch)
tree54669433655bb853309ea1cae12da049622324fa /npc/events/StPatrick_2008.txt
parent53abb8cdf92cd3d153b0a3d5b99b55cbd631f36c (diff)
parent0828824948c77bbfc357e08e8a5a0a96671b1ca6 (diff)
downloadhercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.tar.gz
hercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.tar.bz2
hercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.tar.xz
hercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.zip
Merge branch 'dastgir-ScriptCleanup2' into hercules
Closes #920 as merged
Diffstat (limited to 'npc/events/StPatrick_2008.txt')
-rw-r--r--npc/events/StPatrick_2008.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/events/StPatrick_2008.txt b/npc/events/StPatrick_2008.txt
index a997e91ef..9039d0f66 100644
--- a/npc/events/StPatrick_2008.txt
+++ b/npc/events/StPatrick_2008.txt
@@ -186,7 +186,7 @@ prt_fild05,170,286,4 script Anxious Leprechaun#8pday 4_M_PATRICK,{
case 1:
mes "[O'Riley the Leprechaun]";
mes "Thank you. Here's your ale~";
- if (countitem(7915) >= 10) {
+ if (countitem(Copper_Coin_) >= 10) {
getitem 12135,1;
delitem 7915,10;
}
@@ -194,7 +194,7 @@ prt_fild05,170,286,4 script Anxious Leprechaun#8pday 4_M_PATRICK,{
case 2:
mes "[O'Riley the Leprechaun]";
mes "Thank you. Here's your ale~";
- if (countitem(7916) >= 5) {
+ if (countitem(Silver_Coin_) >= 5) {
getitem 12135,1;
delitem 7916,5;
}
@@ -202,7 +202,7 @@ prt_fild05,170,286,4 script Anxious Leprechaun#8pday 4_M_PATRICK,{
case 3:
mes "[O'Riley the Leprechaun]";
mes "Thank you. Here's your ale~";
- if (countitem(7720) >= 1) {
+ if (countitem(Gold_Coin_US) >= 1) {
getitem 12135,1;
delitem 7720,1;
}
@@ -226,7 +226,7 @@ OnTouch:
if (StPatrick2008 == 1) {
mes "- You've found a pile of rocks covered with soil. -";
next;
- if (countitem(12018) < 200) {
+ if (countitem(Fire_Cracker) < 200) {
mes "The rocks won't budge.";
mes "Maybe O'Riley knows a way to move the rocks.";
close;