diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:39:41 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:37 +0100 |
commit | 7eea5d3e6051be189736b94e13be847159c87cd7 (patch) | |
tree | c046043a8e2a0fcb4702344f6a87883c9efb5b72 /npc/re/instances/OctopusCave.txt | |
parent | bd18b127755adaea4d958574b5b7f26c8d818b50 (diff) | |
download | hercules-7eea5d3e6051be189736b94e13be847159c87cd7.tar.gz hercules-7eea5d3e6051be189736b94e13be847159c87cd7.tar.bz2 hercules-7eea5d3e6051be189736b94e13be847159c87cd7.tar.xz hercules-7eea5d3e6051be189736b94e13be847159c87cd7.zip |
ItemID to Constant: re Folder
Diffstat (limited to 'npc/re/instances/OctopusCave.txt')
-rw-r--r-- | npc/re/instances/OctopusCave.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/instances/OctopusCave.txt b/npc/re/instances/OctopusCave.txt index 0d7e794a1..61f3e408d 100644 --- a/npc/re/instances/OctopusCave.txt +++ b/npc/re/instances/OctopusCave.txt @@ -103,7 +103,7 @@ mal_dun01,151,235,5 script Starfish 4_ASTER,{ close; } if (.@playtime == 2) erasequest 4197; - if (countitem(6442)) { + if (countitem(Octopus_Hunt_Stick)) { .@instance = instance_create(.@md_name$,.@party_id); if (.@instance < 0) { mes "[Starfish]"; @@ -147,7 +147,7 @@ mal_dun01,153,237,5 script Weird Entrance CLEAR_NPC,{ next; switch(select("Go in.:Stop.")) { case 1: - if (countitem(6442)) { + if (countitem(Octopus_Hunt_Stick)) { if (has_instance("1@cash") == "") { if (questprogress(4197,PLAYTIME) == 1) { mes "[Starfish]"; |