• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

TalkAction Organized talkactions

Sportacus

Intermediate OT User
Joined
Aug 3, 2008
Messages
718
Reaction score
104
This isn't so much a release of any scripts or what not, but just making the talkactions better organized than how they normally are.

The reason for doing this was my talkactions folder was a mess, so I wanted to organize it for better and easier use.

All I did was make a folder for each access level, and for houses and guilds.

Then, I put all the files for each access level, or for houses and guilds, in their respected folders.

Here is a link for everyone to download the talkactions organized. They are just the normal, uneditted scripts that come with a base, bare server, just organized.

http://rapidshare.com/files/438502175/talkactions.rar

and to show everyone what the talkactions.xml file looks like, here it is.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<talkactions>
	<!-- Gods -->
	<talkaction log="yes" words="/attr" access="5" event="function" value="thingProporties"/>
	<talkaction log="yes" words="/serverdiag" access="5" event="function" value="diagnostics"/>
	<talkaction log="yes" words="/closeserver" access="5" event="script" value="gods/closeopen.lua"/>
	<talkaction log="yes" words="/openserver" access="5" event="script" value="gods/closeopen.lua"/>
	<talkaction log="yes" words="/promote;/demote" access="5" event="script" value="gods/promote.lua"/>
	<talkaction log="yes" words="/skill;/addskill" access="5" event="script" value="gods/skill.lua"/>
	<talkaction log="yes" words="/shutdown" access="5" event="script" value="gods/shutdown.lua"/>
	<talkaction log="yes" access="5" words="/mode" event="script" value="gods/mode.lua"/>

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

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

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

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

	<!-- Players -->
	<talkaction words="!frags;/frags" event="script" value="players/frags.lua"/>
	<talkaction words="!online;/online" event="script" value="players/online.lua"/>
	<talkaction words="!uptime;/uptime" event="script" value="players/uptime.lua"/>
	<talkaction words="!deathlist;/deathlist" event="script" value="players/deathlist.lua"/>
	<talkaction words="!pvp;/pvp" event="script" value="players/pvp.lua"/>
	<talkaction words="!q" event="script" value="players/money.lua"/>
	<talkaction words="!serverinfo;/serverinfo" event="script" value="players/serverinfo.lua"/>
	<talkaction words="!commands;/commands" event="script" value="players/commands.lua"/>
	<talkaction words="!software;/software" event="function" value="players/software"/>

	<!-- Houses -->
	<talkaction words="alevo grav" filter="word-spaced" event="function" value="houseBuy"/>
	<talkaction words="alito som" 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="alito sio" filter="word-spaced" event="script" value="houses/leavehouse.lua"/>

	<!-- Guilds -->
	<talkaction words="!createguild;/createguild" event="function" value="guildCreate"/>
	<talkaction words="!joinguild;/joinguild" event="function" value="guildJoin"/>
</talkactions>


If this is in the wrong section, feel free to move it to downloads section.
 
Back
Top