diff options
Diffstat (limited to 'npc/quests/counteragent_mixture.txt')
-rw-r--r-- | npc/quests/counteragent_mixture.txt | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/npc/quests/counteragent_mixture.txt b/npc/quests/counteragent_mixture.txt index f5558586a..9d5b82ae4 100644 --- a/npc/quests/counteragent_mixture.txt +++ b/npc/quests/counteragent_mixture.txt @@ -1,22 +1,20 @@ -//===== 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,{ +alberta_in,133,55,3 script Louitz#cm 4_M_02,{ if (molgenstain == 2) { mes "[Merchant Louitz]"; mes "Oh, it's you again."; @@ -305,7 +303,7 @@ alberta_in,133,55,3 script Louitz#cm 84,{ close; } -geffen,181,114,3 script Aure Dupon#cm 82,{ +geffen,181,114,3 script Aure Dupon#cm 4_KID01,{ if (molgenstain == 2) { mes "[Aure Dupon]"; mes "It seems that our"; @@ -394,7 +392,7 @@ geffen,181,114,3 script Aure Dupon#cm 82,{ close; } -geffen_in,141,140,3 script Molgenstein#cm 121,{ +geffen_in,141,140,3 script Molgenstein#cm 2_M_MOLGENSTEIN,{ if (checkweight(1201,1) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; @@ -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] -//============================================================ +//============================================================ |