summaryrefslogtreecommitdiff
path: root/npc/functions/ferry.txt
diff options
context:
space:
mode:
authorWombat <hpwombat@yahoo.com>2010-12-16 15:46:40 -0500
committerWombat <hpwombat@yahoo.com>2010-12-16 15:46:40 -0500
commitb8bf1ed5feb92dfb4498cdd91f73833f096c1e05 (patch)
treee304a2e847bcaf2f22ae8e3ea820d9d38e5bfedd /npc/functions/ferry.txt
parentbf2fb07125cb29e8a5d50ba07557ac6923559014 (diff)
downloadserverdata-b8bf1ed5feb92dfb4498cdd91f73833f096c1e05.tar.gz
serverdata-b8bf1ed5feb92dfb4498cdd91f73833f096c1e05.tar.bz2
serverdata-b8bf1ed5feb92dfb4498cdd91f73833f096c1e05.tar.xz
serverdata-b8bf1ed5feb92dfb4498cdd91f73833f096c1e05.zip
Warp Changes to get between Hurnscald and Nivalis, Orum Quest on stand-by
Diryn offers warp to Nivalis, Frozenbeard to Hurnscald, Taro edited out Warp changes also to prevent players from interacting with Orum Quest until the quest is finished.
Diffstat (limited to 'npc/functions/ferry.txt')
-rw-r--r--npc/functions/ferry.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/functions/ferry.txt b/npc/functions/ferry.txt
index b9c0e320..95a176ec 100644
--- a/npc/functions/ferry.txt
+++ b/npc/functions/ferry.txt
@@ -2,11 +2,11 @@
function script Ferry {
if (BaseLevel < 20) goto L_LowerCost;
- set @cost_tulimshar, 1000;
- set @cost_hurnscald, 1000;
+ set @cost_tulimshar, 500;
+ set @cost_hurnscald, 500;
L_Start:
- set @cost_candor, 3000;
+ set @cost_candor, 1500;
mes "Where would you like to go?";
next;
if (BaseLevel < 40) goto L_PlainMenu;
@@ -67,7 +67,7 @@ L_NotEnoughGP:
close;
L_LowerCost:
- set @cost_tulimshar, 500;
- set @cost_hurnscald, 500;
+ set @cost_tulimshar, 250;
+ set @cost_hurnscald, 250;
goto L_Start;
}