diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-16 01:37:05 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-16 01:37:05 -0200 |
commit | 25e53dcabe3b511a4e12bd63f232ae658869fc8e (patch) | |
tree | 046cd184346ada0e02472f5e938b8224db640ca5 /server/gm | |
parent | 953a1bdea987b1fd232cca5e6be7ec84352b9a9c (diff) | |
download | docs-25e53dcabe3b511a4e12bd63f232ae658869fc8e.tar.gz docs-25e53dcabe3b511a4e12bd63f232ae658869fc8e.tar.bz2 docs-25e53dcabe3b511a4e12bd63f232ae658869fc8e.tar.xz docs-25e53dcabe3b511a4e12bd63f232ae658869fc8e.zip |
Update documentation on master
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' + +--------------------------------------- |