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/jobs/repair.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/jobs/repair.txt')
-rw-r--r-- | npc/re/jobs/repair.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/jobs/repair.txt b/npc/re/jobs/repair.txt index d264fa0c8..200fbf760 100644 --- a/npc/re/jobs/repair.txt +++ b/npc/re/jobs/repair.txt @@ -34,7 +34,7 @@ //========================================================================= prt_in,38,104,4 script Valerie 4_F_VALKYRIE,{ - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "I think you have too many items. Let's try it again after you take some out."; close; } @@ -95,7 +95,7 @@ prt_in,38,104,4 script Valerie 4_F_VALKYRIE,{ mes "Please unequip the Magical Stone or Magical Stone Ring and try again."; close; } - if (countitem(2796) || countitem(2797)) { + if (countitem(Magical_Stone) || countitem(Magical_Stone_)) { if (isequipped(2796) || isequipped(2797)) { mes "[Valerie]"; mes "Please talk to me after your replace all Magical Stones."; |