diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-31 14:24:26 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-31 14:24:26 +0000 |
commit | a472684e830dbe409ca1ed631895b1ec6501589f (patch) | |
tree | 9e95213e14819b59605b72cc6466e53685973e7f /npc/scripts_athena.conf | |
parent | f184a1ffa46cfeabf711a5ca6db3da6944cf79ab (diff) | |
download | hercules-a472684e830dbe409ca1ed631895b1ec6501589f.tar.gz hercules-a472684e830dbe409ca1ed631895b1ec6501589f.tar.bz2 hercules-a472684e830dbe409ca1ed631895b1ec6501589f.tar.xz hercules-a472684e830dbe409ca1ed631895b1ec6501589f.zip |
* 13026 Added iRO Repeatable EXP quests care of Kisuka.
* Updated guild scripts, removed interior flag dialog.
* Applied some Payon 1 script fixes from bugreport:1941.
* Cost is now doubled when investing a second time in eco or defence.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13026 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_athena.conf')
-rw-r--r-- | npc/scripts_athena.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 3e0bb06b0..6f20c0a91 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -128,7 +128,11 @@ npc: npc/quests/first_class/tu_sword.txt npc: npc/quests/first_class/tu_thief01.txt //Wandering Minstrel Quest npc: npc/quests/Bard_Quest.txt - +// iRO Repeatable EXP quests; +// Note: Before enabling remove +// 1) 925,Bill_Of_Birds; 2) 7106,Goat's_Horn +// From Vendor shops in npc/merchants/shops.txt +//npc: npc/quests/iRO_Exp.txt // -------------------------------------------------------------- // --------------------------- Guides --------------------------- npc: npc/guides/guides_alb.txt |