diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-10 04:55:08 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-10 04:55:08 +0000 |
commit | 87b1337021cd74d1f5da50ccf89f5cc044cde427 (patch) | |
tree | c0652423aeedd4326b24a9af276e9224b340b33a /npc/re/quests/eden/26-40.txt | |
parent | ec230d1eb8212f4c5b8e551e4fb4cd0b638ed637 (diff) | |
download | hercules-87b1337021cd74d1f5da50ccf89f5cc044cde427.tar.gz hercules-87b1337021cd74d1f5da50ccf89f5cc044cde427.tar.bz2 hercules-87b1337021cd74d1f5da50ccf89f5cc044cde427.tar.xz hercules-87b1337021cd74d1f5da50ccf89f5cc044cde427.zip |
* Optimized Eden Quest lv. 11-25 (re\quests\eden\)
* Fixed bugreport:6427 with new Alchemist quest (jobs\2-2\alchemist.txt)
* Other misc changes/fixes...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16615 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/quests/eden/26-40.txt')
-rw-r--r-- | npc/re/quests/eden/26-40.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/quests/eden/26-40.txt b/npc/re/quests/eden/26-40.txt index e19a5d072..ec33d04f7 100644 --- a/npc/re/quests/eden/26-40.txt +++ b/npc/re/quests/eden/26-40.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= Repetable Quests for Players between Baselevel 25 - 41 . +//= Repetable Quests for Players between Baselevel 26 - 40. //===== Additional Comments: ================================= //= 1.0 First Version. //= 1.1 Some little optimization here and there. [Masao] @@ -15,7 +15,7 @@ //============================================================ moc_para01,38,38,3 script Mission [26 - 40] 857,{ - if (countitem(6219) != 1) { + if (countitem(6219) < 1) { mes "You are not a qualified member. You can not use the bulletin board."; close; } |