
- Removed several noicewall limitations from interior maps mostly. - Removed several noreturn limitations from interior maps mostly. - Removed nobranch limitations from PVP (yoyo and nightmare) maps. - Removed nopenalty flag from nightmare PVP maps. - Commented out all noloot and noexp mapflag entries. - Added a few more noskill entries for some maps. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13033 54d463be-8e91-2dee-dedb-b68131a5f0ec
25 lines
801 B
Plaintext
25 lines
801 B
Plaintext
//===== 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]
|
|
//= 1.7 Commented out entries. (Quests are official) [L0ne_W0lf]
|
|
//============================================================
|
|
|
|
// Location for Job's Quests
|
|
//job_thief1 mapflag noexp
|
|
//job_sword1 mapflag noexp
|
|
//in_moc_16 mapflag noexp
|
|
//job_hunte mapflag noexp
|
|
//job_knt mapflag noexp
|
|
//job_prist mapflag noexp
|
|
//job_wiz mapflag noexp
|
|
//job_cru mapflag noexp
|
|
//monk_test mapflag noexp
|
|
//in_rogue mapflag noexp
|
|
//job_sage mapflag noexp
|
|
//job_soul mapflag noexp
|
|
//job_star mapflag noexp
|
|
//que_ng mapflag noexp
|