
* Renamed conf-tmpl to conf. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11284 54d463be-8e91-2dee-dedb-b68131a5f0ec
26 lines
785 B
Plaintext
26 lines
785 B
Plaintext
//===== 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
|