
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5094 54d463be-8e91-2dee-dedb-b68131a5f0ec
81 lines
3.1 KiB
Plaintext
81 lines
3.1 KiB
Plaintext
// --------------------------------------------------------------
|
||
// - Job Scripts -
|
||
// --------------------------------------------------------------
|
||
// --------------------------------------------------------------
|
||
// - Warning!! Acktung!! Awas!! gevaar!! peligro!! ÂûG<C3BB>EûG<C3BB>E -
|
||
// --------------------------------------------------------------
|
||
// - All scripts here should be used at your own risk. If you -
|
||
// - have edited it yourself, we are not responsible for any -
|
||
// - Damages or whatsoever. Do not report any bugs unless you -
|
||
// - are sure they exsist. Please provide evidence and proof. -
|
||
// - eAthena developmers are not responsible for any damages or -
|
||
// - disruptions of service during the service of the server -
|
||
// - caused by the included scripts or for any damages -
|
||
// - resulting in the use of the scripts. -
|
||
// - Thanks, -
|
||
// - eAthena Dev Team -
|
||
// --------------------------------------------------------------
|
||
// ------------------------- Job Quests -------------------------
|
||
|
||
//--Job Quest Functions. QUESTS WILL NOT WORK IF REMOVED!
|
||
npc: npc/jobs/Jfunc/Jfunc1-1.txt
|
||
npc: npc/jobs/Jfunc/Jfunc2-1.txt
|
||
npc: npc/jobs/Jfunc/Jfunc2-2.txt
|
||
// -- Novice
|
||
npc: npc/jobs/novice/novice.txt
|
||
npc: npc/jobs/novice/supernovice.txt
|
||
// -- 1-1
|
||
npc: npc/jobs/1-1/thief.txt
|
||
npc: npc/jobs/1-1/archer.txt
|
||
npc: npc/jobs/1-1/mage.txt
|
||
npc: npc/jobs/1-1/merchant.txt
|
||
npc: npc/jobs/1-1/acolyte.txt
|
||
npc: npc/jobs/1-1/swordman.txt
|
||
// -- 2-1
|
||
npc: npc/jobs/2-1/blacksmith.txt
|
||
npc: npc/jobs/2-1/knight.txt
|
||
npc: npc/jobs/2-1/hunter.txt
|
||
npc: npc/jobs/2-1/priest.txt
|
||
npc: npc/jobs/2-1/wizard.txt
|
||
npc: npc/jobs/2-1/assassin.txt
|
||
// -- 2-2
|
||
npc: npc/jobs/2-2/rogue.txt
|
||
npc: npc/jobs/2-2/alchemist.txt
|
||
npc: npc/jobs/2-2/sage.txt
|
||
npc: npc/jobs/2-2/crusader.txt
|
||
npc: npc/jobs/2-2/monk.txt
|
||
npc: npc/jobs/2-2/dancer.txt
|
||
npc: npc/jobs/2-2/bard.txt
|
||
// -- 2-1A (Without Quest)
|
||
npc: npc/jobs/2-1a/AssassinCross.txt
|
||
npc: npc/jobs/2-1a/LordKnight.txt
|
||
npc: npc/jobs/2-1a/HighPriest.txt
|
||
npc: npc/jobs/2-1a/HighWizard.txt
|
||
npc: npc/jobs/2-1a/WhiteSmith.txt
|
||
npc: npc/jobs/2-1a/Sniper.txt
|
||
// -- 2-2A (Without Quest)
|
||
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
|
||
// -- 1-1E (Without Quest)
|
||
npc: npc/jobs/1-1e/taekwon.txt
|
||
// -- 2-1E (Place Holder)
|
||
npc: npc/jobs/2-1e/StarGladiator.txt
|
||
// -- 2-2E (Place Holder)
|
||
npc: npc/jobs/2-2e/SoulLinker.txt
|
||
// --------------------------------------------------------------
|
||
// ------------------------ Skill Quests ------------------------
|
||
npc: npc/quests/skills/acolyte_skills.txt
|
||
npc: npc/quests/skills/archer_skills.txt
|
||
npc: npc/quests/skills/mage_skills.txt
|
||
npc: npc/quests/skills/merchant_skills.txt
|
||
npc: npc/quests/skills/novice_skills.txt
|
||
npc: npc/quests/skills/swordman_skills.txt
|
||
npc: npc/quests/skills/thief_skills.txt
|
||
npc: npc/quests/skills/2nd_class_skills.txt
|
||
// --------------------------------------------------------------
|