summaryrefslogtreecommitdiff
path: root/npc/pre-re/quests/collection/quest_alligator.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_alligator.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_alligator.txt')
-rw-r--r--npc/pre-re/quests/collection/quest_alligator.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/pre-re/quests/collection/quest_alligator.txt b/npc/pre-re/quests/collection/quest_alligator.txt
index 920c3c6a1..84f1d4730 100644
--- a/npc/pre-re/quests/collection/quest_alligator.txt
+++ b/npc/pre-re/quests/collection/quest_alligator.txt
@@ -182,7 +182,7 @@ cmd_fild01,362,256,3 script Cuir#Gator_Hunt 1_M_MOC_LORD,{
switch(select("I have the Anolian Skins:Gators bite!")) {
case 1:
/*
- if (checkweight(503,10) == 0) {
+ if (checkweight(Yellow_Potion,10) == 0) {
mes "[Cuir]";
mes "Hey, it looks like that the weight on";
mes "your back will crush you. Come back";
@@ -190,14 +190,14 @@ cmd_fild01,362,256,3 script Cuir#Gator_Hunt 1_M_MOC_LORD,{
close;
}
*/
- if (countitem(7003) > 19) {
+ if (countitem(Anolian_Skin) > 19) {
mes "[Cuir]";
mes "Thank you for the ^00CE0020 Anolian Skins^000000!";
mes "I hope you can continue to help me collect these skins.";
mes "The armor creators around the world are clamoring for them.";
- delitem 7003,20; //Anolian_Skin
+ delitem Anolian_Skin,20;
getexp 68950,43300;
- //getitem 503,10; //Yellow_Potion
+ //getitem Yellow_Potion,10;
close;
}
else {