diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-05-18 16:00:28 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-05-18 16:00:28 -0300 |
commit | 077d9c8dca0918995f48fe8b3c1e8525e0bf74f8 (patch) | |
tree | fccb458649d33cb5503cba99be279b6510064f54 /npc/mapflag/noexp.txt | |
parent | 21bbfad48084190b8a6881ee3b277993418a5137 (diff) | |
download | hercules-077d9c8dca0918995f48fe8b3c1e8525e0bf74f8.tar.gz hercules-077d9c8dca0918995f48fe8b3c1e8525e0bf74f8.tar.bz2 hercules-077d9c8dca0918995f48fe8b3c1e8525e0bf74f8.tar.xz hercules-077d9c8dca0918995f48fe8b3c1e8525e0bf74f8.zip |
Relocated mapflag from conf/ to npc/ and renamed some script files
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'npc/mapflag/noexp.txt')
-rw-r--r-- | npc/mapflag/noexp.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/npc/mapflag/noexp.txt b/npc/mapflag/noexp.txt new file mode 100644 index 000000000..0b6fe20c6 --- /dev/null +++ b/npc/mapflag/noexp.txt @@ -0,0 +1,32 @@ +//===== Hercules Script ======================================= +//= Mapflag: Disable EXP gain. +//===== By: ================================================== +//= Hercules Dev Team +//===== Current Version: ===================================== +//= 1.7 +//===== Description: ========================================= +//= Same as 'nobaseexp' and 'nojobexp' combined. +//===== Additional Comments: ================================= +//= 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] +//============================================================ + +// Job 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 + +// Misc Quests ======================= +// mosk_ship mapflag noexp |