diff options
author | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-01 04:29:56 +0000 |
---|---|---|
committer | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-01 04:29:56 +0000 |
commit | 8832adba3ec9df0f7f890154f69f0993b8d1d8e5 (patch) | |
tree | 0e73afe6a780abf29fe035301f1354f24762da7a /npc/scripts_jobs.conf | |
parent | fa533907d49c7e288be33efb55fcb094f8e48591 (diff) | |
download | hercules-8832adba3ec9df0f7f890154f69f0993b8d1d8e5.tar.gz hercules-8832adba3ec9df0f7f890154f69f0993b8d1d8e5.tar.bz2 hercules-8832adba3ec9df0f7f890154f69f0993b8d1d8e5.tar.xz hercules-8832adba3ec9df0f7f890154f69f0993b8d1d8e5.zip |
Full npc folder reorganization. (I hope I didn't break anything D:)
-Now common scripts goes to the main npc folder, and pre-re-only/re-only ones goes to their respective folders.
-NPCs with practically the same script but little differences have been left in the main folder and uses the command checkre() for the differences.
-For those NPCs with different coordinates but same script, the script has been left in the main folder but the NPCs splitted as duplicates.
-All pre-renewal files has been reverted back to their pre-renewal behavior.
TODO:
-Correct pre-re quest rewards.
-Check for pre-re/re differences in mapflags.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16545 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_jobs.conf')
-rw-r--r-- | npc/scripts_jobs.conf | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/npc/scripts_jobs.conf b/npc/scripts_jobs.conf new file mode 100644 index 000000000..61191700e --- /dev/null +++ b/npc/scripts_jobs.conf @@ -0,0 +1,69 @@ +// -------------------------------------------------------------- +// - Job Scripts - +// -------------------------------------------------------------- + +// ------------------------- Job Quests ------------------------- +// - 1-1 Expanded +npc: npc/jobs/1-1e/gunslinger.txt +npc: npc/jobs/1-1e/ninja.txt +npc: npc/jobs/1-1e/taekwon.txt +// - 2-1 +npc: npc/jobs/2-1/assassin.txt +npc: npc/jobs/2-1/blacksmith.txt +npc: npc/jobs/2-1/hunter.txt +npc: npc/jobs/2-1/knight.txt +npc: npc/jobs/2-1/priest.txt +npc: npc/jobs/2-1/wizard.txt +// - 2-1 Transcended +npc: npc/jobs/2-1a/AssassinCross.txt +npc: npc/jobs/2-1a/HighPriest.txt +npc: npc/jobs/2-1a/HighWizard.txt +npc: npc/jobs/2-1a/LordKnight.txt +npc: npc/jobs/2-1a/Sniper.txt +npc: npc/jobs/2-1a/WhiteSmith.txt +// - 2-1 Expanded +npc: npc/jobs/2-1e/StarGladiator.txt +// - 2-2 +npc: npc/jobs/2-2/alchemist.txt +npc: npc/jobs/2-2/bard.txt +npc: npc/jobs/2-2/crusader.txt +npc: npc/jobs/2-2/dancer.txt +npc: npc/jobs/2-2/monk.txt +npc: npc/jobs/2-2/rogue.txt +npc: npc/jobs/2-2/sage.txt +// - 2-2 Transcended +npc: npc/jobs/2-2a/Champion.txt +npc: npc/jobs/2-2a/Clown.txt +npc: npc/jobs/2-2a/Creator.txt +npc: npc/jobs/2-2a/Gypsy.txt +npc: npc/jobs/2-2a/Paladin.txt +npc: npc/jobs/2-2a/Professor.txt +npc: npc/jobs/2-2a/Stalker.txt +// - 2-2 Expanded +npc: npc/jobs/2-2e/SoulLinker.txt +// - Novice +npc: npc/jobs/novice/supernovice.txt +// - Transcended Quest (2-x -> High Novice) +npc: npc/jobs/valkyrie.txt + +// ------------------------ Skill Quests ------------------------ +npc: npc/quests/skills/acolyte_skills.txt +npc: npc/quests/skills/alchemist_skills.txt +npc: npc/quests/skills/archer_skills.txt +npc: npc/quests/skills/assassin_skills.txt +npc: npc/quests/skills/bard_skills.txt +npc: npc/quests/skills/blacksmith_skills.txt +npc: npc/quests/skills/crusader_skills.txt +npc: npc/quests/skills/dancer_skills.txt +npc: npc/quests/skills/hunter_skills.txt +npc: npc/quests/skills/knight_skills.txt +npc: npc/quests/skills/mage_skills.txt +npc: npc/quests/skills/merchant_skills.txt +npc: npc/quests/skills/monk_skills.txt +npc: npc/quests/skills/novice_skills.txt +npc: npc/quests/skills/priest_skills.txt +npc: npc/quests/skills/rogue_skills.txt +npc: npc/quests/skills/sage_skills.txt +npc: npc/quests/skills/swordman_skills.txt +npc: npc/quests/skills/thief_skills.txt +npc: npc/quests/skills/wizard_skills.txt |