diff options
author | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-13 23:45:51 +0000 |
---|---|---|
committer | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-13 23:45:51 +0000 |
commit | 8d75e3dcbc5b5fc7e73f29b5bb8a0126bee98bea (patch) | |
tree | f80270ab04c7efaebd7bc6fbfc69bbe0aa57b75e /npc | |
parent | fedb3520ee37c1c235106113a786dd56617be5c7 (diff) | |
download | hercules-8d75e3dcbc5b5fc7e73f29b5bb8a0126bee98bea.tar.gz hercules-8d75e3dcbc5b5fc7e73f29b5bb8a0126bee98bea.tar.bz2 hercules-8d75e3dcbc5b5fc7e73f29b5bb8a0126bee98bea.tar.xz hercules-8d75e3dcbc5b5fc7e73f29b5bb8a0126bee98bea.zip |
oops, fixed my small bug in bio ethics
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8263 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/quests/quests_lighthalzen.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 2df3aa37a..016ccd5de 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -2768,9 +2768,9 @@ lhz_in01.gat,224,140,8 script Kellasus 57,{ mes "[Kellasus]";
mes "I already taught you";
mes "skills of the homunculus...";
- if(getskillv(238) == 0) skill 238,1,0;
- if(getskillv(243) == 0) skill 243,1,0;
- if(getskillv(244) == 0) skill 244,1,0;
+// if(getskillv(238) == 0) skill 238,1,0;
+// if(getskillv(243) == 0) skill 243,1,0;
+// if(getskillv(244) == 0) skill 244,1,0;
close;
}
switch(bioeth){
@@ -2956,7 +2956,7 @@ lhz_in01.gat,225,122,4 script Skrajiad 754,{ lhz_in02.gat,269,273,4 script Bringel 709,{
//Unofficial Text
if(bioeth > 3 || MISC_QUEST&64){
- if(getskillv(247) == 0) skill 247,1,0;
+// if(getskillv(247) == 0) skill 247,1,0;
}
if(bioeth == 3){
mes "[Bringel]";
|