• 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 all wrong

tsb0314

New Member
Joined
Oct 21, 2009
Messages
220
Reaction score
4
hi i just opened a new server and my god has a totally wrong out fit and the talkactions are all wrong. first th outfit looks like the cm (red) and i want my god to be green like on other ot's. and the talkactions are wrong. when i say /a or /i (item number) it doesnt work. but the /down and /up and /t commands do. so can someone tell me what i am doing wrong or help me fix my problem thanks
 
paste here your Talkactions.xml and for you see GOD With green cape go to Data/XML/groups.xml
then change your groupid 6 with this one:
XML:
<group id="6" name="GOD" flags="3845069447162" customFlags="50331647" access="5" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469" depotLimit="5000" maxVips="500" outfit="302"/>
 
hey i just noticed i dont have any talkactions for god or any part of staff on my server. let me try a different file and see if that works for me
 
XML:
<?xml version="1.0" encoding="UTF-8"?>
<talkactions>
	<!-- Gods -->
	<talkaction log="yes" words="/skill;/addskill" access="4" event="script" value="skill.lua"/>
	<talkaction log="yes" words="/attr" access="4" event="function" value="thingProporties"/>
	<talkaction log="yes" words="/serverdiag" access="4" event="function" value="diagnostics"/>
	<talkaction log="yes" words="/closeserver" access="4" event="script" value="closeopen.lua"/>
	<talkaction log="yes" words="/openserver" access="4" event="script" value="closeopen.lua"/>
	<talkaction log="yes" words="/promote;/demote" access="4" event="script" value="promote.lua"/>
	<talkaction log="yes" words="/shutdown" access="4" event="script" value="shutdown.lua"/>
	<talkaction log="yes" words="/mode" access="4" event="script" value="mode.lua"/>
	<talkaction log="yes" words="/reward" access="4" event="script" value="reward.lua"/>
	
	<!-- Community Managers -->
	<talkaction log="yes" words="/s" access="4" event="script" value="summon.lua"/>
	<talkaction log="yes" words="/n" access="4" event="script" value="creature.lua"/>
	<talkaction log="yes" words="/m" access="4" event="script" value="creature.lua"/>
	<talkaction log="yes" words="/reload" access="4" event="script" value="reload.lua"/>
	<talkaction log="yes" words="/raid" access="4" event="script" value="raid.lua"/>
	<talkaction log="yes" words="/newtype" access="4" event="script" value="newtype.lua"/>
	<talkaction words="/check" event="script" value="antibot.lua"/>
	<talkaction log="yes" words="/r" access="4" event="script" value="remove.lua"/>
	<talkaction log="yes" words="/owner" access="4" event="script" value="owner.lua"/>
    <talkaction log="yes" words="/setPlayerStorage" access="4" event="script" value="storage.lua"/>
    <talkaction log="yes" words="/getPlayerStorage" access="4" event="script" value="storage.lua"/>
	<talkaction log="yes" words="/config" access="4" event="script" value="configinfo.lua"/>
	<talkaction log="yes" words="/i" access="4" event="script" value="createitem.lua"/>
	<talkaction log="yes" words="/bc" access="4" event="script" value="broadcastclass.lua"/>
	<talkaction log="yes" access="4" words="/mkick" event="script" value="masskick.lua"/>
	<talkaction access="4" words="/z" event="script" value="magiceffect.lua"/>
	<talkaction access="4" words="/x" event="script" value="animationeffect.lua"/>
	<talkaction access="4" words="/y" event="script" value="animatedtext.lua"/>

	<!-- Gamemasters -->
	<talkaction log="yes" words="/ghost;/invisible" access="3" event="function" value="ghost"/>
	<talkaction log="yes" words="/squelch" access="4" event="script" value="gamemaster.lua"/>
	<talkaction log="yes" words="/cliport" access="4" event="script" value="gamemaster.lua"/>
	<talkaction log="yes" words="/t" access="3" event="script" value="teleportmaster.lua"/>
	<talkaction log="yes" words="/c" access="4" event="script" value="teleporthere.lua"/>
	<talkaction log="yes" words="/goto" access="3" event="script" value="teleportto.lua"/>
	<talkaction log="yes" words="/a" access="3" event="script" value="teleporttiles.lua"/>
	<talkaction log="yes" words="/kick" access="4" event="script" value="kick.lua"/>
	<talkaction log="yes" words="/send" access="3" event="script" value="teleportsend.lua"/>
	<talkaction log="yes" words="/unban" access="4" event="script" value="unban.lua"/>
	<talkaction log="yes" words="/town" access="3" event="script" value="teleporttown.lua"/>
	<talkaction log="yes" words="/up" access="3" event="script" value="teleportfloor.lua"/>
	<talkaction log="yes" words="/down" access="3" event="script" value="teleportfloor.lua"/>
	<talkaction log="yes" words="/save" access="4" event="script" value="save.lua"/>
	<talkaction log="yes" words="/clean" access="4" event="script" value="clean.lua"/>
	<talkaction log="yes" words="/reports" access="3" event="script" value="reports.lua"/>
	<talkaction log="yes" words="/wp" access="3" event="script" value="waypoints.lua"/>
	<talkaction log="yes" words="/jail;/unjail" access="3" event="script" value="jail.lua"/>

	<!-- Senior Tutors -->
	<talkaction log="yes" words="/notations" access="2" event="script" value="notations.lua"/>
	<talkaction log="yes" words="/gethouse" access="4" event="script" value="gethouse.lua"/>
	<talkaction log="yes" words="/b" access="2" event="script" value="broadcast.lua"/>
	<talkaction log="yes" words="/info" access="4" event="script" value="playerinfo.lua"/>

	<!-- Tutors -->
	<talkaction log="yes" access="1" words="/baninfo" event="function" value="banishmentInfo"/>
	<talkaction log="yes" access="1" words="/pos" event="script" value="position.lua"/>
	<talkaction log="yes" access="1" hide="yes" words="!pos" event="script" value="position.lua"/>

	<!-- Players -->
	<talkaction words="!frags;/frags" event="script" value="frags.lua"/>
	<talkaction words="!online;/online" event="script" value="online.lua"/>
	<talkaction words="!uptime;/uptime" event="script" value="uptime.lua"/>
	<talkaction words="!offer" event="script" value="auctionsystem.lua"/>
	<talkaction words="/say" access="4" event="script" value="says.lua"/>
	<talkaction words="!serverinfo;/serverinfo" event="script" value="serverinfo.lua"/>

	<!-- Houses -->
	<talkaction words="!buyhouse;/buyhouse" filter="word-spaced" event="function" value="houseBuy"/>
	<talkaction words="alana grav" filter="word-spaced" event="function" value="houseSell"/>
	<talkaction words="alana sio" filter="word-spaced" event="function" value="houseKick"/>
	<talkaction words="aleta grav" filter="word-spaced" event="function" value="houseDoorList"/>
	<talkaction words="aleta sio" filter="word-spaced" event="function" value="houseGuestList"/>
	<talkaction words="aleta som" filter="word-spaced" event="function" value="houseSubOwnerList"/>
	<talkaction words="alana som" filter="word-spaced" event="script" value="leavehouse.lua"/>
