blob: e488f8f0a5c4547ef493e27a70566a266652030c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
//===== 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]
//= 1.7 Commented out entries. (Quests are official) [L0ne_W0lf]
//============================================================
// 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
|