diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-24 04:47:51 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-24 04:47:51 +0000 |
commit | d93424ae021d462ece509b892d0e2a46701fbb18 (patch) | |
tree | be9455fa6f2e6a7ed1b8032175d183302427dc5e /conf-tmpl/mapflag | |
parent | 8c752b6915b68304e484439e5048e4e65c1ec2fe (diff) | |
download | hercules-d93424ae021d462ece509b892d0e2a46701fbb18.tar.gz hercules-d93424ae021d462ece509b892d0e2a46701fbb18.tar.bz2 hercules-d93424ae021d462ece509b892d0e2a46701fbb18.tar.xz hercules-d93424ae021d462ece509b892d0e2a46701fbb18.zip |
move Bio ethic to skill quests, fixed bio ethic (let Baby alc+creators learn the skill, too). updated lighthalzen added mapflags. fixed treasure spawn formula
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8463 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/mapflag')
-rw-r--r-- | conf-tmpl/mapflag/noexp.txt | 11 | ||||
-rw-r--r-- | conf-tmpl/mapflag/noloot.txt | 13 |
2 files changed, 11 insertions, 13 deletions
diff --git a/conf-tmpl/mapflag/noexp.txt b/conf-tmpl/mapflag/noexp.txt index 8fc01998f..daa001ac6 100644 --- a/conf-tmpl/mapflag/noexp.txt +++ b/conf-tmpl/mapflag/noexp.txt @@ -2,12 +2,8 @@ //= Map flags that disable gaining EXP
//===== By: ==================================================
//= eAthena Dev Team
-//= 1.2 [Lupus]
-//= 1.3 [massdriller]
-//= 1.4 Lupus
-//= 1.5 Lorky
-//===== Current Version: =====================================
-// 15.06.2005 :: Lorky :: First release
+//= 1.2 [Lupus] 1.3 [massdriller] 1.4 Lupus 1.5 Lorky
+//= 1.6 Added Lighthalzen (due to quests) [Lupus]
//============================================================
// Location for Job's Quests
@@ -25,3 +21,6 @@ job_sage.gat mapflag noexp job_soul.gat mapflag noexp
job_star.gat mapflag noexp
que_ng.gat mapflag noexp
+
+//Lighthalzen Quests
+lighthalzen.gat mapflag noexp
\ No newline at end of file diff --git a/conf-tmpl/mapflag/noloot.txt b/conf-tmpl/mapflag/noloot.txt index f2ac2392b..68cad6e81 100644 --- a/conf-tmpl/mapflag/noloot.txt +++ b/conf-tmpl/mapflag/noloot.txt @@ -2,12 +2,8 @@ //= Map flags that disable drop of loot
//===== By: ==================================================
//= eAthena Dev Team
-//= 1.2 [Lupus]
-//= 1.3 [massdriller]
-//= 1.4 Lupus
-//= 1.5 Lorky
-//===== Current Version: =====================================
-// 15.06.2005 :: Lorky :: First release
+//= 1.2 [Lupus] 1.3 [massdriller] 1.4 Lupus 1.5 Lorky
+//= 1.6 Added Lighthalzen (due to quests) [Lupus]
//============================================================
// Location for Job's Quests
@@ -26,4 +22,7 @@ job_star.gat mapflag noloot que_ng.gat mapflag noloot
//Thievs have to gather some mushrooms. So they need loot
-//job_thief1.gat mapflag noloot
\ No newline at end of file +//job_thief1.gat mapflag noloot
+
+//Lighthalzen Quests
+lighthalzen.gat mapflag noloot
|