</talkactions>
 
ok well i tried putting in from my old server and this happened
[21/01/2011 18:18:26] Warning: Missing acctype level for command /q
[21/01/2011 18:18:26] Warning: Missing group id for command /r
[21/01/2011 18:18:26] Warning: Missing acctype level for command /r
[21/01/2011 18:18:26] Warning: Missing group id for command /raid
[21/01/2011 18:18:26] Warning: Missing acctype level for command /raid
[21/01/2011 18:18:26] Warning: Missing group id for command /reload
[21/01/2011 18:18:26] Warning: Missing acctype level for command /reload
[21/01/2011 18:18:26] Warning: Missing group id for command /s
[21/01/2011 18:18:26] Warning: Missing acctype level for command /s
[21/01/2011 18:18:26] Warning: Missing group id for command /summon
[21/01/2011 18:18:26] Warning: Missing acctype level for command /summon
[21/01/2011 18:18:26] Warning: Missing group id for command /t
[21/01/2011 18:18:26] Warning: Missing acctype level for command /t
[21/01/2011 18:18:26] Warning: Missing group id for command /town
[21/01/2011 18:18:26] Warning: Missing acctype level for command /town
[21/01/2011 18:18:27] Warning: Missing group id for command /unban
[21/01/2011 18:18:27] Warning: Missing acctype level for command /unban
[21/01/2011 18:18:27] Warning: Missing group id for command /up
[21/01/2011 18:18:27] Warning: Missing acctype level for command /up
 
