diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:32:29 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:35 +0100 |
commit | ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac (patch) | |
tree | cf40d3e0bbc9b312e988881b203e96eb515e8299 /npc/other/powernpc.txt | |
parent | 3aa8abd848f1570d514148b311b25871378d2e2d (diff) | |
download | hercules-ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac.tar.gz hercules-ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac.tar.bz2 hercules-ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac.tar.xz hercules-ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac.zip |
ItemID to Constant: other Folder
Diffstat (limited to 'npc/other/powernpc.txt')
-rw-r--r-- | npc/other/powernpc.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/other/powernpc.txt b/npc/other/powernpc.txt index e3b38416d..b1bdc8345 100644 --- a/npc/other/powernpc.txt +++ b/npc/other/powernpc.txt @@ -35,7 +35,7 @@ //========================================================================= gonryun,180,118,4 script Iron man#gnp 4_M_03,{ - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; @@ -113,10 +113,10 @@ gonryun,180,118,4 script Iron man#gnp 4_M_03,{ close; L_Lifting: - if (checkweight(7049,getarg(0))) { + if (checkweight(Stone,getarg(0))) { mes "You lifted the Stone lightly.^000000"; in_battle = 1; - getitem 7049, getarg(0); // Stone + getitem Stone, getarg(0); // Stone next; emotion e_no1; mes "[Songmoodoo]"; |