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/newgears/2004_headgears.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/newgears/2004_headgears.txt')
-rw-r--r-- | npc/quests/newgears/2004_headgears.txt | 138 |
1 files changed, 63 insertions, 75 deletions
diff --git a/npc/quests/newgears/2004_headgears.txt b/npc/quests/newgears/2004_headgears.txt index 982ee7c54..37c6d4e18 100644 --- a/npc/quests/newgears/2004_headgears.txt +++ b/npc/quests/newgears/2004_headgears.txt @@ -1,42 +1,58 @@ -//===== 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 +//= Copyright (C) Dj-Yhn +//= +//= 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/>. +//========================================================================= //= 2004 Headgear Quests -//===== By: ================================================== -//= Dj-Yhn -//===== Current Version: ===================================== -//= 1.6b -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= 2004 New Headgears. Official Quests -//= 1) Black Cat Ears (payon 115 131) -//= 2) X Hairpin, Band Aid, Flower Hairpin (geffen 129 148) -//= 3) Hot-blooded Headband (yuno 300 188) -//= 4) Red Ribbon (prontera 165 232) -//= 5) Indian Headband (comodo 237 217) -//= 6) Mushroom Band (geffen 67 87) -//= 7) Angel Wing Ears, Devil Wing Ears (yuno 241 52) -//= 8) Sea-Otter Hat (xmas 183 267) -//= 9) Teddybear Hat (xmas 175 156) +//= 1) Black Cat Ears (payon 115 131) +//= 2) X Hairpin, Band Aid, Flower Hairpin (geffen 129 148) +//= 3) Hot-blooded Headband (yuno 300 188) +//= 4) Red Ribbon (prontera 165 232) +//= 5) Indian Headband (comodo 237 217) +//= 6) Mushroom Band (geffen 67 87) +//= 7) Angel Wing Ears, Devil Wing Ears (yuno 241 52) +//= 8) Sea-Otter Hat (xmas 183 267) +//= 9) Teddybear Hat (xmas 175 156) //= 10) Model Training Hat (payon_in03 8 193) //= 11) Tulip Haipin (geffen 83 189) -//= 12) Party Hat, Straw Hat, Cowboy Hat, (xmas_in 35 30) -//= Sombrero, Beanie -//= 13) Decorative Golden Bell, (yuno_in03 20 18) -//= Crown of Ancient Queen, Crown of Mistress +//= 12) Party Hat, Straw Hat, Cowboy Hat, Sombrero, Beanie (xmas_in 35 30) +//= 13) Decorative Golden Bell, Crown of Ancient Queen, Crown of Mistress +//= (yuno_in03 20 18) //= 14) Alarm Mask (alde_alche 88 180) -//= 15) Drooping Cat, Smokie Leaf, Lazy Smokie, (morocc 273 79) -//= Blue Fish +//= 15) Drooping Cat, Smokie Leaf, Lazy Smokie, Blue Fish (morocc 273 79) //= 16) Kitsune Mask (pay_dun03 48 84) //= 17) Orc Hero Helm (in_orcs01 31 93 & 162 33) -//===== Additional Comments: ================================= -//= 1.4 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] -//= 1.5 Vito'd function call for checkweight. [L0ne_W0lf] -//= 1.6 Replaced effect numerics with constants. [L0ne_W0lf] -//= 1.6a Added 'disable_items' command. [Euphy] -//= 1.6b Added more 'disable_items' commands. [Euphy] -//============================================================ +//================= Current Version ======================================= +//= 1.6b +//========================================================================= -// Black Cat Ears -//============================================================ +//== Black Cat Ears ======================================== payon,115,131,3 script Neko Neko#1 4_F_JOB_ASSASSIN,{ disable_items; if (checkweight(1201,1) == 0) { @@ -103,8 +119,7 @@ payon,115,131,3 script Neko Neko#1 4_F_JOB_ASSASSIN,{ close; } -// X Hairpin, Band Aid, Flower Hairpin -//============================================================ +//== X Hairpin, Band Aid, Flower Hairpin =================== geffen,129,148,3 script Argen#1 4_M_YOYOROGUE,{ disable_items; if (checkweight(1201,1) == 0) { @@ -293,8 +308,7 @@ geffen,129,148,3 script Argen#1 4_M_YOYOROGUE,{ close; } -// Hot-blooded Headband -//============================================================ +//== Hot-blooded Headband ================================== yuno,300,188,5 script Zhenbolt#1 4_M_MONK,{ disable_items; if (checkweight(1201,1) == 0) { @@ -389,8 +403,7 @@ yuno,300,188,5 script Zhenbolt#1 4_M_MONK,{ close; } -// Red Ribbon -//============================================================ +//== Red Ribbon ============================================ prontera,165,232,3 script Nephia#1 4_F_ALCHE,{ disable_items; if (checkweight(1201,1) == 0) { @@ -504,8 +517,7 @@ prontera,165,232,3 script Nephia#1 4_F_ALCHE,{ } } -// Indian Headband -//============================================================ +//== Indian Headband ======================================= comodo,237,217,5 script Meruntei#1 4_M_JOB_HUNTER,{ if (checkweight(1201,1) == 0) { mes "- Wait a minute! -"; @@ -558,8 +570,7 @@ comodo,237,217,5 script Meruntei#1 4_M_JOB_HUNTER,{ close; } -// Mushroom Band -//============================================================ +//== Mushroom Band ========================================= geffen,67,87,3 script Ipore#1 8_F_GIRL,{ if (checkweight(1201,1) == 0) { mes "- Wait a minute! -"; @@ -638,8 +649,7 @@ geffen,67,87,3 script Ipore#1 8_F_GIRL,{ close; } -// Angel Wing Ears, Devil Wing Ears -//============================================================ +//== Angel Wing Ears, Devil Wing Ears ====================== yuno,241,52,3 script Old Blacksmith#hgear 2_M_OLDBLSMITH,{ disable_items; if (checkweight(1201,1) == 0) { @@ -959,8 +969,7 @@ yuno,241,52,3 script Old Blacksmith#hgear 2_M_OLDBLSMITH,{ } } -// Sea-Otter Hat -//============================================================ +//== Sea-Otter Hat ========================================= xmas,183,267,3 script Pretty Lindsay#1 4_F_NFLOSTGIRL,{ disable_items; if (checkweight(1201,1) == 0) { @@ -1074,8 +1083,7 @@ xmas,183,267,3 script Pretty Lindsay#1 4_F_NFLOSTGIRL,{ close; } -// Teddybear Hat -//============================================================ +//== Teddybear Hat ========================================= xmas,175,156,3 script Fuzzy Fuzz#1 4_M_05,{ disable_items; if (checkweight(1201,1) == 0) { @@ -1162,8 +1170,7 @@ xmas,175,156,3 script Fuzzy Fuzz#1 4_M_05,{ close; } -// Model Training Hat -//============================================================ +//== Model Training Hat ==================================== payon_in03,8,193,4 script Nanhyang#1 1_F_ORIENT_03,{ disable_items; if (checkweight(1201,1) == 0) { @@ -1323,8 +1330,7 @@ payon_in03,8,193,4 script Nanhyang#1 1_F_ORIENT_03,{ close; } -// Tulip Hairpin -//============================================================ +//== Tulip Hairpin ========================================= geffen,83,189,5 script Seth#1 4_M_KID2,{ disable_items; if (checkweight(1201,1) == 0) { @@ -1442,8 +1448,7 @@ geffen,83,189,5 script Seth#1 4_M_KID2,{ } } -// Party Hat, Straw Hat, Cowboy Hat, Sombrero, Beanie -//============================================================ +//== Party Hat, Straw Hat, Cowboy Hat, Sombrero, Beanie ==== xmas_in,35,30,3 script Hat Merchant#zero 4_M_NFLOSTMAN,{ disable_items; if (checkweight(1201,1) == 0) { @@ -1733,8 +1738,7 @@ xmas_in,35,30,3 script Hat Merchant#zero 4_M_NFLOSTMAN,{ } } -// Decorative Golden Bell, Crown of Ancient Queen, Crown of Mistress -//============================================================ +//== Decorative Golden Bell, Crown of Ancient Queen, Crown of Mistress = yuno_in03,20,18,6 script Nehris#1 4_F_JOB_BLACKSMITH,{ disable_items; if (checkweight(1201,1) == 0) { @@ -1898,8 +1902,7 @@ yuno_in03,20,18,6 script Nehris#1 4_F_JOB_BLACKSMITH,{ } } -// Alarm Mask -//============================================================ +//== Alarm Mask ============================================ alde_alche,88,180,0 script Muscle Man#Alarm Mask 4_M_ALCHE_A,{ if (checkweight(1201,1) == 0) { mes "[Muscle Man]"; @@ -2071,8 +2074,7 @@ OnInit: end; } -// Drooping Cat, Smokie Leaf, Lazy Smokie, Blue Fish -//============================================================ +//== Drooping Cat, Smokie Leaf, Lazy Smokie, Blue Fish ===== morocc,273,79,4 script Educated Traveller 4W_M_03,{ disable_items; if ((MaxWeight-Weight) < 5000 || checkweight(1201,1) == 0) { @@ -2452,8 +2454,7 @@ morocc,273,79,4 script Educated Traveller 4W_M_03,{ } } -// Kitsune Mask -//============================================================ +//== Kitsune Mask ========================================== pay_dun03,48,84,4 script Nine Tails#Kitsune Mask NINE_TAIL,1,1,{ end; @@ -2629,8 +2630,7 @@ OnMyMobDead2: } -// Orc Hero Helmet -//============================================================ +//== Orc Hero Helmet ======================================= in_orcs01,31,93,1 script Orc Warrior#1 ORK_WARRIOR,2,2,{ OnTouch: disable_items; @@ -3631,15 +3631,3 @@ OnTouch: mes "...................."; close; } - -//============================================================ -// Old changelog -//============================================================ -//= 1.01 Fixed items names iRO->kRO, fixed some bugs [Qwadrat] -//= Fixed possible item exploits, fixed Straw Hat -//= Added missing checks [Lupus] -//= 1.1 Fixed a bug in Giant-band-aid that didn't counting rotten bandages -//= Fixed a bug in Fur Hat that didn't count yarn [Evera] -//= 1.2 Syntax fixes for parenthesis, reformatting [KarLaeda] -//= 1.3 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf] -//============================================================ |