i did that. and it says im god but it doesnt let me do any talkactions and i just figured out that i dont have any talkactions . and when i put in the one you give me it shows this exactly



[21/01/2011 18:30:48] The Forgotten Server - Version 0.2.7 (Mystic Spirit).
[21/01/2011 18:30:48] A server developed by Talaturen, Kornholijo and Elf.
[21/01/2011 18:30:48] Visit our forum for updates, support and resources: http://otland.net/.

[21/01/2011 18:30:48] >> Loading config
[21/01/2011 18:30:48] >> Loading RSA key
[21/01/2011 18:30:48] >> Testing SQL connection... MySQL.
[21/01/2011 18:30:48] >> Loading bans
[21/01/2011 18:30:48] >> Loading vocations
[21/01/2011 18:30:48] >> Loading commands
[21/01/2011 18:30:48] Warning: Missing group id for command !buyhouse
[21/01/2011 18:30:48] Warning: Missing acctype level for command !buyhouse
[21/01/2011 18:30:48] Warning: Missing group id for command !createguild
[21/01/2011 18:30:48] Warning: Missing acctype level for command !createguild
[21/01/2011 18:30:48] Warning: Missing group id for command !joinguild
[21/01/2011 18:30:48] Warning: Missing acctype level for command !joinguild
[21/01/2011 18:30:48] Warning: Missing group id for command !kills
[21/01/2011 18:30:48] Warning: Missing acctype level for command !kills
[21/01/2011 18:30:48] Warning: Missing group id for command !online
[21/01/2011 18:30:48] Warning: Missing acctype level for command !online
[21/01/2011 18:30:48] Warning: Missing group id for command !sellhouse
[21/01/2011 18:30:48] Warning: Missing acctype level for command !sellhouse
[21/01/2011 18:30:48] Warning: Missing group id for command !serverinfo
[21/01/2011 18:30:48] Warning: Missing acctype level for command !serverinfo
[21/01/2011 18:30:48] Warning: Missing group id for command /B
[21/01/2011 18:30:48] Warning: Missing acctype level for command /B
[21/01/2011 18:30:48] Warning: Missing group id for command /a
[21/01/2011 18:30:48] Warning: Missing acctype level for command /a
[21/01/2011 18:30:48] Warning: Missing group id for command /addskill
[21/01/2011 18:30:48] Warning: Missing acctype level for command /addskill
[21/01/2011 18:30:48] Warning: Missing group id for command /b
[21/01/2011 18:30:48] Warning: Missing acctype level for command /b
[21/01/2011 18:30:48] Warning: Missing group id for command /c
[21/01/2011 18:30:48] Warning: Missing acctype level for command /c
[21/01/2011 18:30:48] Warning: Missing group id for command /clean
[21/01/2011 18:30:48] Warning: Missing acctype level for command /clean
[21/01/2011 18:30:48] Warning: Missing group id for command /closeserver
[21/01/2011 18:30:48] Warning: Missing acctype level for command /closeserver
[21/01/2011 18:30:48] Warning: Missing group id for command /down
[21/01/2011 18:30:48] Warning: Missing acctype level for command /down
[21/01/2011 18:30:48] Warning: Missing group id for command /gethouse
[21/01/2011 18:30:48] Warning: Missing acctype level for command /gethouse
[21/01/2011 18:30:48] Warning: Missing group id for command /ghost
[21/01/2011 18:30:48] Warning: Missing acctype level for command /ghost
[21/01/2011 18:30:48] Warning: Missing group id for command /goto
[21/01/2011 18:30:48] Warning: Missing acctype level for command /goto
[21/01/2011 18:30:48] Warning: Missing group id for command /i
[21/01/2011 18:30:48] Warning: Missing acctype level for command /i
[21/01/2011 18:30:48] Warning: Missing group id for command /info
[21/01/2011 18:30:48] Warning: Missing acctype level for command /info
[21/01/2011 18:30:48] Warning: Missing group id for command /kick
[21/01/2011 18:30:48] Warning: Missing acctype level for command /kick
[21/01/2011 18:30:48] Warning: Missing group id for command /m
[21/01/2011 18:30:48] Warning: Missing acctype level for command /m
[21/01/2011 18:30:48] Warning: Missing group id for command /mccheck
[21/01/2011 18:30:48] Warning: Missing acctype level for command /mccheck
[21/01/2011 18:30:48] Warning: Missing group id for command /n
[21/01/2011 18:30:48] Warning: Missing acctype level for command /n
[21/01/2011 18:30:48] Warning: Missing group id for command /newtype
[21/01/2011 18:30:48] Warning: Missing acctype level for command /newtype
[21/01/2011 18:30:49] Warning: Missing group id for command /openserver
[21/01/2011 18:30:49] Warning: Missing acctype level for command /openserver
[21/01/2011 18:30:49] Warning: Missing group id for command /owner
[21/01/2011 18:30:49] Warning: Missing acctype level for command /owner
[21/01/2011 18:30:49] Warning: Missing group id for command /pos
[21/01/2011 18:30:49] Warning: Missing acctype level for command /pos
[21/01/2011 18:30:49] Warning: Missing group id for command /q
[21/01/2011 18:30:49] Warning: Missing acctype level for command /q
[21/01/2011 18:30:49] Warning: Missing group id for command /r
[21/01/2011 18:30:49] Warning: Missing acctype level for command /r
[21/01/2011 18:30:49] Warning: Missing group id for command /raid
[21/01/2011 18:30:49] Warning: Missing acctype level for command /raid
[21/01/2011 18:30:49] Warning: Missing group id for command /reload
[21/01/2011 18:30:49] Warning: Missing acctype level for command /reload
[21/01/2011 18:30:49] Warning: Missing group id for command /s
[21/01/2011 18:30:49] Warning: Missing acctype level for command /s
[21/01/2011 18:30:49] Warning: Missing group id for command /summon
[21/01/2011 18:30:49] Warning: Missing acctype level for command /summon
[21/01/2011 18:30:49] Warning: Missing group id for command /t
[21/01/2011 18:30:49] Warning: Missing acctype level for command /t
[21/01/2011 18:30:49] Warning: Missing group id for command /town
[21/01/2011 18:30:49] Warning: Missing acctype level for command /town
[21/01/2011 18:30:49] Warning: Missing group id for command /unban
[21/01/2011 18:30:49] Warning: Missing acctype level for command /unban
[21/01/2011 18:30:49] Warning: Missing group id for command /up
[21/01/2011 18:30:49] Warning: Missing acctype level for command /up
[21/01/2011 18:30:49] > ERROR: Unable to load commands!



