Explorar o código

Fixed friendship quest questlog

Added a check if the quest was already added to the questlog.
Additionally removed some AEGIS logic that was converted without thinking.

Fixes #241
Lemongrass3110 %!s(int64=10) %!d(string=hai) anos
pai
achega
abc78e51f7
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      npc/quests/quests_lighthalzen.txt

+ 3 - 2
npc/quests/quests_lighthalzen.txt

@@ -3010,8 +3010,9 @@ lighthalzen,337,232,3	script	Maku	870,{
 		mes "to someone I just met";
 		mes "anyway? Sure, we all";
 		mes "do it, but still...";
-		set friendship,1;
-		setquest 12000;
+		if( isbegin_quest(12000) == 0 ){
+			setquest 12000;
+		}
 		next;
 		mes "[Maku]";
 		mes "Well, when you get";