• 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!

Mount question

cesar10

Active Member
Joined
Aug 4, 2009
Messages
427
Reaction score
37
i have a simple question:$

what distro of TFS has the mount options on config.lua....

It should be in your Config.lua

In my config I have

Code:
-- Mounts
	useMounts = true
	mountCooldown = 2000
	[B]unmountPlayerInPz = false[/B]
	access = 0

It may vary depending on what Distrobution you use.


can someone tell me?D: please!
 
OTServ has something like that:
Code:
--Enable mounts?
enable_mounts = true

--Mount time
mount_time = 2000

--Should players be dismounted in protection zone ?
dismount_player_in_pz = true
 
Back
Top