Przeglądaj źródła

Fixed Regenschirm Guard Laboratory Permit issue (#3056)

Thanks to @juanfus !
Atemo 7 lat temu
rodzic
commit
3a8814ac4e
2 zmienionych plików z 165 dodań i 175 usunięć
  1. 1 1
      npc/cities/lighthalzen.txt
  2. 164 174
      npc/quests/quests_lighthalzen.txt

+ 1 - 1
npc/cities/lighthalzen.txt

@@ -1949,7 +1949,7 @@ OnTouch_:
 
 lhz_in01,24,140,3	script	Regenschirm Guard#40	4_M_LGTGUARD,{
 	mes "[Regenschirm Guard]";
-	if (lhz_sincube > 10 && countitem(2657) > 0) {// Lab_Passport
+	if ((MISC_QUEST&512) && countitem(2657) > 0) {// Lab_Passport
 		mes "Do you wish to";
 		mes "go underground?";
 		next;

Plik diff jest za duży
+ 164 - 174
npc/quests/quests_lighthalzen.txt


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików