diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-21 15:54:37 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-21 15:54:37 +0000 |
commit | 904f0fd88b48db84db26f842f65ac9d2d7c110ea (patch) | |
tree | c2da8be77d1db1442b092a99244137f92ccbe527 | |
parent | 01aa9a397e02dacd7dfbed9545c1eca04f4b0252 (diff) | |
download | hercules-904f0fd88b48db84db26f842f65ac9d2d7c110ea.tar.gz hercules-904f0fd88b48db84db26f842f65ac9d2d7c110ea.tar.bz2 hercules-904f0fd88b48db84db26f842f65ac9d2d7c110ea.tar.xz hercules-904f0fd88b48db84db26f842f65ac9d2d7c110ea.zip |
* Fixed a little minor bug in "Crusader Job Quest".
* Added some missing NPCs from the Laboratory on "Elemental Potion Cretion Quest".
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10799 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-2/crusader.txt | 5 | ||||
-rw-r--r-- | npc/quests/skills/alchemist_skills.txt | 42 |
3 files changed, 45 insertions, 4 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index c20c6e809..2e6b09747 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -2,6 +2,8 @@ Date Added ====== 2007/06/21 * Fixed a small bug in Dandelion's Request. [SinSloth] + * Fixed a little minor bug in "Crusader Job Quest". [Samuray22] + * Added some missing NPCs from the Laboratory on "Elemental Potion Cretion Quest". [Samuray22] 2007/06/20 * Reverted wrong fix in Ninja Job quest. [SinSloth] * Updated "Ph.D Quest" Dialogs. [Samuray22] diff --git a/npc/jobs/2-2/crusader.txt b/npc/jobs/2-2/crusader.txt index e499299ea..c6a2c4dae 100644 --- a/npc/jobs/2-2/crusader.txt +++ b/npc/jobs/2-2/crusader.txt @@ -4,7 +4,7 @@ //= Made by: Black Dragon //= Converted by: Shin //===== Current Version: ===================================== -//= 2.7 +//= 2.8 //===== Compatible With: ===================================== //= eAthena 0.5.2 + //===== Description: ========================================= @@ -42,6 +42,7 @@ //= 2.6 Fixed bug (about totally blocked baby class), optimized, //= made some NPC more unique names: Monster Summon#cr1 [Lupus] //= 2.7 Fixed Some variables like ".@item", and changed to "@item". [Samuray22] +//= 2.8 Fixed a little minor bug. [Samuray22] //============================================================ @@ -1220,7 +1221,7 @@ OnInit: OnStart: if (getareausers("job_cru", 160, 16, 190, 190)) end; if (!getwaitingroomstate(33)) end; - warpwaitingpc "job_cru",168,17; + warpwaitingpc "job_cru",168,21; donpcevent "Monster Summon#cr0::OnStart"; end; diff --git a/npc/quests/skills/alchemist_skills.txt b/npc/quests/skills/alchemist_skills.txt index 2f0bec125..bb4474914 100644 --- a/npc/quests/skills/alchemist_skills.txt +++ b/npc/quests/skills/alchemist_skills.txt @@ -1,9 +1,9 @@ //===== eAthena Script ======================================= //= Alchemist Skills Quests //===== By: ================================================== -//= Lupus, Reddozen +//= Lupus, Reddozen, Samuray22 //===== Current Version: ===================================== -//= 1.6 +//= 1.8 //===== Compatible With: ===================================== //= eAthena Revision 3800+ //===== Description: ========================================= @@ -23,6 +23,7 @@ //= 1.5 Removed duplicates [Toms] 1.5a fixed typo [Lupus] //= 1.6 Moved some NPCs related to Lighthalzen quests. [SinSloth] //= 1.7 Updated "Elemental Potion Creation Quest" to the official one. [Samuray22] +//= 1.8 Added some missing NPCs from the Laboratory. [Samuray22] //============================================================ @@ -798,6 +799,43 @@ L_return: } } +yuno_in04,22,107,3 script Irahae 740,{ + mes "[Irahae]"; + mes "...."; + mes "....."; + mes "Ha Ha"; + mes "I've finally made it,"; + mes "A cursed chemical which"; + mes "Can dissolve anything..."; + next; + mes "[Irahae]"; + mes "....But test tube isn't melting..."; + mes "Did I fail again."; + close; +} + +yuno_in04,27,107,4 script Degas 748,{ + mes "[Degas]"; + mes "Ugh, only if I had money"; + mes "Person next to me always mutters about curses."; + mes "And the other four-eyed idiot"; + mes "Always coughs. Sigh"; + next; + mes "[Degas]"; + mes "Only if I had some money"; + mes "I wouldn't have to go through this."; + mes "Sigh..."; + close; +} + +yuno_in04,33,106,4 script Pile of Books 111,{ + mes "== There is a messy pile of =="; + mes "== Books and papers lying around. =="; + mes "== But the owner of the table still =="; + mes "== manages to find things that are needed. =="; + close; +} + //============================================================ // ALCHEMIST - Bio Ethics Quest (Homunculi Skill Branch) //============================================================ |