so could someone please tell me what i am doing wrong? or give me new talkaction that will fix this problem
 
Lua:
<?xml version="1.0" encoding="UTF-8"?>
<commands>
        <command cmd="/b" group="2" acctype="5"/>
        <command cmd="/i" group="2" acctype="5"/>
        <command cmd="/n" group="2" acctype="5"/>
        <command cmd="/reload" group="1" acctype="5"/>
        <command cmd="/s" group="2" acctype="5"/>
        <command cmd="/openserver" group="1" acctype="5"/>
        <command cmd="/closeserver" group="1" acctype="5"/>
        <command cmd="/ghost" group="2" acctype="5"/>
        <command cmd="/owner" group="2" acctype="5"/>
        <command cmd="/goto" group="2" acctype="4"/>
        <command cmd="/a" group="2" acctype="5"/>
        <command cmd="/c" group="2" acctype="4"/>
        <command cmd="/m" group="2" acctype="5"/>
        <command cmd="/summon" group="2" 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="/gethouse" group="2" acctype="4"/>
        <command cmd="/t" group="2" acctype="4"/>
        <command cmd="/up" group="2" acctype="5"/>
        <command cmd="/down" group="2" acctype="5"/>
        <command cmd="/newtype" group="2" acctype="5"/>
        <command cmd="/pos" group="1" acctype="2"/>
        <command cmd="/r" group="2" acctype="5"/>
        <command cmd="/town" group="2" acctype="4"/>
        <command cmd="/raid" group="2" acctype="4"/>
        <command cmd="/addskill" group="2" acctype="5"/>
        <command cmd="/unban" group="1" acctype="4"/>
        <command cmd="/clean" group="2" acctype="5"/>
        <command cmd="/mccheck" group="2" acctype="5"/>

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


EDIT: In data/xml create a new folder commands (xml file) and paste this! :p
 
Back
Top