summaryrefslogtreecommitdiff
path: root/npc/re/merchants
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-05-29 20:16:25 +0530
committerDastgir <dastgirpojee@rocketmail.com>2015-05-29 20:16:25 +0530
commit87beda59c824e9be6db6f86c02983ed2a44c4016 (patch)
tree8ecacd072f8425f608370492daf1eb274f937f79 /npc/re/merchants
parent4c469ea8b9e419535dfcc4c2cbe45623b95e2fd0 (diff)
downloadhercules-87beda59c824e9be6db6f86c02983ed2a44c4016.tar.gz
hercules-87beda59c824e9be6db6f86c02983ed2a44c4016.tar.bz2
hercules-87beda59c824e9be6db6f86c02983ed2a44c4016.tar.xz
hercules-87beda59c824e9be6db6f86c02983ed2a44c4016.zip
Fixes Merchant Naphara Name and a typo in getitem
Diffstat (limited to 'npc/re/merchants')
-rw-r--r--npc/re/merchants/coin_exchange.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/re/merchants/coin_exchange.txt b/npc/re/merchants/coin_exchange.txt
index f2ee8a506..a15b94b89 100644
--- a/npc/re/merchants/coin_exchange.txt
+++ b/npc/re/merchants/coin_exchange.txt
@@ -828,7 +828,7 @@ malangdo,150,135,5 script Roving Merchant 4_M_MERCAT1,{
// Eclage
//============================================================
-ecl_in01,66,95,3 script Armor Merchant Naphara#e::glove 4_F_FAIRYKID,{
+ecl_in01,66,95,3 script Armor Merchant Naphara#e 4_F_FAIRYKID,{
if (!checkweight(Axe,3)) {
mes "- Stop Here!! -";
mes "- You have too many items. -";
@@ -947,7 +947,7 @@ ecl_in01,64,97,5 script Slot Expert Nattuer#ecl 4_F_FAIRYKID,{
close;
}
-ecl_in01,33,98,5 script Armor Merchant Naphara#e::armor 4_M_FAIRYKID2,{
+ecl_in01,33,98,5 script Herb Merchant Naphara#e 4_M_FAIRYKID2,{
if (checkweight(Axe,1)==0) {
mes "- Stop Here!! -";
mes "- You have too many items. -";
@@ -1004,7 +1004,7 @@ ecl_in01,33,98,5 script Armor Merchant Naphara#e::armor 4_M_FAIRYKID2,{
mes "[Herb Merchant]";
mes "Thank you for your business.";
delitem Splendide_Coin,.cost[.@item]*.@buy; //Splendide_Coin
- getitem Snow_Flip,.@buy;
+ getitem .items[.@item],.@buy;
close;
OnInit: