From 0a4f6f534730b25c9a994def0d092c457f36b52f Mon Sep 17 00:00:00 2001 From: evera Date: Sun, 13 Aug 2006 23:51:08 +0000 Subject: Bio Ethics Quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8264 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 1 + npc/quests/quests_lighthalzen.txt | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/npc/Changelog.txt b/npc/Changelog.txt index bf1b1bbee..adb21c5a2 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -38,6 +38,7 @@ Date Added 08/13 * Finished Bio Ethics Quest, need bug testers before finalizing and moving to stable [Evera] * Added Bio Ethics Quest variable to bit shift MISC_QUEST|64, and added to quest_variables.txt [Evera] + * Fixed Bio Ethics Quest, had a few bugs >_< [Evera] * The Sign Quest: moved #aldesignwarp to fix enless warp [Lupus] 08/12 * Fixed id of Dryad Card in the Headgears 2006 quest thanks to tonyfud [Playtester] diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 016ccd5de..0fded25f9 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 (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){ @@ -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(getskilllv(247) == 0) skill 247,1,0; } if(bioeth == 3){ mes "[Bringel]"; -- cgit v1.2.3-70-g09d2