summaryrefslogtreecommitdiff
path: root/npc/warps/cities/yuno.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-11-09 15:22:43 +0100
committerHaru <haru@dotalux.com>2015-12-15 20:53:50 +0100
commita122fe12ed5422af1b3ad2d84ca826282168ca57 (patch)
treeeb806cf3819aac946014a87478897e3b3147ee96 /npc/warps/cities/yuno.txt
parent183480e9fb4ea53de37ea711324eb098c39a70f2 (diff)
downloadhercules-a122fe12ed5422af1b3ad2d84ca826282168ca57.tar.gz
hercules-a122fe12ed5422af1b3ad2d84ca826282168ca57.tar.bz2
hercules-a122fe12ed5422af1b3ad2d84ca826282168ca57.tar.xz
hercules-a122fe12ed5422af1b3ad2d84ca826282168ca57.zip
Standardized header in scripts (part 2)
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Warps scripts folders Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/warps/cities/yuno.txt')
-rw-r--r--npc/warps/cities/yuno.txt72
1 files changed, 44 insertions, 28 deletions
diff --git a/npc/warps/cities/yuno.txt b/npc/warps/cities/yuno.txt
index 4d6ebee86..b04cc53dc 100644
--- a/npc/warps/cities/yuno.txt
+++ b/npc/warps/cities/yuno.txt
@@ -1,26 +1,42 @@
-//===== Hercules Script ======================================
-//= Yuno Warp Script
-//===== By: ==================================================
-//= Nana (1.0)
-//= Sara-chan (1.1)
-//===== Current Version: =====================================
+//================= Hercules Script =======================================
+//= _ _ _
+//= | | | | | |
+//= | |_| | ___ _ __ ___ _ _| | ___ ___
+//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
+//= | | | | __/ | | (__| |_| | | __/\__ \
+//= \_| |_/\___|_| \___|\__,_|_|\___||___/
+//================= License ===============================================
+//= This file is part of Hercules.
+//= http://herc.ws - http://github.com/HerculesWS/Hercules
+//=
+//= Copyright (C) 2012-2015 Hercules Dev Team
+//= Copyright (C) SinSloth
+//= Copyright (C) Musashiden
+//= Copyright (C) Lupus
+//= Copyright (C) Nana
+//= Copyright (C) Sara-chan
+//=
+//= Hercules is free software: you can redistribute it and/or modify
+//= it under the terms of the GNU General Public License as published by
+//= the Free Software Foundation, either version 3 of the License, or
+//= (at your option) any later version.
+//=
+//= This program is distributed in the hope that it will be useful,
+//= but WITHOUT ANY WARRANTY; without even the implied warranty of
+//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+//= GNU General Public License for more details.
+//=
+//= You should have received a copy of the GNU General Public License
+//= along with this program. If not, see <http://www.gnu.org/licenses/>.
+//=========================================================================
+//= Juno Warp Script
+//================= Description ===========================================
+//= Warp Points for Juno
+//================= Current Version =======================================
//= 1.9
-//===== Description: =========================================
-//= Warp Points for Yuno
-//===== Additional Comments: =================================
-//= 1.1 - Added Yuno Airport warps
-//= 1.2 Moved all airports to Airplane Warps [Lupus]
-//= 1.3 Dr.Evil's yuno_05 warps update [Lupus]
-//= 1.4 optimized [Lupus]
-//= 1.5 Added Missing Juno warps [musashiden]
-//= 1.6 Corrected duplicate warps [Musashiden]
-//= 1.7 Yet another missing warp [Musashiden]
-//= 1.8 Added Yuno Government Buildings warps
-//= 1.9 Updated Yuno Government Buildings warps according
-//= to Schwartzvalt Trilogy quest. [SinSloth]
-//============================================================
+//=========================================================================
-//= Yuno City ================================================
+//= Juno City ================================================
yuno,158,15,0 warp yun-yunfild 1,1,yuno_fild04,231,284
yuno,117,135,0 warp yun01 1,1,yuno_in01,116,37
yuno_in01,116,40,0 warp yun02 1,1,yuno,120,138
@@ -87,7 +103,7 @@ yuno_in05,196,194,0 warp yun62 1,1,yuno_in02,85,14
yuno,245,147,0 warp yun65 1,1,yuno_in01,101,88
yuno_in01,101,85,0 warp yun66 1,1,yuno,245,144
-// Yuno In05 (Entering Random Warps) -------------------------------------------
+// Juno In05 (Entering Random Warps) -------------------------------------------
yuno_in05,153,141,0 script #yun63 WARPNPC,1,1,{
if (rand(2))
warp "yuno_in05",192,102;
@@ -95,7 +111,7 @@ yuno_in05,153,141,0 script #yun63 WARPNPC,1,1,{
warp "yuno_in05",145,82;
end;
}
-// Yuno In05 (Random Warps - Cross Shaped) -------------------------------------
+// Juno In05 (Random Warps - Cross Shaped) -------------------------------------
yuno_in05,196,102,0 script #yun64 WARPNPC,1,1,{
switch(rand(3)) {
case 0: warp "yuno_in05",169,102; end;
@@ -124,7 +140,7 @@ yuno_in05,181,91,0 script #yun67 WARPNPC,1,1,{
warp "yuno_in05",176,48;
end;
}
-// Yuno In05 (Random Warps - T-Shaped) -----------------------------------------
+// Juno In05 (Random Warps - T-Shaped) -----------------------------------------
yuno_in05,148,82,0 script #yun68 WARPNPC,1,1,{
switch(rand(3)) {
case 0: warp "yuno_in05",169,102; end;
@@ -146,7 +162,7 @@ yuno_in05,136,71,0 script #yun70 WARPNPC,1,1,{
case 2: warp "yuno_in05",176,48; end;
}
}
-// Yuno In05 (Random Warps - Other) --------------------------------------------
+// Juno In05 (Random Warps - Other) --------------------------------------------
yuno_in05,16,188,0 script #yun71 WARPNPC,1,1,{
switch(rand(3)) {
case 0: warp "yuno_in05",181,94; end;
@@ -168,7 +184,7 @@ yuno_in05,176,52,0 script #yun73 WARPNPC,1,1,{
case 2: warp "yuno_in05",136,75; end;
}
}
-// Yuno In05 (Destination - Room) ----------------------------------------------
+// Juno In05 (Destination - Room) ----------------------------------------------
yuno_in05,40,178,0 script #yun74 WARPNPC,1,1,{
switch(rand(3)) {
case 0: warp "yuno_in05",181,94; end;
@@ -183,11 +199,11 @@ yuno_in05,47,186,0 script #yun75 WARPNPC,1,1,{
case 2: warp "yuno_in05",136,75; end;
}
}
-// Yuno In05 (Destination - Escaped Random Warps) ------------------------------
+// Juno In05 (Destination - Escaped Random Warps) ------------------------------
yuno_in05,31,167,0 warp yun76 1,1,yuno_in05,50,85
yuno_in05,50,88,0 warp yun77 1,1,yuno_in02,85,14
-// Yuno Government Buildings ---------------------------------------------------
+// Juno Government Buildings ---------------------------------------------------
yuno_pre,52,22,0 warp yungvn01 1,1,yuno_pre,37,23
yuno_pre,87,22,0 warp yungvn02 1,1,yuno_pre,102,22
yuno_pre,41,23,0 warp yungvn03 1,1,yuno_pre,56,22