diff options
author | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
---|---|---|
committer | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
commit | e3afdc2af4c5e50c79237ee092e25f39b7428e47 (patch) | |
tree | 20cfd05dd6fc2e3e53173ef059f045cee1526d58 /npc/merchants/dye_maker.txt | |
parent | 491892212d338903179909b89a5bfc2385e52261 (diff) | |
download | hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.gz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.bz2 hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.xz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.zip |
Update to last rAthena npc.
Fix some typos
change sc_bleeding to -> sc_blooding
Updated RE EXP for quests_brasilis.txt
Diffstat (limited to 'npc/merchants/dye_maker.txt')
-rw-r--r-- | npc/merchants/dye_maker.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/merchants/dye_maker.txt b/npc/merchants/dye_maker.txt index c4bc2f5f8..336c0798f 100644 --- a/npc/merchants/dye_maker.txt +++ b/npc/merchants/dye_maker.txt @@ -1,12 +1,13 @@ //===== Hercules Script ====================================== //= Dye Maker -//===== By: ================================================== +//===== By: ================================================== //= rAthena Dev Team -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.4 -//===== Description: ========================================= -//= [Aegis Conversion] -//===== Additional Comments: ================================= +//===== Description: ========================================= +//= [Official Conversion] +//= Quests to create the eight colored Dyestuffs. +//===== Additional Comments: ================================= //= 1.0 Fully working [kobra_k88] //= 1.1 Spell Checked [Nexon] //= 1.2 Rescripted to Aegis 10.3 standard. [L0ne_W0lf] @@ -14,7 +15,7 @@ //= 1.3 Made the checks more dynamic [ultramage] //= 1.3b Fixed incorrect checking loop structure [ultramage] //= 1.4 Added a checkweight. [L0ne_W0lf] -//============================================================ +//============================================================ morocc_in,146,99,3 script Java Dullihan 58,{ if ((MaxWeight-Weight) < 200 || checkweight(1201,1) == 0) { @@ -181,7 +182,7 @@ S_MakeDye: // delete items for (set .@i, 0; .@i < .@size ; set .@i, .@i+1) delitem .@item[.@i], .@count[.@i]; - set zeny,zeny-.@cost; + set Zeny, Zeny-.@cost; // get dyestuff getitem .@dyestuff,1; |