diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-07 20:40:46 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-07 20:40:46 +0000 |
commit | 2189ac46ef4d04aa5bcf5af3001da45704676e72 (patch) | |
tree | ee0d85c3687f0837d0d5ee482794db8982f56de4 /npc | |
parent | b2aec3fdf96913c1ebe69957d7c8d556988e6af2 (diff) | |
download | hercules-2189ac46ef4d04aa5bcf5af3001da45704676e72.tar.gz hercules-2189ac46ef4d04aa5bcf5af3001da45704676e72.tar.bz2 hercules-2189ac46ef4d04aa5bcf5af3001da45704676e72.tar.xz hercules-2189ac46ef4d04aa5bcf5af3001da45704676e72.zip |
* Follow-up fixes to counteragent quest. (bugreport:1122)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12319 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/counteragent_mixture.txt | 14 |
2 files changed, 11 insertions, 5 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index e6c117a39..73806cf9f 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2008/03/07 + * Rev 12319 Follow-up fixes to counteragent quest. (bugreport:1122) [L0ne_W0lf] * Rev 12316 A few minor fixes to counteragent quest. (bugreport:1122) [L0ne_W0lf] 2008/03/06 * Rev 12309 Another fix to Lucius. (bugreport:1118) [L0ne_W0lf] diff --git a/npc/quests/counteragent_mixture.txt b/npc/quests/counteragent_mixture.txt index 222de5f13..82759ca4a 100644 --- a/npc/quests/counteragent_mixture.txt +++ b/npc/quests/counteragent_mixture.txt @@ -4,7 +4,7 @@ //= kobra_k88 //= added some dialogs for Morgenstein by Komurka //===== Current Version: ===================================== -//= 2.2a +//= 2.2b //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -13,6 +13,7 @@ //===== 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,{ @@ -76,7 +77,7 @@ alberta_in,133,55,3 script Louitz#cm 84,{ mes "words like ''Karvodailnirol''"; mes "and ''Detrimindexta.'' The"; mes "first time I heard it, I thought"; - mes "it was just crazy talk, you know?; + mes "it was just crazy talk, you know?"; next; mes "[Merchant Louitz]"; mes "But it turns out,"; @@ -145,7 +146,8 @@ alberta_in,133,55,3 script Louitz#cm 84,{ mes "Yeah, he kept mumbling"; mes "words like ''Karvodailnirol''"; mes "and ''Detrimindexta.'' The"; - mes "first time I heard it, I thought^FFFFFFddd^000000 it was just crazy talk, you know? ^FFFFFFcobo^000000"; + mes "first time I heard it, I thought"; + mes "it was just crazy talk, you know?"; next; mes "[Merchant Louitz]"; mes "But it turns out,"; @@ -214,7 +216,8 @@ alberta_in,133,55,3 script Louitz#cm 84,{ mes "Yeah, he kept mumbling"; mes "words like ''Karvodailnirol''"; mes "and ''Detrimindexta.'' The"; - mes "first time I heard it, I thought^FFFFFFddd^000000 it was just crazy talk, you know? ^FFFFFFcobo^000000"; + mes "first time I heard it, I thought"; + mes "it was just crazy talk, you know?"; next; mes "[Merchant Louitz]"; mes "But it turns out,"; @@ -281,7 +284,8 @@ alberta_in,133,55,3 script Louitz#cm 84,{ mes "Yeah, he kept mumbling"; mes "words like ''Karvodailnirol''"; mes "and ''Detrimindexta.'' The"; - mes "first time I heard it, I thought^FFFFFFddd^000000 it was just crazy talk, you know? ^FFFFFFcobo^000000"; + mes "first time I heard it, I thought"; + mes "it was just crazy talk, you know?"; next; mes "[Merchant Louitz]"; mes "But it turns out,"; |