From 1a6bb87686dd770b3f072fb5d687ba71ff29c51a Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 16 Nov 2015 02:40:31 +0100 Subject: Standardized header in scripts (part 9) - Now including GPL-compliant license/copyright info - Restored some missing copyrights - Quest scripts folders Signed-off-by: Haru --- npc/quests/quests_rachel.txt | 103 ++++++++++++++++--------------------------- 1 file changed, 39 insertions(+), 64 deletions(-) (limited to 'npc/quests/quests_rachel.txt') diff --git a/npc/quests/quests_rachel.txt b/npc/quests/quests_rachel.txt index 212e36b5f..d767284d8 100644 --- a/npc/quests/quests_rachel.txt +++ b/npc/quests/quests_rachel.txt @@ -1,10 +1,33 @@ -//===== 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) Euphy +//= Copyright (C) L0ne_W0lf +//= +//= 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 . +//========================================================================= //= Rachel Quests -//===== By: ================================================== -//= L0ne_W0lf -//===== Current Version: ===================================== -//= 3.6 -//===== Description: ========================================= +//================= Description =========================================== //= Collection of Rachel Quests //= Lost Child Quest: //= - End of quest coincides with opening the Sanctuary. @@ -23,23 +46,11 @@ //= - Variable in use: Once completed MISC_QUEST bit 8192 is set //= - Variable in use: ra_have_donated (0 no/1 yes) //= - Variable in use: $rachel_donate (max 10000) -//===== Additional Comments: ================================= -//= 3.0 Large reordering of Zhed, and Peace to the Arunafeltz addition. [L0ne_W0lf] -//= Some more numeric conversion, and some other cleanup. -//= 3.1 Updated Ice Necklace quest, added missing checks. [L0ne_W0lf] -//= 3.2 Added missing updates for Peace to the Arunafeltz quest. [L0ne_W0lf] -//= 3.3 Fixed occurance of PcName. [L0ne_W0lf] -//= Fixed level 4 ID warps always being usable. -//= 3.3a Fixed level 4 ID warps again. (Bugreport:4102) [L0ne_W0lf] -//= 3.4 Added quest log entries for: -//= - Ice Necklace Quest -//= - Thor Volcano Base Quest addition. -//= 3.5 Updated RE/Pre-RE EXP. [Euphy] -//= 3.6 Added questlog support. [Euphy] -//============================================================ +//================= Current Version ======================================= +//= 3.6 +//========================================================================= -// Lost Child Quest (Prerequisite to High Priest quest) :: rachel_wonjumin -//============================================================ +//== Lost Child Quest (Prerequisite to High Priest quest) :: rachel_wonjumin = ra_in01,384,246,3 script Vincent#ra_in01 1_M_01,{ if (BaseLevel < 60) { mes "[Vincent]"; @@ -1226,8 +1237,7 @@ rachel,263,32,3 script Kid#ra_in01 4_M_RACHMAN1,{ } } -// Bruspetti Quest (Perequisite: Lighthalzen "Friendship" quest) :: rachel_ryu -//============================================================ +//== Bruspetti Quest (Perequisite: Lighthalzen "Friendship" quest) :: rachel_ryu = ra_in01,235,194,5 script Katinshuell 4_M_RACHMAN1,{ if (rach_vice > 21) { mes "[Katinshuell]"; @@ -2645,12 +2655,10 @@ ra_in01,255,25,0 script Book#ra_in HIDDEN_NPC,{ } -// Ice Necklace/Summon Ktullanux Quest and Glacial Heart buyer :: rachel_tre -//============================================================ -//iRO Changed this NPC to avoid "offending" people. -//To enable how it originally looked, uncomment the -//line below (npc header), and comment the line -//under it, and then uncomment the cutin lines. +//== Ice Necklace/Summon Ktullanux Quest and Glacial Heart buyer :: rachel_tre = +// iRO Changed this NPC to avoid "offending" people. +// To enable how it originally looked, uncomment the line below (npc header), +// and comment the line under it, and then uncomment the cutin lines. //rachel,157,183,3 script Sincere Follower Urstia 4_F_MASK,{ rachel,157,183,3 script Sincere Follower Urstia 4_F_MASK1,{ @@ -3769,8 +3777,7 @@ OnInit: end; } -// Donation Lottery Quest/High Priest Quest :: rachel_oz & rachel_ma1 -//============================================================ +//== Donation Lottery Quest/High Priest Quest :: rachel_oz & rachel_ma1 = ra_temple,119,180,0 script Temple Entrance#ra_tem WARPNPC,1,1,{ OnTouch: if ($rachel_donate >= 10000) { @@ -7464,35 +7471,3 @@ OnTouch: if ((lost_boy == 13) && (ra_tem_q == 20)) goto L_Mes; end; } - -//============================================================ -// Old changelog -//============================================================ -//= 1.0 First version, needs testing. [L0ne_W0lf] -//= 1.1 Some slight optimization. [L0ne_W0lf] -//= 1.2 Fixed Man Stuck in Ice only giving 1 Freezing Snow Powder. [L0ne_W0lf] -//= 1.3 Added the ability to redeem lottery tickets before donation max is met. [L0ne_W0lf] -//= 1.4 Removed an erroneous "case". Thanks, Jet. [L0ne_W0lf] -//= 1.5 Fixed a bug in Bruspetti quest. [SinSloth] -//= 1.5b Fixed some typos in various quests. [SinSloth] -//= 1.6 Fixed a couple bugs with the Pope's Office Guards... [L0ne_W0lf] -//= 1.7 Fixed Maheo, he will revert to his frozen state when clicked. [L0ne_W0lf] -//= Replaced instances of "+name+", with "+strcharinfo(0)". -//= 1.8 Various fixes: Hamion will now delete items used for Wind Hammer. [L0ne_W0lf] -//= Fixed EXP reward in Ice Necklace quest, fixed a typo in an NPC header. -//= Another minor fix to Hamion. "< 1" -> "< 2". Added a missing close to -//= the ontouch "key". Thanks to Gepard for pointing them out. -//= 1.9 Fixed a misorder with variable checkings. [SinSloth] -//= 2.0 Fixed experience gains to match upcoming rate adjustments. [SinSloth] -//= 2.1 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] -//= 2.2 Maheo NPC now uses "setnpcdisplay" instead of two NPCs. [L0ne_W0lf] -//= 2.2a Corrected a Typo error ";;". [Samuray22] -//= 2.3 Added Zhed's portion of Thor Volcano Base Quest. (euRO) [L0ne_W0lf] -//= 2.4 Updated Zhed's Thor Vol. Base addition dialog to iRO's. [L0ne_W0lf] -//= 2.4a Further updates to Zhed's Veins addition. [L0ne_W0lf] -//= 2.5 Added Nameless Island quest addition. [L0ne_W0lf] -//= 2.6 Uncommented ontouchNPC label for Man Stuck in Ice. [L0ne_W0lf] -//= 2.7 Corrected overlaping warp coordinates. [L0ne_W0lf] -//= 2.8 Replaced effect numerics with constants. [L0ne_W0lf] -//= 2.9 Replaced effect numerics with constants. [Samuray22] -//============================================================ -- cgit v1.2.3-70-g09d2