diff options
Diffstat (limited to 'npc/pre-re/scripts_jobs.conf')
-rw-r--r-- | npc/pre-re/scripts_jobs.conf | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/npc/pre-re/scripts_jobs.conf b/npc/pre-re/scripts_jobs.conf index bf0f46c28..14dc97eee 100644 --- a/npc/pre-re/scripts_jobs.conf +++ b/npc/pre-re/scripts_jobs.conf @@ -9,7 +9,7 @@ //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules //= -//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) 2012-2016 Hercules Dev Team //= Copyright (C) Athena Dev Teams //= //= Hercules is free software: you can redistribute it and/or modify @@ -30,15 +30,17 @@ //================= Job Quests ============================================ // - 1-1 -npc: npc/pre-re/jobs/1-1/acolyte.txt -npc: npc/pre-re/jobs/1-1/archer.txt -npc: npc/pre-re/jobs/1-1/mage.txt -npc: npc/pre-re/jobs/1-1/merchant.txt -npc: npc/pre-re/jobs/1-1/swordman.txt -npc: npc/pre-re/jobs/1-1/thief.txt +"npc/pre-re/jobs/1-1/acolyte.txt", +"npc/pre-re/jobs/1-1/archer.txt", +"npc/pre-re/jobs/1-1/mage.txt", +"npc/pre-re/jobs/1-1/merchant.txt", +"npc/pre-re/jobs/1-1/swordman.txt", +"npc/pre-re/jobs/1-1/thief.txt", +// - 1-1 Expanded +"npc/pre-re/jobs/1-1e/taekwon.txt", // - Novice -npc: npc/pre-re/jobs/novice/novice.txt +"npc/pre-re/jobs/novice/novice.txt", //================= Skill Quests ========================================== // - Novice -npc: npc/pre-re/quests/skills/novice_skills.txt +"npc/pre-re/quests/skills/novice_skills.txt", |