diff options
author | AnnieRuru <jeankof@ymail.com> | 2015-12-21 20:12:45 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-31 23:39:22 +0100 |
commit | efaaf842dc3717e21b915edf37b3e907b02fa5a1 (patch) | |
tree | 5412410e6c953b7abc42b7a6c21d28e78b3688ef /npc/re/merchants/3rd_trader.txt | |
parent | ef171a8ac1e063ca98cc6c8e9788a2ddcfa6fa35 (diff) | |
download | hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.gz hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.bz2 hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.xz hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.zip |
Replace -1,{ with FAKE_NPC,{
replace using Notepad++
Diffstat (limited to 'npc/re/merchants/3rd_trader.txt')
-rw-r--r-- | npc/re/merchants/3rd_trader.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/re/merchants/3rd_trader.txt b/npc/re/merchants/3rd_trader.txt index 83c73ad5b..02c4846ad 100644 --- a/npc/re/merchants/3rd_trader.txt +++ b/npc/re/merchants/3rd_trader.txt @@ -36,7 +36,7 @@ //========================================================================= //== Poison Herb Merchants (Guillotine Cross) ============== -- script ::phs -1,{ +- script ::phs FAKE_NPC,{ if (checkweight(Knife,1) == 0 || MaxWeight - Weight < 2000) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; @@ -101,7 +101,7 @@ morocc,191,94,4 duplicate(phs) Poison Herb Merchant#moc 4_F_YUNYANG //Official: lhz_in02,16,205,4 duplicate(phs) Poison Herb Merchant#lhz 4_F_YUNYANG //== Rune Stone Merchants (Rune Knight) ==================== -- script ::runesale -1,{ +- script ::runesale FAKE_NPC,{ if (checkweight(Knife,1) == 0 || MaxWeight - Weight < 2000) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; @@ -230,7 +230,7 @@ job3_guil01,91,93,3 script Rare Herb Collector 1_M_03,{ } //== Point Merchants (Sorcerer) ============================ -- script ::pss -1,{ +- script ::pss FAKE_NPC,{ if (checkweight(Knife,1) == 0 || MaxWeight - Weight < 2000) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; |