diff options
author | shennetsind <ind@henn.et> | 2013-04-15 22:32:10 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-15 22:32:10 -0300 |
commit | 1c9fdc0d3bbe2993ac1e8a31045ccbc60b8fbe26 (patch) | |
tree | c0b31c00d9bb2e038b7075f8d2f553135d3dc061 /npc/merchants/buying_shops.txt | |
parent | 8ce4eddbbfc874706f6a2e6f81c3b9f84ef2039e (diff) | |
download | hercules-1c9fdc0d3bbe2993ac1e8a31045ccbc60b8fbe26.tar.gz hercules-1c9fdc0d3bbe2993ac1e8a31045ccbc60b8fbe26.tar.bz2 hercules-1c9fdc0d3bbe2993ac1e8a31045ccbc60b8fbe26.tar.xz hercules-1c9fdc0d3bbe2993ac1e8a31045ccbc60b8fbe26.zip |
Fixed Bug #7154
http://hercules.ws/board/tracker/issue-7154-equipment-based-skills-skill-891-for-example-persisting-through-resetsremoving-gears/
Merge of 3a9bacc515674885f079391899b22a5ccd8c2e31
Special Thanks to akinari1087
http://hercules.ws/board/topic/410-skill-script-command-updatefix/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'npc/merchants/buying_shops.txt')
-rw-r--r-- | npc/merchants/buying_shops.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/merchants/buying_shops.txt b/npc/merchants/buying_shops.txt index 89654f0cc..4532921bd 100644 --- a/npc/merchants/buying_shops.txt +++ b/npc/merchants/buying_shops.txt @@ -211,7 +211,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,0; + skill "ALL_BUYING_STORE",1,3; 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."; |