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/skills/bard_skills.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/skills/bard_skills.txt')
-rw-r--r-- | npc/quests/skills/bard_skills.txt | 69 |
1 files changed, 38 insertions, 31 deletions
diff --git a/npc/quests/skills/bard_skills.txt b/npc/quests/skills/bard_skills.txt index dea7e240f..96852f6b4 100644 --- a/npc/quests/skills/bard_skills.txt +++ b/npc/quests/skills/bard_skills.txt @@ -1,29 +1,40 @@ -//===== 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) DracoRPG +//= 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/>. +//========================================================================= //= Bard Skill Quest -//===== By: ================================================== -//= Lupus, Reddozen; L0ne_W0lf -//===== Current Version: ===================================== -//= 1.6 -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Official quest for the Bard skill "Pang Voice" //= Prerequisite: Geffen Bard Quest -//===== Additional Comments: ================================= -//= 1.0 for fully working skills only [Lupus] -//= 1.1 Added more new skill quests for more classes [Lupus] -//= Somehow eA engine doesn't let you keep learn't skill -//= 1.2 Added to correct locations, correct NPC's, fixed [Reddozen] -//= some of the items required and made them into real -//= quests. -//= 1.3 Fixed bugs and minor typos. Optimized [Lupus] -//= 1.3a Tixed an item ID typo. Thanks, 2Spiritual Kid -//= 1.3b Split into different files [DracoRPG] -//= 1.4 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] -//= 1.4a Checks the proper variable now. (BARD_Q -> gef_bard_q) [L0ne_W0lf] -//= 1.5 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] -//= 1.6 Added missing checkweights. [L0ne_W0lf] -//= 1.6 Replaced effect numerics with constants. [L0ne_W0lf] -//============================================================ +//================= Current Version ======================================= +//= 1.6 +//========================================================================= prontera,174,328,3 script Young Man#bard_q1 4_M_ORIENT02,3,3,{ if (BaseJob == Job_Bard) { @@ -900,8 +911,7 @@ OnTouch: end; } -// Yhelle the Chicken -//============================================================ +//== Yhelle the Chicken ==================================== niflheim,239,70,1 script Yhelle#bard_chick1 4_NFCOCK,3,3,{ emotion e_omg,1; emotion e_omg; @@ -1039,8 +1049,7 @@ OnTouch: callfunc "F_BardSkillYhelle",5,1; close; } -// Drunken Men -//============================================================ +//== Drunken Men =========================================== morocc_in,178,73,3 script Customer#bard_skill01 1_M_JOBGUIDER,{ mes "[Little Bit Drunken Guy]"; mes "What do you think"; @@ -1161,8 +1170,7 @@ morocc_in,175,70,7 script Customer#bard_skill02 1_M_04,{ close; } -// Bartender -//============================================================ +//== Bartender ============================================= morocc_in,166,76,7 script Bartender#bard_qskill 1_ETC_01,{ if (checkweight(1201,1) == 0) { mes "^3355FFHold it right there!"; @@ -1244,8 +1252,7 @@ morocc_in,166,76,7 script Bartender#bard_qskill 1_ETC_01,{ } } -// Function -//============================================================ +//== Function ============================================== function script F_BardSkillYhelle { if (checkweight(1201,1) == 0 || MaxWeight - Weight < 2000) { mes "^3355FFHold it right there!"; |