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

God Commands

Here u go - GOD, CM and GM commands.

Code:
<!-- Gods -->
	<talkaction log="yes" words="/addskill" access="5" function="addSkill"/>
	<talkaction log="yes" words="/attr" access="5" function="changeThingProporties"/>
	<talkaction log="yes" words="/serverdiag" access="5" function="serverDiag"/>
	<talkaction log="yes" words="/closeserver" access="5" script="closeopen.lua"/>
	<talkaction log="yes" words="/openserver" access="5" script="closeopen.lua"/>
	<talkaction log="yes" access="5" words="/shutdown" script="shutdown.lua"/>
	<talkaction log="yes" access="5" words="/mode" script="mode.lua"/>

	<!-- Community Managers -->
	<talkaction log="yes" words="/s" access="4" script="summon.lua"/>
	<talkaction log="yes" words="/n" access="4" script="creature.lua"/>
	<talkaction log="yes" words="/m" access="4" script="creature.lua"/>
	<talkaction log="yes" words="/reload" access="4" script="reload.lua"/>
	<talkaction log="yes" words="/raid" access="4" script="raid.lua"/>
	<talkaction log="yes" words="/newtype" access="4" script="newtype.lua"/>
	<talkaction log="yes" words="/r" access="4" script="remove.lua"/>
	<talkaction log="yes" words="/owner" access="4" script="owner.lua"/>
	<talkaction log="yes" words="/i" access="4" script="createitem.lua"/>
	<talkaction access="4" words="!z" script="magiceffect.lua"/>
	<talkaction access="4" words="!x" script="animationeffect.lua"/>
	<talkaction access="4" words="!y" script="animatedtext.lua"/>
	<talkaction log="yes" access="4" words="/bc" script="broadcastclass.lua"/>
	<talkaction log="yes" access="4" words="/mkick" script="masskick.lua"/>

	<!-- Gamemasters -->
	<talkaction log="yes" words="/ghost" access="3" function="ghost"/>
	<talkaction log="yes" words="/t" access="3" script="teleportmaster.lua"/>
	<talkaction log="yes" words="/c" access="3" script="teleporthere.lua"/>
	<talkaction log="yes" words="/goto" access="3" script="teleportto.lua"/>
	<talkaction log="yes" words="/a" access="3" script="teleporttiles.lua"/>
	<talkaction log="yes" words="/kick" access="3" script="kick.lua"/>
	<talkaction log="yes" words="/send" access="3" script="teleportsend.lua"/>
	<talkaction log="yes" words="/unban" access="3" script="unban.lua"/>
	<talkaction log="yes" words="/town" access="3" script="teleporttown.lua"/>
	<talkaction log="yes" words="/up" access="3" script="teleportfloor.lua"/>
	<talkaction log="yes" words="/down" access="3" script="teleportfloor.lua"/>
	<talkaction log="yes" access="3" words="/save" script="save.lua"/>
	<talkaction log="yes" access="3" words="/clean" script="clean.lua"/>
	<talkaction log="yes" access="3" words="/reports" script="reports.lua"/>
	<talkaction log="yes" access="3" words="/mc" script="multicheck.lua"/>

Rep ++ ? :D
 
He asked for the commands for 0.2 I think...

Well here they are:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<commands>
	<command cmd="/b" group="3" acctype="5"/>
	<command cmd="/i" group="3" acctype="5"/>
	<command cmd="/n" group="3" acctype="5"/>
	<command cmd="/reload" group="1" acctype="5"/>
	<command cmd="/s" group="3" acctype="5"/>
	<command cmd="/openserver" group="3" acctype="5"/>
	<command cmd="/closeserver" group="3" acctype="5"/>
	<command cmd="/owner" group="3" acctype="5"/>
	<command cmd="/goto" group="2" acctype="3"/>
	<command cmd="/a" group="2" acctype="4"/>
	<command cmd="/c" group="2" acctype="4"/>
	<command cmd="/m" group="3" acctype="5"/>
	<command cmd="/summon" group="3" acctype="5"/>
	<command cmd="/kick" group="1" acctype="4"/>
	<command cmd="/B" group="1" acctype="4"/>
	<command cmd="/q" group="2" acctype="4"/>
	<command cmd="/info" group="1" acctype="4"/>
	<command cmd="/ghost" group="1" acctype="4"/>
	<command cmd="/gethouse" group="2" acctype="4"/>
	<command cmd="/t" group="2" acctype="4"/>
	<command cmd="/up" group="2" acctype="4"/>
	<command cmd="/down" group="2" acctype="4"/>
	<command cmd="/newtype" group="2" acctype="4"/>
	<command cmd="/pos" group="1" acctype="2"/>
	<command cmd="/r" group="3" acctype="5"/>
	<command cmd="/town" group="2" acctype="4"/>
	<command cmd="/raid" group="3" acctype="4"/>
	<command cmd="/addskill" group="4" acctype="5"/>
	<command cmd="/unban" group="3" acctype="4"/>
	<command cmd="/clean" group="1" acctype="3"/>
	
	<command cmd="!online" group="1" acctype="1"/>
	<command cmd="!buyhouse" group="1" acctype="1"/>
	<command cmd="!sellhouse" group="1" acctype="1"/>
	<command cmd="!serverinfo" group="1" acctype="1"/>
	<command cmd="!kills" group="1" acctype="1"/>
	<command cmd="!createguild" group="1" acctype="1"/>
	<command cmd="!joinguild" group="1" acctype="1"/>
