From fe4e7f2ec610b172203d2beb5df7435ec45b1cdd Mon Sep 17 00:00:00 2001 From: Vicious Date: Tue, 11 Apr 2006 19:58:53 +0000 Subject: bunch of updates.. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5994 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/quivers.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/merchants/quivers.txt') diff --git a/npc/merchants/quivers.txt b/npc/merchants/quivers.txt index d29224742..730b7327b 100644 --- a/npc/merchants/quivers.txt +++ b/npc/merchants/quivers.txt @@ -112,12 +112,12 @@ sF_Make: if(Zeny < (getarg(1)*@amount)) goto L_NdZeny; L_End: + set Zeny, Zeny - (getarg(1)*@amount); + delitem getarg(0), (@amount*@arrownum); + getitem getarg(2), @amount; mes "[Inventor Jaax]"; mes "There you go~!"; mes "Here are your " +getarg(3)+ "."; - delitem getarg(0), (@amount*@arrownum); - set Zeny, Zeny - (getarg(1)*@amount); - getitem getarg(2), @amount; close; L_NdArrows: -- cgit v1.2.3-60-g2f50