
Script commands 'sit' and 'stand' now work only when character is in required state. (Euphy) ~ Hercules Merges ~ * Added extra support to GM unload NPC via right-click [credits: Ind] * Implemented real-time server stats (in and out data and ram usage). [credits: Ai4rei, mkbu95] * Fixed chatrooms disappearing after using @disguise. [credits: MatiasSW] * Implemented 'notomb' mapflag for Bossnia maps. [credits: CairoLee] git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17404 54d463be-8e91-2dee-dedb-b68131a5f0ec
28 lines
902 B
Plaintext
28 lines
902 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/notomb.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
|