summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorpanikon <panikon@zoho.com>2014-04-04 23:44:20 -0300
committerpanikon <panikon@zoho.com>2014-04-04 23:44:20 -0300
commit94ef1ee7bbea5dbdfcc6e96adf87a6262bb3ccdb (patch)
tree0eb22c142ee1bdec5477d285577e18946594d8b8 /doc/script_commands.txt
parent694d32a550e8841a6ed6c237880e3d5005e6208d (diff)
downloadhercules-94ef1ee7bbea5dbdfcc6e96adf87a6262bb3ccdb.tar.gz
hercules-94ef1ee7bbea5dbdfcc6e96adf87a6262bb3ccdb.tar.bz2
hercules-94ef1ee7bbea5dbdfcc6e96adf87a6262bb3ccdb.tar.xz
hercules-94ef1ee7bbea5dbdfcc6e96adf87a6262bb3ccdb.zip
Fixed issue: 8131
http://hercules.ws/board/tracker/issue-8131-sc-chat/ -Documented SC_NOCHAT -Corrected the way that pc_setparam was handling SP_MANNER -Added documentation on *sc_status regarding SC_NOCHAT, to mute a user via script you should set Manner
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index f6cad66d5..1fd3c47a6 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -5296,6 +5296,10 @@ re-apply).
You can see the full list of status effects caused by skills in
'src/map/status.h' - they are currently not fully documented, but most of
that should be rather obvious.
+Note: to use SC_NOCHAT you should alter Manner
+ set Manner, -5; // Will mute a user for 5 minutes
+ set Manner, 0; // Will unmute a user
+ set Manner, 5; // Will unmute a user and prevent the next use of 'Manner'
---------------------------------------