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/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/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 890e802fd..d81d76ed7 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -85,6 +85,8 @@ npc: npc/cities/yuno.txt //npc: npc/events/dumplingfestival.txt // - Official Easter (2008) Event (iRO) //npc: npc/events/easter_2008.txt +// - Official Easter (2010) Event +//npc: npc/events/easter_2010.txt // - Official kRO, idRO Skill Reset Event //npc: npc/events/event_skill_reset.txt // - Events related to WoE SE Guild Dungeons. @@ -174,6 +176,7 @@ npc: npc/other/arena/arena_party.txt npc: npc/other/arena/arena_point.txt npc: npc/other/arena/arena_room.txt // -------------------------------------------------------------- +//npc: npc/other/acolyte_warp.txt npc: npc/other/auction.txt npc: npc/other/books.txt npc: npc/other/bulletin_boards.txt @@ -181,6 +184,7 @@ npc: npc/other/bulletin_boards.txt npc: npc/other/comodo_gambling.txt npc: npc/other/divorce.txt npc: npc/other/fortune.txt +npc: npc/other/gm_npcs.txt npc: npc/other/guildpvp.txt npc: npc/other/gympass.txt npc: npc/other/hugel_bingo.txt @@ -194,14 +198,10 @@ npc: npc/other/monster_race.txt npc: npc/other/poring_war.txt npc: npc/other/powernpc.txt npc: npc/other/pvp.txt -npc: npc/other/resetskill.txt -npc: npc/other/sealstatus.txt // - Turbo Track Arena npc: npc/other/turbo_track.txt -npc: npc/other/gm_npcs.txt + // --------------------------- Quests --------------------------- -// - Payon & Morocc Quest Potion -------------------------------- -npc: npc/quests/mage_solution.txt // - Quests-Tutorials for basic classes (1st class quests) ------ npc: npc/quests/first_class/tu_acolyte.txt npc: npc/quests/first_class/tu_archer.txt @@ -219,13 +219,15 @@ npc: npc/quests/newgears/2008_headgears.txt // God Item Second Edition Quests npc: npc/quests/okolnir.txt // - The God Item Quest ----------------------------------------- -npc: npc/quests/seals/brisingamen_seal.txt // - Controller file, allow GMs to change variables. -//npc: npc/quests/seals/god_global.txt +npc: npc/quests/seals/god_global.txt +npc: npc/quests/seals/brisingamen_seal.txt npc: npc/quests/seals/god_weapon_creation.txt npc: npc/quests/seals/megingard_seal.txt npc: npc/quests/seals/mjolnir_seal.txt npc: npc/quests/seals/sleipnir_seal.txt +// - Seal status board. +npc: npc/quests/seals/seal_status.txt // -------------------------------------------------------------- // - Wandering Minstrel Quest npc: npc/quests/bard_quest.txt @@ -242,6 +244,7 @@ npc: npc/quests/gunslinger_quests.txt npc: npc/quests/juice_maker.txt npc: npc/quests/kiel_hyre_quest.txt npc: npc/quests/lvl4_weapon_quest.txt +npc: npc/quests/mage_solution.txt npc: npc/quests/monstertamers.txt npc: npc/quests/mrsmile.txt npc: npc/quests/ninja_quests.txt @@ -277,5 +280,5 @@ npc: npc/quests/quests_yuno.txt npc: npc/quests/thana_quest.txt // - The Sign Quest // Be sure that the time zone set corresponds with the server's. -// For more info, read the comments in npc/quests/The_Sign_Quest.txt +// For more info, read the comments in npc/quests/the_sign_quest.txt npc: npc/quests/the_sign_quest.txt |