From d154c66009b0b1fde5e4f57139ba8cb7689774e0 Mon Sep 17 00:00:00 2001 From: gumi Date: Mon, 8 Apr 2019 19:22:39 -0400 Subject: release v2019.04.09 --- client-data | 2 +- world/map/data/resnametable.txt | 1 + world/map/news.d/73-anniversary.txt | 9 +++++++++ world/map/npc/030-1/_import.txt | 7 +++++++ world/map/npc/030-1/_mobs.txt | 7 +++++++ world/map/npc/030-1/_nodes.txt | 4 ++++ world/map/npc/030-1/_warps.txt | 4 ++++ world/map/npc/030-1/time-traveler.txt | 34 ++++++++++++++++++++++++++++++++++ world/map/npc/_import.txt | 1 + 9 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 world/map/news.d/73-anniversary.txt create mode 100644 world/map/npc/030-1/_import.txt create mode 100644 world/map/npc/030-1/_mobs.txt create mode 100644 world/map/npc/030-1/_nodes.txt create mode 100644 world/map/npc/030-1/_warps.txt create mode 100644 world/map/npc/030-1/time-traveler.txt diff --git a/client-data b/client-data index 501a122d..d5b5c7da 160000 --- a/client-data +++ b/client-data @@ -1 +1 @@ -Subproject commit 501a122d0d9767f705e471793c2555564827bd26 +Subproject commit d5b5c7da79ecfd74033fb90da62d5dc4e5d7abba diff --git a/world/map/data/resnametable.txt b/world/map/data/resnametable.txt index 108c7753..c458621a 100644 --- a/world/map/data/resnametable.txt +++ b/world/map/data/resnametable.txt @@ -76,6 +76,7 @@ 029-1#029-1.wlk# 029-2#029-2.wlk# 029-3#029-3.wlk# +030-1#030-1.wlk# 030-2#030-2.wlk# 030-3#030-3.wlk# 030-4#030-4.wlk# diff --git a/world/map/news.d/73-anniversary.txt b/world/map/news.d/73-anniversary.txt new file mode 100644 index 00000000..614a9bd4 --- /dev/null +++ b/world/map/news.d/73-anniversary.txt @@ -0,0 +1,9 @@ +{title:15th Anniversary} +{date:2019-04-09} + +Happy Birthday! +We are nearing the 15th anniversary of The Mana World! + +Time to celebrate everyone, make sure you log in on the 11th. + +{author:TMW Development Team} diff --git a/world/map/npc/030-1/_import.txt b/world/map/npc/030-1/_import.txt new file mode 100644 index 00000000..beafc7e9 --- /dev/null +++ b/world/map/npc/030-1/_import.txt @@ -0,0 +1,7 @@ +// Map 030-1: Romantic Place +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: 030-1 +npc: npc/030-1/_mobs.txt +npc: npc/030-1/_nodes.txt +npc: npc/030-1/_warps.txt +npc: npc/030-1/time-traveler.txt diff --git a/world/map/npc/030-1/_mobs.txt b/world/map/npc/030-1/_mobs.txt new file mode 100644 index 00000000..91ee6219 --- /dev/null +++ b/world/map/npc/030-1/_mobs.txt @@ -0,0 +1,7 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Romantic Place mobs + +030-1,0,0,0,0|monster|Pollett|1113,7,100000ms,30000ms +030-1,0,0,0,0|monster|WhiteBell|1095,4,100000ms,30000ms +030-1,71,67,0,0|monster|Santaboo|1112,2,100000ms,30000ms +030-1,71,67,0,0|monster|Reinboo|1094,2,100000ms,30000ms diff --git a/world/map/npc/030-1/_nodes.txt b/world/map/npc/030-1/_nodes.txt new file mode 100644 index 00000000..7efeee24 --- /dev/null +++ b/world/map/npc/030-1/_nodes.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Romantic Place nodes + +// (no nodes) diff --git a/world/map/npc/030-1/_warps.txt b/world/map/npc/030-1/_warps.txt new file mode 100644 index 00000000..fd8485f3 --- /dev/null +++ b/world/map/npc/030-1/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Romantic Place warps + +030-1,61,27|warp|2,-1,019-1,101,101 diff --git a/world/map/npc/030-1/time-traveler.txt b/world/map/npc/030-1/time-traveler.txt new file mode 100644 index 00000000..a79b812d --- /dev/null +++ b/world/map/npc/030-1/time-traveler.txt @@ -0,0 +1,34 @@ +// time traveler that warps from old nivalis to new nivalis + +019-1,102,100,0|script|Time Traveler#19|184 +{ + mes "Would you like to time travel?"; + menu + "Yes!", L_Warp; + +L_Warp: + mes "Hang tight!"; + close2; + warp "030-1", 61, 29; + close; +} + +030-1,64,33,0|script|Time Traveler#30|184 +{ + mes "Welcome back!"; + menu + "What is this place?", L_What, + "How do I leave?", L_Leave; + +L_What: + mes "This place used to be part of Kaizei a few years back."; + mes "Unfortunately, a great landslide occured and it got completely engulfed by the sea."; + next; + mes "Santa's workshop used to be located here, but after the incident they had to move further inland."; + mes "Fortunately, they managed to salvage most of the equipment and nobody was injured."; + close; + +L_Leave: + mes "Walk North from here to exit the time dilation bubble."; + close; +} diff --git a/world/map/npc/_import.txt b/world/map/npc/_import.txt index 02d14987..17df3b2b 100644 --- a/world/map/npc/_import.txt +++ b/world/map/npc/_import.txt @@ -78,6 +78,7 @@ import: npc/028-3/_import.txt import: npc/029-1/_import.txt import: npc/029-2/_import.txt import: npc/029-3/_import.txt +import: npc/030-1/_import.txt import: npc/030-2/_import.txt import: npc/030-3/_import.txt import: npc/030-4/_import.txt -- cgit v1.2.3-60-g2f50