diff options
Diffstat (limited to 'npc/quests/counteragent_mixture.txt')
-rw-r--r-- | npc/quests/counteragent_mixture.txt | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/npc/quests/counteragent_mixture.txt b/npc/quests/counteragent_mixture.txt index f5558586a..dc54d625a 100644 --- a/npc/quests/counteragent_mixture.txt +++ b/npc/quests/counteragent_mixture.txt @@ -1,20 +1,18 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Counteragent and Mixture Quest(Morgenstein) -//===== By: ================================================== +//===== By: ================================================== //= kobra_k88 //= added some dialogs for Morgenstein by Komurka -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 2.2b -//===== Compatible With: ===================================== -//= rAthena SVN -//===== Description: ========================================= -//= [Aegis COnversion] +//===== Description: ========================================= +//= [Official Conversion] //= Counteragent and Mixtures for making dyes & Alchemist Job Quest -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 2.2 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= 2.2a A few minor fixes. (bugreport:1122) [L0ne_W0lf] //= 2.2b Follow up fixes to bugreport:1122 [L0ne_W0lf] -//============================================================ +//============================================================ alberta_in,133,55,3 script Louitz#cm 84,{ if (molgenstain == 2) { @@ -471,7 +469,7 @@ geffen_in,141,140,3 script Molgenstein#cm 121,{ delitem 970,1; //Alchol delitem 971,1; //Detrimindexta delitem 713,1; //Empty_Bottle - set zeny,zeny-3000; + set Zeny, Zeny-3000; getitem 973,1; //Counteragent mes "[Chemist Molgenstein]"; mes "Hee hee hee..."; @@ -515,7 +513,7 @@ geffen_in,141,140,3 script Molgenstein#cm 121,{ delitem 970,1; //Alchol delitem 972,1; //Karvodailnirol delitem 713,1; //Empty_Bottle - set zeny,zeny-4000; + set Zeny, Zeny-4000; getitem 974,1; //Mixture mes "[Chemist Molgenstein]"; mes "Hee hee hee..."; @@ -579,9 +577,9 @@ geffen_in,141,140,3 script Molgenstein#cm 121,{ close; } -//============================================================ +//============================================================ // Old changelog -//============================================================ +//============================================================ //= 1.0 Fully working //= 1.1 Update for Alchemist Quest. //= 1.2 added check for Empty Bottle [Lupus] @@ -592,4 +590,4 @@ geffen_in,141,140,3 script Molgenstein#cm 121,{ //= 1,7 Fixed exploit //= 1.8 Got rid of 'al_morgen' var [Lupus] //= 2.1 now uses (MISC_QUEST & 4) bit instead of al_morgen [Lupus] -//============================================================ +//============================================================ |