diff options
Diffstat (limited to 'npc/re/merchants/3rd_trader.txt')
-rw-r--r-- | npc/re/merchants/3rd_trader.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/re/merchants/3rd_trader.txt b/npc/re/merchants/3rd_trader.txt index c9737cdb5..83c73ad5b 100644 --- a/npc/re/merchants/3rd_trader.txt +++ b/npc/re/merchants/3rd_trader.txt @@ -37,7 +37,7 @@ //== Poison Herb Merchants (Guillotine Cross) ============== - script ::phs -1,{ - if (checkweight(1201,1) == 0 || MaxWeight - Weight < 2000) { + if (checkweight(Knife,1) == 0 || MaxWeight - Weight < 2000) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; @@ -102,7 +102,7 @@ lhz_in02,16,205,4 duplicate(phs) Poison Herb Merchant#lhz 4_F_YUNYANG //== Rune Stone Merchants (Rune Knight) ==================== - script ::runesale -1,{ - if (checkweight(1201,1) == 0 || MaxWeight - Weight < 2000) { + if (checkweight(Knife,1) == 0 || MaxWeight - Weight < 2000) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; @@ -169,7 +169,7 @@ prontera,168,228,3 duplicate(runesale) Rune Merchant#prt 4_M_YURI //== Rare Herb Merchants (Guillotine Cross) ================ job3_guil01,91,93,3 script Rare Herb Collector 1_M_03,{ - if (checkweight(1201,1) == 0 || MaxWeight - Weight < 2000) { + if (checkweight(Knife,1) == 0 || MaxWeight - Weight < 2000) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; @@ -220,7 +220,7 @@ job3_guil01,91,93,3 script Rare Herb Collector 1_M_03,{ mes "Good. I've received the money and the special item."; delitem .@item, .@amount; Zeny -= .@total; - getitem 709, .@amount; //Izidor + getitem Izidor, .@amount; close; } } @@ -231,7 +231,7 @@ job3_guil01,91,93,3 script Rare Herb Collector 1_M_03,{ //== Point Merchants (Sorcerer) ============================ - script ::pss -1,{ - if (checkweight(1201,1) == 0 || MaxWeight - Weight < 2000) { + if (checkweight(Knife,1) == 0 || MaxWeight - Weight < 2000) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; |