فهرست منبع

Bio Ethics Quest

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8264 54d463be-8e91-2dee-dedb-b68131a5f0ec
evera 19 سال پیش
والد
کامیت
80525c2a28
2فایلهای تغییر یافته به همراه5 افزوده شده و 4 حذف شده
  1. 1 0
      npc/Changelog.txt
  2. 4 4
      npc/quests/quests_lighthalzen.txt

+ 1 - 0
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]

+ 4 - 4
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]";