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

GM Comands

Gubailovo

Well-Known Member
Joined
Dec 19, 2013
Messages
409
Solutions
2
Reaction score
66
these flags are used but some of them do not work
XML:
<?xml version="1.0"?>
 <!-- Tip: you can create as many access levels as you want to give more or less commands to different gms -->
 
 <commands>
 <command cmd="/raid" access="3" />
 <command cmd="/killraid" access="3" />
 <command cmd="/addskill" access="3" logged="1" />
 <command cmd="/a" access="3" />
 <command cmd="/B" access="1" />
 <command cmd="/b" access="3" />
 <command cmd="/c" access="3" />
 <command cmd="/m" access="3" logged="1" />
 <command cmd="/q" access="3" />
 <command cmd="/reload" access="3" />
 <command cmd="/s" access="3" />
 <command cmd="/t" access="3" />
 <command cmd="/z" access="3" />
 <command cmd="/goto" access="3" />
 <command cmd="/info" access="1" />
 <command cmd="/closeserver" access="3" />
 <command cmd="/openserver" access="3" />
 <command cmd="/getonline" access="1" />
 <command cmd="/summon" access="3" />
 <command cmd="/outfit" access="3" />
 <command cmd="/speed" access="3" />
 <command cmd="/i" access="3" />
 <command cmd="/voc" access="3" logged="1" />
 <command cmd="/access" access="3" logged="1"  />
 <command cmd="/check" access="3" />
 <command cmd="/mute" access="1" />
 <command cmd="/gethouse" access="3" />
 <command cmd="/convert" access="3" />

 <command cmd="/married" access="3"/>
 <command cmd="/skills" access="1"/>
 <command cmd="/accinfo" access="1"/>
 <command cmd="/addsc" access="3" logged="1" />
 <command cmd="/addglory" access="3" logged="1" />
 <command cmd="/showslots" access="1"/>
 <command cmd="/giveexp" access="3" logged="1" />
 <command cmd="/kick" access="1" />
 <command cmd="/up" access="3" />
 <command cmd="/down" access="3" />
 
 <command cmd="/getowner" access="1" />
 <command cmd="/owner" access="3" logged="1" />
 <command cmd="/send" access="3" />
 <command cmd="/save" access="3" />
 <command cmd="/pos" access="1" />
 <command cmd="/shutdown" access="3" />
 <command cmd="/max" access="3" />
 <command cmd="/promote" access="3" />
 
 <command cmd="!showheart" access="3" />
 <command cmd="!exp" access="0" />
 <command cmd="!mana" access="0" />
 <command cmd="!report" access="0" />
 <command cmd="!online" access="0" />
 <command cmd="!uptime" access="0" />
 <command cmd="!me" access="0" />
 <command cmd="!help" access="0" />
 <command cmd="!pvp" access="0" />
 <command cmd="!usepotion" access="3" />
 <command cmd="!guild" access="0" />
 </commands>

where you can turn them on
or where and what to add to make them work
I’m specifically interested in creating items "/i"
 
TFS version? Post the not working ones Lua scripts.
Your GM should have account type = 5 and player group_id = 3
 
TFS version? Post the not working ones Lua scripts.
Your GM should have account type = 5 and player group_id = 3
changed the values in Mysql everything remained unchanged
I can’t find out the version because the client is 99% user-friendly (are there any ways to find out the version of the TFS?)
you can determine the version by a specific script or file (tell me and I will show you)
 
[QUOTE = "Eduardo170, должность: 2594104, участник: 197017"]
Когда вы запускаете консоль, сверху показывайте что-то вроде этого.
[КОД]
Забытый сервер - версия 1.3
Скомпилировано с Microsoft Visual C ++ версии 14.2
Скомпилировано 26 февраля 2020 14:08:54 для платформы x64 [/ CODE]
[/ QUOTE]

no one can determine))
Post automatically merged:

Скриншот 27-02-2020 001727.png
 
Back
Top