summaryrefslogtreecommitdiff
path: root/world/map/npc/031-1
diff options
context:
space:
mode:
authorWombat <hpwombat@yahoo.com>2013-07-04 10:43:16 -0400
committerBen Longbons <b.r.longbons@gmail.com>2013-07-04 10:21:28 -0700
commit27ad0933834fb488c6deac76d660cda338bb5da8 (patch)
tree4ddabb85b811ff1b86bb50186fd6348b27d14f83 /world/map/npc/031-1
parentad51e9ddf0c3a83df350de44fc8c9108ddf574af (diff)
downloadserverdata-27ad0933834fb488c6deac76d660cda338bb5da8.tar.gz
serverdata-27ad0933834fb488c6deac76d660cda338bb5da8.tar.bz2
serverdata-27ad0933834fb488c6deac76d660cda338bb5da8.tar.xz
serverdata-27ad0933834fb488c6deac76d660cda338bb5da8.zip
server side changes to the snow docks addition and related fixes
Diffstat (limited to 'world/map/npc/031-1')
-rw-r--r--world/map/npc/031-1/_import.txt1
-rw-r--r--world/map/npc/031-1/dock.txt6
-rw-r--r--world/map/npc/031-1/frozenbeard.txt25
3 files changed, 9 insertions, 23 deletions
diff --git a/world/map/npc/031-1/_import.txt b/world/map/npc/031-1/_import.txt
index c8de7af8..7a1fc1cb 100644
--- a/world/map/npc/031-1/_import.txt
+++ b/world/map/npc/031-1/_import.txt
@@ -4,5 +4,6 @@ map: 031-1.gat
npc: npc/031-1/_mobs.txt
npc: npc/031-1/_warps.txt
npc: npc/031-1/angelaOutside.txt
+npc: npc/031-1/dock.txt
npc: npc/031-1/frozenbeard.txt
npc: npc/031-1/house.txt
diff --git a/world/map/npc/031-1/dock.txt b/world/map/npc/031-1/dock.txt
new file mode 100644
index 00000000..c6a380d8
--- /dev/null
+++ b/world/map/npc/031-1/dock.txt
@@ -0,0 +1,6 @@
+// The ferry dock
+
+031-1.gat,105,109,0|script|#nivalisdock|45,6,1,{
+ set @loc, DOCK_nivalis;
+ callfunc "Ferry";
+}
diff --git a/world/map/npc/031-1/frozenbeard.txt b/world/map/npc/031-1/frozenbeard.txt
index a846c719..2f1adaae 100644
--- a/world/map/npc/031-1/frozenbeard.txt
+++ b/world/map/npc/031-1/frozenbeard.txt
@@ -1,6 +1,6 @@
//
-031-1.gat,97,115,0|script|Frozenbeard|138,{
+031-1.gat,96,113,0|script|Frozenbeard|138,{
// if (QUEST_Easter12 == 2 && ((gettime(6) == 3 && gettime(5) >= $@easter2012_start_day) || (gettime(6) == 4 && gettime(5) < $@easter2012_reward_start_day)))
// menu
// "I need to find a way to go back home, can you help me?", L_Frozenbeard_Default,
@@ -8,28 +8,7 @@
L_Frozenbeard_Default:
mes "[Frozenbeard]";
- mes "\"Arrr mate! There is no dock here, so I had to row boat from my ship! I am pioneering and mapping the trade route between Nivalis and the rest of the World. I'll hail my shipmates to send a boat and we'll sail anywhere you want to go, we will be there in no time, but it will cost you a fee.";
- set @loc, DOCK_nivalis;
- callfunc "Ferry";
- close;
-
-L_Frozenbeard_Argaes:
- if (Zeny < 500)
- goto L_NoMoney;
- mes "[Frozenbeard]";
- mes "\"Pleasant Journeys!\"";
- set Zeny, Zeny-500;
- warp "008-1.gat",137,64;
- close;
-
-L_Frozenbeard_Stay:
- mes "[Frozenbeard]";
- mes "\"Suit yourself. Feel free to come out here anytime, I am really busy making sure these routes are accurate.\"";
- close;
-
-L_NoMoney:
- mes "[Frozenbeard]";
- mes "\"You need more money. I'll wait here while you get some.\"";
+ mes "\"Arrr mate! I'm glad there's a dock here, so I don't have to row boat from my ship anymore! I pioneered the trade routes between Nivalis and the rest of the World, so now merchants and adventurers can travel to and fro without any hassle other than the harsh weather up here, yarr.\"";
close;
// lines below here belong to Easter 2012