diff options
author | Haru <haru@dotalux.com> | 2015-11-13 15:57:49 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-15 20:53:51 +0100 |
commit | fa2cd738a941906700ba3a1f7c5486dcc3ccbea0 (patch) | |
tree | 35e7c9cd8edcca21ffaed8de22d13e272d3774de /npc/events/valentinesday_2009.txt | |
parent | 65d393fc57804447497855a6daeb981e312ec372 (diff) | |
download | hercules-fa2cd738a941906700ba3a1f7c5486dcc3ccbea0.tar.gz hercules-fa2cd738a941906700ba3a1f7c5486dcc3ccbea0.tar.bz2 hercules-fa2cd738a941906700ba3a1f7c5486dcc3ccbea0.tar.xz hercules-fa2cd738a941906700ba3a1f7c5486dcc3ccbea0.zip |
Standardized header in scripts (part 8)
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Event scripts folders
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/events/valentinesday_2009.txt')
-rw-r--r-- | npc/events/valentinesday_2009.txt | 64 |
1 files changed, 40 insertions, 24 deletions
diff --git a/npc/events/valentinesday_2009.txt b/npc/events/valentinesday_2009.txt index aaaf74a85..ca707918e 100644 --- a/npc/events/valentinesday_2009.txt +++ b/npc/events/valentinesday_2009.txt @@ -1,28 +1,48 @@ -//===== 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) Lupus +//= Copyright (C) Kisuka +//= +//= 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/>. +//========================================================================= //= iRO Valentine's Day Event (2009) -//===== By: ================================================== -//= Kisuka -//===== Current Version: ===================================== -//= 1.3 -//===== Description: ========================================= +//================= Description =========================================== //= iRO Valentine's Day Event. (2009) //= Make Chocolate/Chocolate Boxes/Home-Made Chocolate. //= Make Valentine's Rings/Boxes. //= Trade rings to those of opposite gender. //= Register rings you have gotten for votes. -//= -//= The male and female with the most votes at the end of -//= the event will receive item (14466) from GM team. +//================= Current Version ======================================= +//= 1.3 +//================= Additional Comments =================================== +//= The male and female with the most votes at the end of the event will +//= receive item (14466) from GM team. //= //= Must enable the event items in item_db2 and item_trade! -//===== Additional Comments: ================================= -//= 1.0 First version. [Kisuka] -//= 1.1-1.2 Fixed exploits with unlimited rings and non deleting choco [Lupus] -//= 1.3 Some Changes. [Kisuka] -//============================================================ +//========================================================================= -// Marco Bassinio (Chocolate/Chocolate Box maker) -//============================================================ +//== Marco Bassinio (Chocolate/Chocolate Box maker) ======== prontera,164,174,4 script Trader#Val09 1_M_MERCHANT,{ mes "[Marco Bassinio]"; mes "Hey, folks! Here's something you don't see everyday!"; @@ -158,8 +178,7 @@ prontera,164,174,4 script Trader#Val09 1_M_MERCHANT,{ } } -// Packs Trader (Sells Wrapping Paper, Lace, and Box) -//============================================================ +//== Packs Trader (Sells Wrapping Paper, Lace, and Box) ==== prontera,147,171,5 script Packs Trader#Val09 1_M_MERCHANT,{ mes "[Packs Trader]"; mes "Hello."; @@ -302,8 +321,7 @@ prontera,147,171,5 script Packs Trader#Val09 1_M_MERCHANT,{ } } -// Event Ring Maker (Makes ring for players) -//============================================================ +//== Event Ring Maker (Makes ring for players) ============= prontera,154,185,5 script Event Ring Maker#Val09 4_F_KAFRA7,{ if (BaseLevel < 75) { mes "[Event Ring Maker]"; @@ -396,8 +414,7 @@ prontera,154,185,5 script Event Ring Maker#Val09 4_F_KAFRA7,{ close; } -// Valentine Vote Manager (Registers votes) -//============================================================ +//== Valentine Vote Manager (Registers votes) ============== prontera,157,185,4 script Valentine Vote Manager#v 4_F_KAFRA5,{ mes "[Valentine Vote Manager]"; mes "Hello, I'm the Valentine's Vote Manager."; @@ -517,8 +534,7 @@ prontera,157,185,4 script Valentine Vote Manager#v 4_F_KAFRA5,{ } } -// Charles Orleans (Makes Home-Made Chocolates) -//============================================================ +//== Charles Orleans (Makes Home-Made Chocolates) ========== prt_castle,42,35,3 script Dessert Manager#Val09 1_M_01,{ if (Sex) { mes "[Charles Orleans]"; |