
* Fixed job checks in Falcon Flute Trader script. (bugreport:7839) * Fixed Guillotine Katar slots. (bugreport:7838) * Fixed @itembound type 4 not working. * Bossnia changes: - Monsters should not be spawned with 'boss_monster' according to official scripts; removed 'notomb' mapflags accordingly (partial revert of r17404). - Merged file into events/bossnia.txt, since the spawns and warps should be disabled by default. Signed-off-by: Euphy <euphy@rathena.org>
27 lines
874 B
Plaintext
27 lines
874 B
Plaintext
// --------------------------------------------------------------
|
|
// - Map Flags -
|
|
// --------------------------------------------------------------
|
|
npc: npc/mapflag/nopvp.txt
|
|
npc: npc/mapflag/gvg.txt
|
|
npc: npc/mapflag/jail.txt
|
|
npc: npc/mapflag/nightmare.txt
|
|
npc: npc/mapflag/nobranch.txt
|
|
npc: npc/mapflag/noicewall.txt
|
|
npc: npc/mapflag/nomemo.txt
|
|
npc: npc/mapflag/nopenalty.txt
|
|
npc: npc/mapflag/nosave.txt
|
|
npc: npc/mapflag/noteleport.txt
|
|
npc: npc/mapflag/noreturn.txt
|
|
npc: npc/mapflag/noskill.txt
|
|
npc: npc/mapflag/nowarp.txt
|
|
npc: npc/mapflag/nowarpto.txt
|
|
//npc: npc/mapflag/partylock.txt
|
|
npc: npc/mapflag/pvp.txt
|
|
npc: npc/mapflag/pvp_noparty.txt
|
|
npc: npc/mapflag/pvp_noguild.txt
|
|
npc: npc/mapflag/night.txt
|
|
npc: npc/mapflag/restricted.txt
|
|
npc: npc/mapflag/battleground.txt
|
|
npc: npc/mapflag/town.txt
|
|
npc: npc/mapflag/reset.txt
|