summaryrefslogtreecommitdiff
path: root/npc/scripts_jobs.conf
blob: c95f9da9db26f8630fb23f16d1e301f38cc19033 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
//================= Hercules Configuration ================================
//=       _   _                     _
//=      | | | |                   | |
//=      | |_| | ___ _ __ ___ _   _| | ___  ___
//=      |  _  |/ _ \ '__/ __| | | | |/ _ \/ __|
//=      | | | |  __/ | | (__| |_| | |  __/\__ \
//=      \_| |_/\___|_|  \___|\__,_|_|\___||___/
//================= License ===============================================
//= This file is part of Hercules.
//= http://herc.ws - http://github.com/HerculesWS/Hercules
//=
//= Copyright (C) 2012-2016  Hercules Dev Team
//= Copyright (C)  Athena Dev Teams
//=
//= 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/>.
//=========================================================================
//= Common Job Scripts
//=========================================================================

//================= Job Quests ============================================
// - 1-1 Expanded
"npc/jobs/1-1e/gunslinger.txt",
"npc/jobs/1-1e/ninja.txt",
"npc/jobs/1-1e/taekwon.txt",
// - 2-1
"npc/jobs/2-1/assassin.txt",
"npc/jobs/2-1/blacksmith.txt",
"npc/jobs/2-1/hunter.txt",
"npc/jobs/2-1/knight.txt",
"npc/jobs/2-1/priest.txt",
"npc/jobs/2-1/wizard.txt",
// - 2-1 Transcended
"npc/jobs/2-1a/AssassinCross.txt",
"npc/jobs/2-1a/HighPriest.txt",
"npc/jobs/2-1a/HighWizard.txt",
"npc/jobs/2-1a/LordKnight.txt",
"npc/jobs/2-1a/Sniper.txt",
"npc/jobs/2-1a/WhiteSmith.txt",
// - 2-1 Expanded
"npc/jobs/2-1e/StarGladiator.txt",
// - 2-2
"npc/jobs/2-2/alchemist.txt",
"npc/jobs/2-2/bard.txt",
"npc/jobs/2-2/crusader.txt",
"npc/jobs/2-2/dancer.txt",
"npc/jobs/2-2/monk.txt",
"npc/jobs/2-2/rogue.txt",
"npc/jobs/2-2/sage.txt",
// - 2-2 Transcended
"npc/jobs/2-2a/Champion.txt",
"npc/jobs/2-2a/Clown.txt",
"npc/jobs/2-2a/Creator.txt",
"npc/jobs/2-2a/Gypsy.txt",
"npc/jobs/2-2a/Paladin.txt",
"npc/jobs/2-2a/Professor.txt",
"npc/jobs/2-2a/Stalker.txt",
// - 2-2 Expanded
"npc/jobs/2-2e/SoulLinker.txt",
// - Novice
"npc/jobs/novice/supernovice.txt",
// - Transcended Quest (2-x -> High Novice)
"npc/jobs/valkyrie.txt",

//================= Skill Quests ==========================================
// - 1-1
"npc/quests/skills/acolyte_skills.txt",
"npc/quests/skills/archer_skills.txt",
"npc/quests/skills/mage_skills.txt",
"npc/quests/skills/merchant_skills.txt",
"npc/quests/skills/swordman_skills.txt",
"npc/quests/skills/thief_skills.txt",
// - 2-1
"npc/quests/skills/assassin_skills.txt",
"npc/quests/skills/blacksmith_skills.txt",
"npc/quests/skills/hunter_skills.txt",
"npc/quests/skills/knight_skills.txt",
"npc/quests/skills/priest_skills.txt",
"npc/quests/skills/rogue_skills.txt",
"npc/quests/skills/wizard_skills.txt",
// - 2-2
"npc/quests/skills/alchemist_skills.txt",
"npc/quests/skills/bard_skills.txt",
"npc/quests/skills/crusader_skills.txt",
"npc/quests/skills/dancer_skills.txt",
"npc/quests/skills/monk_skills.txt",
"npc/quests/skills/sage_skills.txt",