summaryrefslogtreecommitdiff
path: root/npc/pre-re/quests/collection/quest_dryad.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/pre-re/quests/collection/quest_dryad.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/pre-re/quests/collection/quest_dryad.txt')
-rw-r--r--npc/pre-re/quests/collection/quest_dryad.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/pre-re/quests/collection/quest_dryad.txt b/npc/pre-re/quests/collection/quest_dryad.txt
index 4419ca971..339f49761 100644
--- a/npc/pre-re/quests/collection/quest_dryad.txt
+++ b/npc/pre-re/quests/collection/quest_dryad.txt
@@ -180,7 +180,7 @@ um_fild01,34,281,5 script Lilla#Dryad_Hunt 4_F_07,{
switch(select("I have some Sharp Leafs:What did you need?")) {
case 1:
/*
- if (checkweight(504,10) == 0) {
+ if (checkweight(White_Potion,10) == 0) {
mes "[Lilla]";
mes "Hey, it looks like that the weight on";
mes "your back will crush you. Come back";
@@ -188,7 +188,7 @@ um_fild01,34,281,5 script Lilla#Dryad_Hunt 4_F_07,{
close;
}
*/
- if (countitem(7100) > 49) {
+ if (countitem(Sharp_Leaf) > 49) {
mes "[Lilla]";
mes "Hey, your a sweet little thing.";
mes "Thanks so much for helping me!";
@@ -196,9 +196,9 @@ um_fild01,34,281,5 script Lilla#Dryad_Hunt 4_F_07,{
mes "[Lilla]";
mes "Oh, I almost forgot. I have something for you ^_^";
mes "Thank you so much again for your help.";
- delitem 7100,50; //Sharp_Leaf
+ delitem Sharp_Leaf,50;
getexp 262485,141835;
- //getitem 504,10; //White_Potion
+ //getitem White_Potion,10;
close;
}
else {