diff options
Diffstat (limited to 'npc/merchants/buying_shops.txt')
-rw-r--r-- | npc/merchants/buying_shops.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/merchants/buying_shops.txt b/npc/merchants/buying_shops.txt index c8c001902..a18311c08 100644 --- a/npc/merchants/buying_shops.txt +++ b/npc/merchants/buying_shops.txt @@ -10,10 +10,10 @@ //= 1.0 First version. [Kisuka] //= 1.1 Added Catalog Magician. [Euphy] //= 1.1a Moved Catalog Magician to Renewal path. [Euphy] -//============================================================ +//============================================================ // Black Marketeer (Buy Licenses - Non-Merchant Classes) -//============================================================ +//============================================================ que_job01,68,84,1 script Black Marketeer#Buying 881,{ if (getskilllv("ALL_BUYING_STORE") == 1) { mes "[Mr. Jass]"; @@ -91,7 +91,7 @@ que_job01,68,84,1 script Black Marketeer#Buying 881,{ } // Purchasing Team (Learn Skill - Merchant Classes) -//============================================================ +//============================================================ alberta_in,58,52,4 script Purchasing Team#Buying 59,{ mes "[Mr. Hugh]"; if (BaseClass == Job_Merchant && getskilllv("MC_VENDING") >= 1) { @@ -212,7 +212,7 @@ alberta_in,58,52,4 script Purchasing Team#Buying 59,{ mes "Okay, you're now approved to open the Bulk Buyer Shop."; set Zeny,Zeny-10000; getitem 6377,5; //Buy_Stall_Permit - skill "ALL_BUYING_STORE",1,3; + skill "ALL_BUYING_STORE",1,4; next; mes "[Mr. Hugh]"; mes "Currently, only normal items ^8C2121EXCEPT^000000 equipment, certain potions, and hand-crafted items can be purchased in bulk, but this can still be very beneficial to you, depending on how you use it."; @@ -236,4 +236,4 @@ alberta_in,58,52,4 script Purchasing Team#Buying 59,{ mes "[Mr. Hugh]"; mes "My time is solely dedicated to our customers in the Merchant industry."; close; -}
\ No newline at end of file +} |