diff options
Diffstat (limited to 'npc/merchants/dye_maker.txt')
-rw-r--r-- | npc/merchants/dye_maker.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/merchants/dye_maker.txt b/npc/merchants/dye_maker.txt index eb258c688..ecfdce186 100644 --- a/npc/merchants/dye_maker.txt +++ b/npc/merchants/dye_maker.txt @@ -98,13 +98,13 @@ morocc_in.gat,146,99,2 script Dye Maker JavaDullihan 122,{ mes "[Dye Maker JavaDullihan]";
if((countitem(507) < 30) || (countitem(973) < 1) || (countitem(713) < 1)) goto sl_LowItems;
if(Zeny < 3000) goto sl_LowZeny;
- mes "Missing text.";
- mes "Under development";
+ set Zeny, Zeny - 3000;
delitem 507,30;
delitem 973,1;
delitem 713,1;
- set Zeny, Zeny - 3000;
getitem 975,1;
+ mes "Missing text.";
+ mes "Under development";
close;
sM_Lemon:
|