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/easter_2008.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/easter_2008.txt')
-rw-r--r-- | npc/events/easter_2008.txt | 56 |
1 files changed, 39 insertions, 17 deletions
diff --git a/npc/events/easter_2008.txt b/npc/events/easter_2008.txt index 5b53831a4..3e8a1bcac 100644 --- a/npc/events/easter_2008.txt +++ b/npc/events/easter_2008.txt @@ -1,19 +1,41 @@ -//===== 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) L0ne_W0lf +//= 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/>. +//========================================================================= //= Easter Event (2008) -//===== By: ================================================== -//= Kisuka -//===== Current Version: ===================================== -//= 1.1 -//===== Description: ========================================= +//================= Description =========================================== //= iRO Easter Event. (2008) //= Create Holy Eggs //= Help a suspicious man. -//===== Additional Comments: ================================= -//= 1.0 First version. [Kisuka] -//= 1.1 Corrected a small bug. [L0ne_W0lf] -//============================================================ +//================= Current Version ======================================= +//= 1.1 +//========================================================================= -// Prontera +//== Prontera ============================================== prontera,111,99,5 script Egg Salesman#prt::EggVendor 4W_M_02,{ mes "[Egg Salesman]"; mes "^FF0000Chicken Eggs^000000! Come and"; @@ -178,27 +200,27 @@ prontera,108,96,5 script Cantankerous Geezer#prt::EggGeezer 4_M_SEAMAN,{ end; } -// Payon +//- Payon - payon,172,173,5 duplicate(EggVendor) Egg Salesman#pay 4W_M_02 payon,175,171,1 duplicate(EggMatron) Dowdy Matron#pay 4_F_GODEMOM payon,170,171,5 duplicate(EggGeezer) Cantankerous Geezer#pay 4_M_SEAMAN -// Geffen +//- Geffen - geffen,136,64,5 duplicate(EggVendor) Egg Salesman#gef 4W_M_02 geffen,138,63,1 duplicate(EggMatron) Dowdy Matron#gef 4_F_GODEMOM geffen,133,63,5 duplicate(EggGeezer) Cantankerous Geezer#gef 4_M_SEAMAN -// Al De Baran +//- Aldebaran - aldebaran,133,119,5 duplicate(EggVendor) Egg Salesman#alde 4W_M_02 aldebaran,135,117,1 duplicate(EggMatron) Dowdy Matron#ald 4_F_GODEMOM aldebaran,132,116,5 duplicate(EggGeezer) Cantankerous Geezer#ald 4_M_SEAMAN -// Alberta +//- Alberta - alberta,90,55,5 duplicate(EggVendor) Egg Salesman#alb 4W_M_02 alberta,92,53,1 duplicate(EggMatron) Dowdy Matron#alb 4_F_GODEMOM alberta,88,52,5 duplicate(EggGeezer) Cantankerous Geezer#alb 4_M_SEAMAN -// Create Holy Eggs +//== Create Holy Eggs ====================================== prontera,230,312,3 script Nerlen#es07 1_F_PRIEST,{ mes "[Nerlen]"; mes "Hello! If you'd like,"; @@ -311,7 +333,7 @@ prontera,230,312,3 script Nerlen#es07 1_F_PRIEST,{ } } -// Easter Quest +//== Easter Quest ========================================== morocc,131,26,5 script Secret Corps#egg 4_M_MASKMAN,{ if (easter2008 == 1) { mes "[Corps Member]"; |