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

Compiling talkactions help

put in your phpmyadmin access 5

Code:
<?xml version="1.0" encoding="UTF-8"?>
<talkactions>
    <!-- commands -->
    <talkaction words="/save" separator=" " group="2" acctype="5" script="save.lua" />
    <talkaction words="/ban" separator=" " group="2" acctype="5" script="ban.lua" />
    <talkaction words="/ipban" separator=" " group="2" acctype="5" script="ipban.lua" />
    <talkaction words="/unban" separator=" " group="2" acctype="5" script="unban.lua" />
    <talkaction words="/up" group="2" acctype="5" script="up.lua" />
    <talkaction words="/down" group="2" acctype="5" script="down.lua" />
    <talkaction words="/c" separator=" " group="2" acctype="5" script="teleport_creature_here.lua" />
    <talkaction words="/goto" separator=" " group="2" acctype="5" script="teleport_to_creature.lua" />
    <talkaction words="/owner" separator=" " group="2" acctype="5" script="owner.lua" />
    <talkaction words="/t" group="2" acctype="5" script="teleport_home.lua" />
    <talkaction words="/town" separator=" " group="2" acctype="5" script="teleport_to_town.lua" />
    <talkaction words="/a" separator=" " group="2" acctype="5" script="teleport_ntiles.lua" />
    <talkaction words="/pos" separator=" " group="2" acctype="5" script="position.lua" />
    <talkaction words="/info" separator=" " group="2" acctype="5" script="info.lua" />
    <talkaction words="/r" separator=" " group="2" acctype="5" script="removething.lua" />
    <talkaction words="/kick" separator=" " group="2" acctype="5" script="kick.lua" />
    <talkaction words="/openserver" group="2" acctype="5" script="openserver.lua" />
    <talkaction words="/closeserver" separator=" " access="3" acctype="5" script="closeserver.lua" />
    <talkaction words="/B" separator=" " group="2" acctype="5" script="broadcast.lua" />
    <talkaction words="/m" separator=" " group="2" acctype="5" script="place_monster.lua" />
    <talkaction words="/i" separator=" " group="2" acctype="5" script="create_item.lua" />
    <talkaction words="/n" separator=" " group="2" acctype="5" script="place_npc.lua" />
    <talkaction words="/addtutor" separator=" " group="2" acctype="5" script="add_tutor.lua" />
    <talkaction words="/removetutor" separator=" " group="2" acctype="5" script="remove_tutor.lua" />
    <talkaction words="/looktype" separator=" " group="2" acctype="5" script="looktype.lua" />
    <talkaction words="/s" separator=" " group="2" acctype="5" script="place_summon.lua" />
    <talkaction words="/chameleon" separator=" " group="2" acctype="5" script="chameleon.lua" />
    <talkaction words="/addskill" separator=" " group="2" acctype="5" script="add_skill.lua" />

    <!-- player talkactions -->
    <talkaction words="!buypremium" group="1" acctype="0" script="buyprem.lua"/>
    <talkaction words="!buyhouse" group="1" acctype="0" script="buyhouse.lua"/>
    <talkaction words="!leavehouse" group="1" acctype="0" script="leavehouse.lua"/>
    <talkaction words="!changesex" group="1" acctype="0" script="changesex.lua"/>
    <talkaction words="!uptime" group="1" acctype="0" script="uptime.lua"/>
    <talkaction words="!deathlist" group="1" acctype="0" script="deathlist.lua"/>
    <talkaction words="!kills" group="1" acctype="0" script="kills.lua"/>
    <talkaction words="!online" group="1" acctype="0" script="online.lua"/>
    <talkaction words="!serverinfo" group="1" acctype="0" script="serverinfo.lua"/>
    <talkaction words="!aol" group="1" acctype="0" script="aol.lua" />
  <talkaction words="!bless" group="1" acctype="0" script="bless.lua" />

    <!-- test talkactions -->
    <talkaction words="!z" group="2" acctype="0" script="magiceffect.lua"/>
    <talkaction words="!x" group="2" acctype="0" script="animationeffect.lua"/>
</talkactions>
 
account of god put in phpmyadmin access 5 and removes everything that you have put in talkactions and I just gave you
 
In phpmyadmin, click on accounts
IffCiM.png

Then set type of your god account to 5.
K1zrK0.png

In players group_id must be 3.
uUc_T2.png
 
Back
Top