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/obb_quest.txt | 67 +++++++++++++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 27 deletions(-) (limited to 'npc/quests/obb_quest.txt') diff --git a/npc/quests/obb_quest.txt b/npc/quests/obb_quest.txt index cbbdfc31d..ea9b5ceee 100644 --- a/npc/quests/obb_quest.txt +++ b/npc/quests/obb_quest.txt @@ -1,24 +1,45 @@ -//===== 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) MasterOfMuppets +//= Copyright (C) Lupus +//= Copyright (C) Celesta +//= +//= 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 . +//========================================================================= //= Old Blue Box Quest -//===== By =================================================== -//= Celesta, Lupus -//===== Version ============================================== -//= 2.0 -//===== Description: ========================================= -// [Official Conversion] +//================= Description =========================================== //= Old Blue Box quest (?) -//= Officially this quest gave an OBB in exhange for a the -//= required items unlimitedly, however this was changed by -//= Gravity, who claimed this behavior as a bug. -//= The exact purpose of this quest is undetermined, but -//= Gravity claimed that another quest would eventually -//= branch from this one. -//===== Additional Comments: ================================= -//= 1.7 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] -//= 1.8 Added missing checkweights. [L0ne_W0lf] -//= 1.9 Moved Morroc NPCs to Morroc Ruins. [L0ne_W0lf] -//= 2.0 Removed unused "name" variable. [L0ne_W0lf] -//============================================================ +//================= Current Version ======================================= +//= 2.0 +//================= Additional Comments==================================== +//= Officially this quest gave an OBB in exhange for a the required items +//= unlimitedly, however this was changed by Gravity, who claimed this +//= behavior as a bug. The exact purpose of this quest is undetermined, but +//= Gravity claimed that another quest would eventually branch from this +//= one. +//========================================================================= alberta,43,244,0 script Tourist#thai 4W_M_03,{ if (checkweight(1201,1) == 0) { @@ -1935,11 +1956,3 @@ moc_ruins,107,62,0 script Tommy#thai 4_M_KID2,{ close; } } - -//============================================================ -// Old changelog -//============================================================ -//= Official OBB Quest. You can pass it any times you want. -//= 1.6 Updated, fixed, optimized and translated into English [Lupus] -//= 1.6a Halved the required items to make an obb, thanks to marquis007 [MasterOfMuppets] -//============================================================ -- cgit v1.2.3-60-g2f50