diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-25 16:26:17 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-25 16:26:17 +0000 |
commit | 59b77fd300765595d6fbf5333cc541f40c2f0cae (patch) | |
tree | 0df1df80b728f6cb89b16c4763d3a11007130e58 /doc/script_commands.txt | |
parent | 173a79cfb2cbba5e7b369e1349c0b1d1618b7ab6 (diff) | |
download | hercules-59b77fd300765595d6fbf5333cc541f40c2f0cae.tar.gz hercules-59b77fd300765595d6fbf5333cc541f40c2f0cae.tar.bz2 hercules-59b77fd300765595d6fbf5333cc541f40c2f0cae.tar.xz hercules-59b77fd300765595d6fbf5333cc541f40c2f0cae.zip |
added noVending mapflag. Tested. + custom Market Place NPC, fixed MSG strings
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6755 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index e50adda07..da9a8227c 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3753,8 +3753,8 @@ mf_noteleport, mf_nowarp, mf_nogo) storing location when disconnected (mf_nosave), dead branch usage (mf_nobranch), penalties upon death
(mf_nopenalty, mf_nozenypenalty), PVP behavior (mf_pvp, mf_pvp_noparty,
mf_pvp_noguild, mf_nopvp), WoE behavior (mf_gvg,mf_gvg_noparty), ability to use
-skills or open up trade deals (mf_notrade, mf_noskill, mf_noicewall), current
-weather effects (mf_snow, mf_fog, mf_sakura, mf_leaves, mf_rain, mf_clouds,
+skills or open up trade deals (mf_notrade, mf_novending, mf_noskill, mf_noicewall),
+current weather effects (mf_snow, mf_fog, mf_sakura, mf_leaves, mf_rain, mf_clouds,
mf_fireworks) and whether day/night will be in effect on this map (mf_indoors).
---------------------------------------
|