Adjustments for quest Gatekeeper's Favor (297).
Contributed by Iris.
This commit is contained in:
		@@ -2,5 +2,5 @@
 | 
			
		||||
Twenty Starstones from the whinstone golems would be enough for now.<br>
 | 
			
		||||
But do you know that the whinstone golems are extremely strong?<br>
 | 
			
		||||
I am sorry. I've met many adventurers in my long life and the way I see it, you're just beginning your journey as an adventurer and do not have enough experience for the job. It may be too dangerous for you.<br>
 | 
			
		||||
<font color="LEVEL">(Quest for characters level 15 and above.)</font>
 | 
			
		||||
<font color="LEVEL">(Quest for characters level 15-21.)</font>
 | 
			
		||||
</body></html>
 | 
			
		||||
@@ -35,9 +35,10 @@ public class Q00297_GatekeepersFavor extends Quest
 | 
			
		||||
	private static final int WHINSTONE_GOLEM = 20521;
 | 
			
		||||
	// Items
 | 
			
		||||
	private static final int STARSTONE = 1573;
 | 
			
		||||
	private static final int GATEKEEPER_TOKEN = 1659;
 | 
			
		||||
	private static final int GATEKEEPER_TOKEN = 736;
 | 
			
		||||
	// Misc
 | 
			
		||||
	private static final int MIN_LEVEL = 15;
 | 
			
		||||
	private static final int MAX_LEVEL = 21;
 | 
			
		||||
	private static final int STARSTONE_COUT = 20;
 | 
			
		||||
	
 | 
			
		||||
	public Q00297_GatekeepersFavor()
 | 
			
		||||
@@ -47,6 +48,7 @@ public class Q00297_GatekeepersFavor extends Quest
 | 
			
		||||
		addTalkId(WIRPHY);
 | 
			
		||||
		addKillId(WHINSTONE_GOLEM);
 | 
			
		||||
		registerQuestItems(STARSTONE);
 | 
			
		||||
		addCondMaxLevel(MAX_LEVEL, "30540-01.htm");
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
	@Override
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user