diff options
Diffstat (limited to 'npc/re/events/halloween_2013.txt')
-rw-r--r-- | npc/re/events/halloween_2013.txt | 46 |
1 files changed, 33 insertions, 13 deletions
diff --git a/npc/re/events/halloween_2013.txt b/npc/re/events/halloween_2013.txt index b3b780dd1..92c8da7d3 100644 --- a/npc/re/events/halloween_2013.txt +++ b/npc/re/events/halloween_2013.txt @@ -1,16 +1,37 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2015 Hercules Dev Team +//= Copyright (C) Dastgir +//= Copyright (C) Akkarin +//= +//= 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/>. +//========================================================================= //= Official iRO Halloween Event 2013 -//===== By: ================================================== -//= Akkarin -//===== Current Version: ===================================== -//= 1.2 -//===== Description: ========================================= +//================= Description =========================================== //= This event ran on iRO from 16th Oct to 6th Nov (3 weeks) -//===== Additional Comments: ================================= -//= 1.0 Conversion from official script. [Akkarin] -//= 1.1 Optimized the Script. [Dastgir] -//= 1.2 Added Monster Spawns. [Akkarin] -//============================================================ +//================= Current Version ======================================= +//= 1.2 +//========================================================================= prontera,154,136,5 script Suspicious Coffin#2013HE 4_NFCOFFIN,{ if (!eve_bs) { @@ -484,8 +505,7 @@ niflheim,183,162,5 script Wandering soul#2013HE4 4_NFWISP,{ close; } -// Monster Spawns :: EventMonster-131022 -//============================================================ +//== Monster Spawns :: EventMonster-131022 ================= gld_dun01_2,0,0,0,0 monster Organic Pumpkin 3202,1,5000,0,0 gld_dun02_2,0,0,0,0 monster Organic Pumpkin 3202,1,5000,0,0 gld_dun03_2,0,0,0,0 monster Organic Pumpkin 3202,1,5000,0,0 |