</commands>
 
Here u go - GOD, CM and GM commands.

Code:
<!-- Gods -->
    <talkaction log="yes" words="/addskill" access="5" function="addSkill"/>
    <talkaction log="yes" words="/attr" access="5" function="changeThingProporties"/>
    <talkaction log="yes" words="/serverdiag" access="5" function="serverDiag"/>
    <talkaction log="yes" words="/closeserver" access="5" script="closeopen.lua"/>
    <talkaction log="yes" words="/openserver" access="5" script="closeopen.lua"/>
    <talkaction log="yes" access="5" words="/shutdown" script="shutdown.lua"/>
    <talkaction log="yes" access="5" words="/mode" script="mode.lua"/>

    <!-- Community Managers -->
    <talkaction log="yes" words="/s" access="4" script="summon.lua"/>
    <talkaction log="yes" words="/n" access="4" script="creature.lua"/>
    <talkaction log="yes" words="/m" access="4" script="creature.lua"/>
    <talkaction log="yes" words="/reload" access="4" script="reload.lua"/>
    <talkaction log="yes" words="/raid" access="4" script="raid.lua"/>
    <talkaction log="yes" words="/newtype" access="4" script="newtype.lua"/>
    <talkaction log="yes" words="/r" access="4" script="remove.lua"/>
    <talkaction log="yes" words="/owner" access="4" script="owner.lua"/>
    <talkaction log="yes" words="/i" access="4" script="createitem.lua"/>
    <talkaction access="4" words="!z" script="magiceffect.lua"/>
    <talkaction access="4" words="!x" script="animationeffect.lua"/>
    <talkaction access="4" words="!y" script="animatedtext.lua"/>
    <talkaction log="yes" access="4" words="/bc" script="broadcastclass.lua"/>
    <talkaction log="yes" access="4" words="/mkick" script="masskick.lua"/>

    <!-- Gamemasters -->
    <talkaction log="yes" words="/ghost" access="3" function="ghost"/>
    <talkaction log="yes" words="/t" access="3" script="teleportmaster.lua"/>
    <talkaction log="yes" words="/c" access="3" script="teleporthere.lua"/>
    <talkaction log="yes" words="/goto" access="3" script="teleportto.lua"/>
    <talkaction log="yes" words="/a" access="3" script="teleporttiles.lua"/>
    <talkaction log="yes" words="/kick" access="3" script="kick.lua"/>
    <talkaction log="yes" words="/send" access="3" script="teleportsend.lua"/>
    <talkaction log="yes" words="/unban" access="3" script="unban.lua"/>
    <talkaction log="yes" words="/town" access="3" script="teleporttown.lua"/>
    <talkaction log="yes" words="/up" access="3" script="teleportfloor.lua"/>
    <talkaction log="yes" words="/down" access="3" script="teleportfloor.lua"/>
    <talkaction log="yes" access="3" words="/save" script="save.lua"/>
    <talkaction log="yes" access="3" words="/clean" script="clean.lua"/>
    <talkaction log="yes" access="3" words="/reports" script="reports.lua"/>
    <talkaction log="yes" access="3" words="/mc" script="multicheck.lua"/>
Rep ++ ? :D
Those commands comes from the xml servers before sql:p
 
Back
Top