
* Added skill_duration mapflag. * This mapflag sets a skill unit time limit to n% of original duration. * Implemented mapflags for Hunter's Traps in GVG, BG, and Novice Guild maps. Signed-off-by: Cydh Ramdh <cydh@pservero.com>
22 lines
795 B
Plaintext
22 lines
795 B
Plaintext
// --------------------------------------------------------------
|
|
// - Renewal Map Flags -
|
|
// --------------------------------------------------------------
|
|
npc: npc/re/mapflag/nopvp.txt
|
|
npc: npc/re/mapflag/gvg.txt
|
|
npc: npc/re/mapflag/hidemobhpbar.txt
|
|
npc: npc/re/mapflag/nobranch.txt
|
|
npc: npc/re/mapflag/noicewall.txt
|
|
npc: npc/re/mapflag/nolockon.txt
|
|
npc: npc/re/mapflag/nomemo.txt
|
|
npc: npc/re/mapflag/nopenalty.txt
|
|
npc: npc/re/mapflag/nosave.txt
|
|
npc: npc/re/mapflag/noteleport.txt
|
|
npc: npc/re/mapflag/nowarpto.txt
|
|
//npc: npc/re/mapflag/partylock.txt
|
|
npc: npc/re/mapflag/privateairship.txt
|
|
npc: npc/re/mapflag/night.txt
|
|
npc: npc/re/mapflag/restricted.txt
|
|
npc: npc/re/mapflag/town.txt
|
|
npc: npc/re/mapflag/reset.txt
|
|
npc: npc/re/mapflag/skill_duration.txt
|