diff options
author | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
---|---|---|
committer | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
commit | e3afdc2af4c5e50c79237ee092e25f39b7428e47 (patch) | |
tree | 20cfd05dd6fc2e3e53173ef059f045cee1526d58 /npc/pre-re/scripts.conf | |
parent | 491892212d338903179909b89a5bfc2385e52261 (diff) | |
download | hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.gz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.bz2 hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.xz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.zip |
Update to last rAthena npc.
Fix some typos
change sc_bleeding to -> sc_blooding
Updated RE EXP for quests_brasilis.txt
Diffstat (limited to 'npc/pre-re/scripts.conf')
-rw-r--r-- | npc/pre-re/scripts.conf | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/npc/pre-re/scripts.conf b/npc/pre-re/scripts.conf index 0dd7d035d..1a6c0cd49 100644 --- a/npc/pre-re/scripts.conf +++ b/npc/pre-re/scripts.conf @@ -9,6 +9,7 @@ npc: npc/pre-re/airports/izlude.txt npc: npc/pre-re/cities/alberta.txt npc: npc/pre-re/cities/izlude.txt npc: npc/pre-re/cities/jawaii.txt +npc: npc/pre-re/cities/yuno.txt // --------------------------- Guides --------------------------- npc: npc/pre-re/guides/guides_alberta.txt @@ -34,14 +35,20 @@ npc: npc/pre-re/guides/guides_umbala.txt npc: npc/pre-re/guides/guides_veins.txt // ---------------- Kafras & Cool Event Corp. ------------------- -npc: npc/pre-re/kafras/kafras_izl.txt +npc: npc/pre-re/kafras/kafras.txt // -------------------------- Merchant -------------------------- +npc: npc/pre-re/merchants/ammo_boxes.txt +npc: npc/pre-re/merchants/ammo_dealer.txt npc: npc/pre-re/merchants/shops.txt // --------------------------- Others --------------------------- -// -------------------------------------------------------------- +npc: npc/pre-re/other/bulletin_boards.txt npc: npc/pre-re/other/mercenary_rent.txt +npc: npc/pre-re/other/pvp.txt +npc: npc/pre-re/other/msg_boards.txt +npc: npc/pre-re/other/resetskill.txt +npc: npc/pre-re/other/turbo_track.txt // --------------------------- Quests --------------------------- // - Repeatable EXP Quests (iRO) -------------------------------- @@ -67,12 +74,13 @@ npc: npc/pre-re/other/mercenary_rent.txt //npc: npc/pre-re/quests/collection/quest_pupa.txt //npc: npc/pre-re/quests/collection/quest_zhupolong.txt // -------------------------------------------------------------- +// - Quests-Tutorials for basic classes (1st class quests) ------ +npc: npc/pre-re/quests/first_class/tu_archer.txt +// -------------------------------------------------------------- +npc: npc/pre-re/quests/monstertamers.txt npc: npc/pre-re/quests/mrsmile.txt +npc: npc/pre-re/quests/quests_13_1.txt npc: npc/pre-re/quests/quests_izlude.txt npc: npc/pre-re/quests/quests_lighthalzen.txt -npc: npc/pre-re/quests/monstertamers.txt npc: npc/pre-re/quests/quests_nameless.txt -npc: npc/pre-re/quests/quests_13_1.txt -npc: npc/pre-re/quests/skills/swordman_skills.txt npc: npc/pre-re/quests/quests_veins.txt - |