summaryrefslogtreecommitdiff
path: root/npc/quests/quests_lighthalzen.txt
diff options
context:
space:
mode:
authorevera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-17 23:25:34 +0000
committerevera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-17 23:25:34 +0000
commit17e1872a105342ff6e96c5c361a4b1824dc6fe61 (patch)
tree3da89bfa001d7ce097d6a1fcb7d42929dc9be65e /npc/quests/quests_lighthalzen.txt
parentc7e402faa034c04dc405cb578a7d9e5e68df7c23 (diff)
downloadhercules-17e1872a105342ff6e96c5c361a4b1824dc6fe61.tar.gz
hercules-17e1872a105342ff6e96c5c361a4b1824dc6fe61.tar.bz2
hercules-17e1872a105342ff6e96c5c361a4b1824dc6fe61.tar.xz
hercules-17e1872a105342ff6e96c5c361a4b1824dc6fe61.zip
fixed kellasus giving extra skills in bio ethics
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8330 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_lighthalzen.txt')
-rw-r--r--npc/quests/quests_lighthalzen.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt
index 25d0bec27..8721177c9 100644
--- a/npc/quests/quests_lighthalzen.txt
+++ b/npc/quests/quests_lighthalzen.txt
@@ -44,6 +44,7 @@
//= mind was somewhere else when writing @_@ [Evera]
//= 2.4 Fixed the bug where a str&int debug was shown in the console for
//= test tube in bio labs quest. [Evera]
+//= 2.5 Fixed Kellasus giving you extra skills in Bio Ethics quest [Evera]
//============================================================
//= aoa's comment
//= In future, Need for new monsters. No-Drop, No-Exp, Weak "Mobster","VENOMOUS","NOXIOUS"
@@ -2771,8 +2772,6 @@ lhz_in01.gat,224,140,8 script Kellasus 57,{
mes "I already taught you";
mes "skills of the homunculus...";
if (getskilllv(238) == 0) skill 238,1,0;
- if (getskilllv(243) == 0) skill 243,1,0;
- if (getskilllv(244) == 0) skill 244,1,0;
close;
}
switch(bioeth){
@@ -2869,10 +2868,8 @@ lhz_in01.gat,224,140,8 script Kellasus 57,{
next;
mes "[Kellasus]";
mes "I guess I could teach you a few skills..";
- //Gives player bio ethics, call homun, rest, and sets bitshift for quest finished
+ //Gives player bio ethics and sets bitshift for quest finished
skill 238,1,0;
- skill 243,1,0;
- skill 244,1,0;
set MISC_QUEST,MISC_QUEST|64;
set bioeth,0;
close;