blob: 0d6fbddeffd5fe035c1db641a90748896f40b0d0 (
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
|
//===== eAthena Script =======================================
//= Map flags that disable gaining EXP
//===== 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_thief1.gat mapflag noexp
job_sword1.gat mapflag noexp
in_moc_16.gat mapflag noexp
job_hunte.gat mapflag noexp
job_knt.gat mapflag noexp
job_prist.gat mapflag noexp
job_wiz.gat mapflag noexp
job_cru.gat mapflag noexp
monk_test.gat mapflag noexp
in_rogue.gat mapflag noexp
job_sage.gat mapflag noexp
job_soul.gat mapflag noexp
job_star.gat mapflag noexp
que_ng.gat mapflag noexp
|