From 988ce394c16889c2e49b27f26d941585d523c2c4 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Thu, 5 Aug 2010 11:04:54 -0600 Subject: Lower ferry prices for lower levels --- npc/functions/ferry.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc') diff --git a/npc/functions/ferry.txt b/npc/functions/ferry.txt index d0fcd04f..b9c0e320 100644 --- a/npc/functions/ferry.txt +++ b/npc/functions/ferry.txt @@ -1,8 +1,11 @@ // The ferry system function script Ferry { + if (BaseLevel < 20) goto L_LowerCost; set @cost_tulimshar, 1000; set @cost_hurnscald, 1000; + +L_Start: set @cost_candor, 3000; mes "Where would you like to go?"; next; @@ -62,4 +65,9 @@ L_AlreadyThere: L_NotEnoughGP: mes "You don't have enough money to go there!"; close; + +L_LowerCost: + set @cost_tulimshar, 500; + set @cost_hurnscald, 500; + goto L_Start; } -- cgit v1.2.3-60-g2f50