소스 검색

When entering Antharas' nest through the Heart of Warding, your Portal Stone is no longer consumed. The Vaculalite Floating Stone that was required to enter the Hall of Flames through Klein It is no longer consumed when you use it to enter the Hall of Flames. Thanks UnAfraid

Tan 14 년 전
부모
커밋
f9b187488b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      L2J_DataPack_BETA/data/scripts/teleports/GrandBossTeleporters/GrandBossTeleporters.java

+ 2 - 2
L2J_DataPack_BETA/data/scripts/teleports/GrandBossTeleporters/GrandBossTeleporters.java

@@ -67,7 +67,7 @@ public class GrandBossTeleporters extends Quest
 		
 		if (st.hasQuestItems(7267))
 		{
-			st.takeItems(7267, 1);
+			// st.takeItems(7267, 1); // No longer consumed in h5
 			player.teleToLocation(183813, -115157, -3303);
 			st.set("allowEnter", "1");
 		}
@@ -106,7 +106,7 @@ public class GrandBossTeleporters extends Quest
 					{
 						if (st.hasQuestItems(3865))
 						{
-							st.takeItems(3865, 1);
+							// st.takeItems(3865, 1); // No longer consumed in h5
 							L2BossZone zone = GrandBossManager.getInstance().getZone(179700, 113800, -7709);
 							
 							if (zone != null)