diff options
author | Haru <haru@dotalux.com> | 2015-11-16 02:40:31 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-15 20:53:52 +0100 |
commit | 1a6bb87686dd770b3f072fb5d687ba71ff29c51a (patch) | |
tree | 6870263be343c2b81e7ef33c6e4ad696321c001b /npc/quests/cooking_quest.txt | |
parent | fa2cd738a941906700ba3a1f7c5486dcc3ccbea0 (diff) | |
download | hercules-1a6bb87686dd770b3f072fb5d687ba71ff29c51a.tar.gz hercules-1a6bb87686dd770b3f072fb5d687ba71ff29c51a.tar.bz2 hercules-1a6bb87686dd770b3f072fb5d687ba71ff29c51a.tar.xz hercules-1a6bb87686dd770b3f072fb5d687ba71ff29c51a.zip |
Standardized header in scripts (part 9)
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Quest scripts folders
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests/cooking_quest.txt')
-rw-r--r-- | npc/quests/cooking_quest.txt | 62 |
1 files changed, 36 insertions, 26 deletions
diff --git a/npc/quests/cooking_quest.txt b/npc/quests/cooking_quest.txt index d98703a6f..60b8ee32f 100644 --- a/npc/quests/cooking_quest.txt +++ b/npc/quests/cooking_quest.txt @@ -1,31 +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) Euphy +//= Copyright (C) ultramage +//= Copyright (C) Samuray22 +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Reddozen +//= Copyright (C) Lupus +//= +//= 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/>. +//========================================================================= //= Cooking Quest -//===== By: ================================================== -//= Reddozen; L0ne_W0lf -//===== Current Version: ===================================== -//= 1.8a -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Official Cooking Quest (10.3) -//===== Additional Comments: ================================= -//= 1.1 Fixed wrong item ID, added missing ";, optimized [Lupus] -//= 1.1a minor bugfix, thx 2 Irmin [Lupus] -//= 1.2 Fixed exploit, some typos [Lupus] -//= 1.3 Fixed wrong label [Lupus] 1.3a updated to Reddozen's changes -//= 1.3b Fixed wrong id, fixed Puch quest, added more Pouch Quest -//= dialogues [Lupus] -//= 1.4 Fixed spelling, added some dialoguesm optimized -//= fixed bugs. Tested, fully working [Lupus] -//= 1.5 More fixes [Lupus] -//= 1.6 Quest is now up to iRO 10.3 standards. [L0ne_W0lf] -//= - Not sure what the EnableItemMove is for, as there is no -//= command to disable being able to move items. -//= 1.6a Corrected a bad cutin, a Typo error ";;" and a bad delitem (bugreport:911) [Samuray22] -//= 1.6b Corrected a "donpcevent" missing a ":". (bugreport:962) [Samuray22] -//= 1.7 Replaced effect numerics with constants. [L0ne_W0lf] -//= 1.8 Renamed the variable cooking to cooking_q [ultramage] -//= 1.8a Minor cleaning. [Euphy] -//============================================================ +//================= Current Version ======================================= +//= 1.8a +//========================================================================= prt_castle,43,30,3 script Charles Orleans#cook 4_M_OILMAN,{ if (MaxWeight - Weight < 2000) { |