diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-08 20:20:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-08 20:20:46 +0300 |
commit | c75060a97ee08ba6f05d2692ae27b3e81f8db812 (patch) | |
tree | ede77586c894dcf611c8e1edd6f25406ea31ba0d /server/gm | |
parent | bae104c262740e4a5076f405261d6153496cb1db (diff) | |
download | docs-c75060a97ee08ba6f05d2692ae27b3e81f8db812.tar.gz docs-c75060a97ee08ba6f05d2692ae27b3e81f8db812.tar.bz2 docs-c75060a97ee08ba6f05d2692ae27b3e81f8db812.tar.xz docs-c75060a97ee08ba6f05d2692ae27b3e81f8db812.zip |
Update docs from hercules.
Diffstat (limited to 'server/gm')
-rw-r--r-- | server/gm/atcommands.txt | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/server/gm/atcommands.txt b/server/gm/atcommands.txt index fdafb6c..18d3de4 100644 --- a/server/gm/atcommands.txt +++ b/server/gm/atcommands.txt @@ -1455,3 +1455,40 @@ Sets the intimacy level of your homunculus, with 1000 being "Loyal". Sets the hunger level of your homunculus, with 100 being "Stuffed". --------------------------------------- + +@cvcon + +Set the mapflag cvc on the map (Turn on Clans vs Clans mode) + +--------------------------------------- + +@cvcoff + +Unset the mapflag cvc on the map (Turn off Clans vs Clans mode) + +--------------------------------------- + +@claninfo + +Lists all informations of all clans + +--------------------------------------- + +@joinclan <ClanID> + +Joins the Clan with the given ID if it exists. + +--------------------------------------- + +@leaveclan + +Leaves the Clan if any. + +--------------------------------------- + +@reloadclans + +Reloads the 'conf/clans.conf' file. +Obs: it will reload 'db/clans.conf' too since it's included inside 'conf/clans.conf' + +--------------------------------------- |