diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-24 09:13:50 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-24 09:13:50 +0000 |
commit | e17d1bfa00dcde02180df01edf7b028bf1c46432 (patch) | |
tree | c1a6d46f3ad2c9ae7b164803b5210ecdc2c5f6e8 /conf/mapflag/noloot.txt | |
parent | d080398382d6ce1f4a4635e6a9de460994323823 (diff) | |
download | hercules-e17d1bfa00dcde02180df01edf7b028bf1c46432.tar.gz hercules-e17d1bfa00dcde02180df01edf7b028bf1c46432.tar.bz2 hercules-e17d1bfa00dcde02180df01edf7b028bf1c46432.tar.xz hercules-e17d1bfa00dcde02180df01edf7b028bf1c46432.zip |
* Limited manual detection of data truncation to string/enum/blob columns.
* Renamed conf-tmpl to conf.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11284 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/mapflag/noloot.txt')
-rw-r--r-- | conf/mapflag/noloot.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/mapflag/noloot.txt b/conf/mapflag/noloot.txt new file mode 100644 index 000000000..a260ed5b3 --- /dev/null +++ b/conf/mapflag/noloot.txt @@ -0,0 +1,25 @@ +//===== eAthena Script ======================================= +//= Map flags that disable drop of loot +//===== By: ================================================== +//= eAthena Dev Team +//= 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 +job_sword1 mapflag noloot +in_moc_16 mapflag noloot +job_hunte mapflag noloot +job_knt mapflag noloot +job_prist mapflag noloot +job_wiz mapflag noloot +job_cru mapflag noloot +monk_test mapflag noloot +in_rogue mapflag noloot +job_sage mapflag noloot +job_soul mapflag noloot +job_star mapflag noloot +que_ng mapflag noloot + +//Thieves have to gather some mushrooms. So they need loot +//job_thief1 mapflag noloot |