diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-11 19:58:53 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-11 19:58:53 +0000 |
commit | fe4e7f2ec610b172203d2beb5df7435ec45b1cdd (patch) | |
tree | 9d8a42d4108075d5e4b94afed2eee6a57505c39f /npc/merchants/grandpa_pharmacist.txt | |
parent | 11835d127f26df6638493c45a7c5e090668430ae (diff) | |
download | hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.tar.gz hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.tar.bz2 hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.tar.xz hercules-fe4e7f2ec610b172203d2beb5df7435ec45b1cdd.zip |
bunch of updates..
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5994 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/grandpa_pharmacist.txt')
-rw-r--r-- | npc/merchants/grandpa_pharmacist.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/merchants/grandpa_pharmacist.txt b/npc/merchants/grandpa_pharmacist.txt index bad02c3f1..666eefd84 100644 --- a/npc/merchants/grandpa_pharmacist.txt +++ b/npc/merchants/grandpa_pharmacist.txt @@ -131,13 +131,13 @@ sF_Make: if(Zeny < (getarg(2)*@amount)) goto L_NdZeny;
L_End:
- mes "[Grampa Pharmacist]";
- mes "Here are your " +getarg(4)+ " potions.";
+ set Zeny, Zeny - (getarg(2)*@amount);
delitem getarg(0), (@amount*@herbnum);
if(getarg(1) != 0) delitem getarg(1), (@amount*@herbnum);
delitem 713, @amount;
- set Zeny, Zeny - (getarg(2)*@amount);
getitem getarg(3), @amount;
+ mes "[Grampa Pharmacist]";
+ mes "Here are your " +getarg(4)+ " potions.";
close;
L_NdBottle:
|