From 8d75e3dcbc5b5fc7e73f29b5bb8a0126bee98bea Mon Sep 17 00:00:00 2001 From: evera Date: Sun, 13 Aug 2006 23:45:51 +0000 Subject: 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 --- npc/quests/quests_lighthalzen.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/quests/quests_lighthalzen.txt') 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]"; -- cgit v1.2.3-70-g09d2