summaryrefslogtreecommitdiff
path: root/npc/quests/mrsmile.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-11-16 02:40:31 +0100
committerHaru <haru@dotalux.com>2015-12-15 20:53:52 +0100
commit1a6bb87686dd770b3f072fb5d687ba71ff29c51a (patch)
tree6870263be343c2b81e7ef33c6e4ad696321c001b /npc/quests/mrsmile.txt
parentfa2cd738a941906700ba3a1f7c5486dcc3ccbea0 (diff)
downloadhercules-1a6bb87686dd770b3f072fb5d687ba71ff29c51a.tar.gz
hercules-1a6bb87686dd770b3f072fb5d687ba71ff29c51a.tar.bz2
hercules-1a6bb87686dd770b3f072fb5d687ba71ff29c51a.tar.xz
hercules-1a6bb87686dd770b3f072fb5d687ba71ff29c51a.zip
Standardized header in scripts (part 9)
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Quest scripts folders Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests/mrsmile.txt')
-rw-r--r--npc/quests/mrsmile.txt56
1 files changed, 36 insertions, 20 deletions
diff --git a/npc/quests/mrsmile.txt b/npc/quests/mrsmile.txt
index 065dc5f89..ab15d7b06 100644
--- a/npc/quests/mrsmile.txt
+++ b/npc/quests/mrsmile.txt
@@ -1,16 +1,40 @@
-//===== Hercules Script ======================================
+//================= 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) Samuray22
+//= Copyright (C) L0ne_W0lf
+//= Copyright (C) Lupus
+//= Copyright (C) Akaru
+//= Copyright (C) kobra_k88
+//=
+//= 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/>.
+//=========================================================================
//= Mr. Smile Quest
-//===== By: ==================================================
-//= kobra_k88, Akaru
-//===== Current Version: =====================================
-//= 1.4a
-//===== Description: =========================================
-//= [Official Conversion]
+//================= Description ===========================================
//= Trade Clover, Fluff and Jellopy for a Mr. Smile mask.
-//===== Additional Comments: =================================
-//= 1.4 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
-//= 1.4a Fixed a little Typo error in duplicates. (bugreport:749) [Samuray22]
-//============================================================
+//================= Current Version =======================================
+//= 1.4a
+//=========================================================================
- script Smile Assistance::SmileHelper 4_F_03,{
mes "[Smile Girl]";
@@ -92,18 +116,10 @@
}
}
-// Additional Smile Assistance staff
+//== Additional Smile Assistance staff =====================
alberta,113,53,4 duplicate(SmileHelper) Smile Assistance#alb 4_F_03
aldebaran,136,135,4 duplicate(SmileHelper) Smile Assistance#alde 4_F_03
geffen,119,107,4 duplicate(SmileHelper) Smile Assistance#gef 4_F_03
moc_ruins,59,154,3 duplicate(SmileHelper) Smile Assistance#moc 4_F_03
payon,186,104,5 duplicate(SmileHelper) Smile Assistance#pay 4_F_03
prontera,157,187,4 duplicate(SmileHelper) Smile Assistance#prt 4_F_03
-
-//============================================================
-// Old changelog
-//============================================================
-//= Fully working. 1.1 Optimized
-//= 1.2 updated Payon coords [Lupus]
-//= 1.3 fixed exploit [Lupus]
-//============================================================