diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-24 08:31:18 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-24 08:31:18 +0000 |
commit | 25efa391833117c39d220041f08cab2b9c1b2ea7 (patch) | |
tree | ee0174279192990ab7bbd356c4cf024860de9d91 /npc | |
parent | bd8622af1e10b8185a2067450229d72f2bcad4a5 (diff) | |
download | hercules-25efa391833117c39d220041f08cab2b9c1b2ea7.tar.gz hercules-25efa391833117c39d220041f08cab2b9c1b2ea7.tar.bz2 hercules-25efa391833117c39d220041f08cab2b9c1b2ea7.tar.xz hercules-25efa391833117c39d220041f08cab2b9c1b2ea7.zip |
Tested the Novice Exchange Quest by Dr.Evil and added it to the default NPCs
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6721 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/scripts_athena.conf | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 631c89d76..ff994a61b 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -30,6 +30,9 @@ Evera Date Added
======
+05/24
+ * Added the Novice Exchange Quest provided by Dr.Evil [Playtester]
+ - exchange novice loot for Red Potions
05/23
* Fixed a bug in the new Job Master [Playtester]
- he rebirthed you even if you haven't reached level 99...
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 98973f17b..69ef8a85c 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -101,6 +101,7 @@ npc: npc/quests/newgears/traveler.txt npc: npc/quests/newgears/tulip_hairpin.txt
npc: npc/quests/newgears/orc_hero_helm.txt
npc: npc/quests/newgears/new_hats_0625.txt
+npc: npc/quests/novice_exchange.txt
//it's iRO script, uncomment it if you want to soil your economics with cheap OBBs
//npc: npc/quests/obb_quest.txt
npc: npc/quests/cooking_quest.txt
|