• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Gamemaster Commands on TFS

koitsalu

Banned User
Joined
Sep 27, 2007
Messages
562
Reaction score
1
Hello, I was wondering if there was any explanation on every commands in TFS.

Thanks for the help!
 
Like what they do?
Code:
	<command cmd="/b" group="2" acctype="5"/> -- Ban player
	<command cmd="/i" group="2" acctype="5"/> -- Craft item by id
	<command cmd="/n" group="2" acctype="5"/> -- Craft item by name
	<command cmd="/reload" group="1" acctype="5"/> -- Reload (e.g. actions/monsters/etc.)
	<command cmd="/s" group="2" acctype="5"/> -- Awake NPC
	<command cmd="/openserver" group="1" acctype="5"/> -- Open the server to all connections
	<command cmd="/closeserver" group="1" acctype="5"/> -- Reject connections to players
	<command cmd="/owner" group="2" acctype="5"/> -- Change house ownership
	<command cmd="/goto" group="2" acctype="4"/> -- Goto a player/npc/monster
	<command cmd="/a" group="2" acctype="5"/> -- Jump 'x' space(s) in facing direction
	<command cmd="/c" group="2" acctype="4"/> -- Call a player/NPC/monster
	<command cmd="/m" group="2" acctype="5"/> -- Summon a wild monster
	<command cmd="/summon" group="2" acctype="5"/> -- Summon a monster under the summoners control
	<command cmd="/kick" group="1" acctype="4"/> -- Kick a player
	<command cmd="/B" group="1" acctype="4"/> -- Broadcast text
	<command cmd="/q" group="2" acctype="4"/> -- Check gold count
	<command cmd="/info" group="1" acctype="4"/> -- Get an online players information
	<command cmd="/t" group="2" acctype="4"/> -- Teleport to temple 
	<command cmd="/up" group="2" acctype="5"/> -- Move up a floor
	<command cmd="/down" group="2" acctype="5"/> -- Move down a floor
	<command cmd="/newtype" group="2" acctype="5"/> -- Change look type
	<command cmd="/pos" group="1" acctype="2"/> -- Get your current X/Y/Z
	<command cmd="/r" group="2" acctype="5"/> -- Remove item (non ground tile)
	<command cmd="/town" group="2" acctype="4"/> -- Goto specific town
	<command cmd="/raid" group="2" acctype="4"/> -- Call up a raid
	<command cmd="/addskill" group="2" acctype="5"/> -- Add skill(s)
	<command cmd="/unban" group="1" acctype="4"/> -- Unban a player (offline)
	<command cmd="/clean" group="2" acctype="5"/> -- Clean the map (except the non pvp zones)
	
	<command cmd="!online" group="1" acctype="1"/> -- Check players online
	<command cmd="!buyhouse" group="1" acctype="1"/> -- Buy a home
	<command cmd="!sellhouse" group="1" acctype="1"/> -- Sell a home
	<command cmd="!serverinfo" group="1" acctype="1"/> -- Receive server infomation
	<command cmd="!kills" group="1" acctype="1"/> -- Get frag count and frag loss time
	<command cmd="!createguild" group="1" acctype="1"/> -- Create a guild
	<command cmd="!joinguild" group="1" acctype="1"/> -- Join a guild
 
Schedule a server save. Make it do a faster save via global (if you use "search" someone posted how to do that). Even if your using the GUI I think there is a save player(s) option. If your just worried about resetting the server for updates, when you formally close down the server it saves.
 
@ Koitsalu did you want an example of how to use each? i'd be happy to write it out.

@ Thunder. you should search for that first, and if you can't find it make your own help topic.
 
Back
Top