diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:32:14 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:35 +0100 |
commit | 3aa8abd848f1570d514148b311b25871378d2e2d (patch) | |
tree | f144ddd14143b3a92909196f8fe4dd7060ba4ad3 /npc/merchants/buying_shops.txt | |
parent | a1d160ead032b63a0f696a34961df9e099154402 (diff) | |
download | hercules-3aa8abd848f1570d514148b311b25871378d2e2d.tar.gz hercules-3aa8abd848f1570d514148b311b25871378d2e2d.tar.bz2 hercules-3aa8abd848f1570d514148b311b25871378d2e2d.tar.xz hercules-3aa8abd848f1570d514148b311b25871378d2e2d.zip |
ItemID to Constant: kafras/merchants Folder
Diffstat (limited to 'npc/merchants/buying_shops.txt')
-rw-r--r-- | npc/merchants/buying_shops.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/merchants/buying_shops.txt b/npc/merchants/buying_shops.txt index b19f13f6e..ca32bb287 100644 --- a/npc/merchants/buying_shops.txt +++ b/npc/merchants/buying_shops.txt @@ -154,7 +154,7 @@ alberta_in,58,52,4 script Purchasing Team#Buying 1_M_ORIENT01,{ mes "but you don't seem to have enough money."; } else { mes "Thank you for your patronage."; - getitem 6377,.@input; //Buy_Stall_Permit + getitem Buy_Market_Permit,.@input; //Buy_Stall_Permit Zeny -= (.@input*200); } close; @@ -240,7 +240,7 @@ alberta_in,58,52,4 script Purchasing Team#Buying 1_M_ORIENT01,{ mes "I like your handwriting."; mes "Okay, you're now approved to open the Bulk Buyer Shop."; Zeny -= 10000; - getitem 6377,5; //Buy_Stall_Permit + getitem Buy_Market_Permit,5; //Buy_Stall_Permit skill "ALL_BUYING_STORE",1,3; next; mes "[Mr. Hugh]"; |