diff options
author | shennetsind <shennetsind@users.noreply.github.com> | 2013-10-30 14:48:26 -0700 |
---|---|---|
committer | shennetsind <shennetsind@users.noreply.github.com> | 2013-10-30 14:48:26 -0700 |
commit | 566529c819bcf9aeb1bd3a4a691c443c2b88d076 (patch) | |
tree | 5d3448afe67329cc9d650732425f0152ef242e7b /npc/merchants/novice_exchange.txt | |
parent | 8039bd169886a4b0583cd1a794fcf61c79626e86 (diff) | |
parent | e9b4aec5eae2bc3454636a71953dcb1e1abb5ee7 (diff) | |
download | hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.gz hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.bz2 hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.xz hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.zip |
Merge pull request #210 from kisuka/npc-constants
NPC Constants
Diffstat (limited to 'npc/merchants/novice_exchange.txt')
-rw-r--r-- | npc/merchants/novice_exchange.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/merchants/novice_exchange.txt b/npc/merchants/novice_exchange.txt index d7f519d1f..5474190e6 100644 --- a/npc/merchants/novice_exchange.txt +++ b/npc/merchants/novice_exchange.txt @@ -15,7 +15,7 @@ //= 1.4 Added checkweight, and input min/max values. [L0ne_W0lf] //============================================================ -prontera,123,102,5 script Merchant#pron 85,{ +prontera,123,102,5 script Merchant#pron 4_M_03,{ if (MaxWeight - Weight < 6301 || checkweight(1201,1) == 0) { mes "[Merchant]"; mes "Haha!"; @@ -71,7 +71,7 @@ prontera,123,102,5 script Merchant#pron 85,{ } } -morocc,180,259,3 script Merchant#morroc 85,{ +morocc,180,259,3 script Merchant#morroc 4_M_03,{ if (MaxWeight - Weight < 6301 || checkweight(1201,1) == 0) { mes "[Merchant]"; mes "Haha!"; @@ -128,7 +128,7 @@ morocc,180,259,3 script Merchant#morroc 85,{ } } -payon,200,134,5 script Merchant#pay 85,{ +payon,200,134,5 script Merchant#pay 4_M_03,{ if (MaxWeight - Weight < 6301 || checkweight(1201,1) == 0) { mes "[Merchant]"; mes "Haha!"; @@ -182,7 +182,7 @@ payon,200,134,5 script Merchant#pay 85,{ } } -aldebaran,152,63,5 script Merchant#alde 85,{ +aldebaran,152,63,5 script Merchant#alde 4_M_03,{ if (MaxWeight - Weight < 6301 || checkweight(1201,1) == 0) { mes "[Merchant]"; mes "Haha!"; @@ -239,7 +239,7 @@ aldebaran,152,63,5 script Merchant#alde 85,{ } } -geffen,173,88,5 script Merchant#geff 85,{ +geffen,173,88,5 script Merchant#geff 4_M_03,{ if (MaxWeight - Weight < 6301 || checkweight(1201,1) == 0) { mes "[Merchant]"; mes "Haha!"; |