e so você por no seu talkactions.xml essa tag
access="5"
ficaria assim.
<talkaction log="yes" words="/i" access="5" event="script" value="createitem.lua"/>
By flagoa, 29 de jul. de 2012 in Resolvidos
info
Group: Visconde
Joined: 19/07/12
Posts: 395
Reputation: +36
Tibia Character: Billy Poul

e so você por no seu talkactions.xml essa tag
access="5"
ficaria assim.
<talkaction log="yes" words="/i" access="5" event="script" value="createitem.lua"/>
Edited Julho 29 by Tchubaka
Poxa, valeu a velocidade de sua resposta, mas ainda não deu certo... meu talkactions.xml está assim:
<?xml version="1.0" encoding="UTF-8"?>
<talkactions>
<!-- player talkactions -->
<talkaction log="yes" words="/i" access="5" event="script" value="createitem.lua"/>
<talkaction words="!buypremium" script="buyprem.lua"/>
<talkaction words="!leavehouse" script="leavehouse.lua"/>
<talkaction words="!save" script="save.lua"/>
<talkaction words="!changesex" script="changesex.lua"/>
<talkaction words="!uptime" script="uptime.lua"/>
<talkaction words="!deathlist" script="deathlist.lua"/>
<!-- test talkactions -->
<talkaction words="!z" script="magiceffect.lua"/>
<talkaction words="!x" script="animationeffect.lua"/>
</talkactions>
va em data\XML e abre o commands.xml
la vc coloca o group e accespage que vc deseja para cada comando.
Estou tentando alterar o arquivo commands.xml, porém acho que tem muito erro... espia aí e comenta por favor.
<?xml version="1.0" encoding="UTF-8"?>
<commands>
<command cmd="/b" group="0" acctype="0"/>
<command cmd="/i" group="0" acctype="0"/>
<command cmd="/n" group="0" acctype="0"/>
<command cmd="/reload" group="1" acctype="0"/>
<command cmd="/s" group="0" acctype="0"/>
<command cmd="/openserver" group="1" acctype="0"/>
<command cmd="/closeserver" group="1" acctype="0"/>
<command cmd="/ghost" group="0" acctype="0"/>
<command cmd="/owner" group="0" acctype="0"/>
<command cmd="/goto" group="0" acctype="0"/>
<command cmd="/a" group="0" acctype="0"/>
<command cmd="/c" group="0" acctype="0"/>
<command cmd="/m" group="0" acctype="0"/>
<command cmd="/summon" group="0" acctype="0"/>
<command cmd="/kick" group="1" acctype="0"/>
<command cmd="/B" group="1" acctype="0"/>
<command cmd="/q" group="0" acctype="0"/>
<command cmd="/info" group="1" acctype="0"/>
<command cmd="/gethouse" group="0" acctype="0"/>
<command cmd="/t" group="0" acctype="0"/>
<command cmd="/up" group="0" acctype="0"/>
<command cmd="/down" group="0" acctype="0"/>
<command cmd="/newtype" group="0" acctype="0"/>
<command cmd="/pos" group="1" acctype="0"/>
<command cmd="/r" group="0" acctype="0"/>
<command cmd="/town" group="0" acctype="0"/>
<command cmd="/raid" group="0" acctype="0"/>
<command cmd="/addskill" group="0" acctype="0"/>
<command cmd="/ban" group="1" acctype="0"/>
<command cmd="/unban" group="1" acctype="0"/>
<command cmd="/clean" group="0" acctype="0"/>
<command cmd="/mccheck" group="0" acctype="0"/>
<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>
info
Group: Lorde
Joined: 22/07/12
Posts: 2.2k
Reputation: +453
Tibia Character: Kissy

tente assim agora
<commands> <command cmd="/b" group="1" acctype="0"/> <command cmd="/i" group="3" acctype="0"/> <command cmd="/n" group="3" acctype="0"/> <command cmd="/reload" group="5" acctype="0"/> <command cmd="/s" group="3" acctype="0"/> <command cmd="/openserver" group="5" acctype="0"/> <command cmd="/closeserver" group="5" acctype="0"/> <command cmd="/ghost" group="3" acctype="0"/> <command cmd="/owner" group="5" acctype="0"/> <command cmd="/goto" group="3" acctype="0"/> <command cmd="/a" group="3" acctype="0"/> <command cmd="/c" group="3" acctype="0"/> <command cmd="/m" group="4" acctype="0"/> <command cmd="/summon" group="3" acctype="0"/> <command cmd="/kick" group="4" acctype="0"/> <command cmd="/B" group="1" acctype="0"/> <command cmd="/q" group="0" acctype="0"/> <command cmd="/info" group="2" acctype="0"/> <command cmd="/gethouse" group="5" acctype="0"/> <command cmd="/t" group="3" acctype="0"/> <command cmd="/up" group="3" acctype="0"/> <command cmd="/down" group="3" acctype="0"/> <command cmd="/newtype" group="3" acctype="0"/> <command cmd="/pos" group="3" acctype="0"/> <command cmd="/r" group="3" acctype="0"/> <command cmd="/town" group="3" acctype="0"/> <command cmd="/raid" group="3" acctype="0"/> <command cmd="/addskill" group="5" acctype="0"/> <command cmd="/ban" group="3" acctype="0"/> <command cmd="/unban" group="5" acctype="0"/> <command cmd="/clean" group="3" acctype="0"/> <command cmd="/mccheck" group="3" acctype="0"/> <command cmd="!online" group="0" acctype="1"/> <command cmd="!buyhouse" group="0" acctype="1"/> <command cmd="!sellhouse" group="0" acctype="1"/> <command cmd="!serverinfo" group="0" acctype="1"/> <command cmd="!kills" group="0" acctype="1"/> <command cmd="!createguild" group="0" acctype="1"/> <command cmd="!joinguild" group="0" acctype="1"/> </commands>
É exatamente isso! Valeu muito a ajuda... agradeço ao xtibia.com pela grandiosa qualidade.
Meu rep+ aos amigos skyligh por ter dado o script e omashu por ter acertado que era no commands!
2 dias inteiros tentando desvendar isso e resolvemos em 20 minutos... quanto tempo perdido ahsuashasuahsuashausha abçs.
Podem mover o tópico para dúvidas sanadas.
Obrigado.
Excedi o limite por hj de rep+, mas amanhã volto e dou ao amigo skyligh.
Duvida sanada,topico reportado.
info
Group: Lorde
Joined: 22/07/12
Posts: 2.2k
Reputation: +453
Tibia Character: Kissy

Duvida sanada
reportado
Qualquer duvida flagoa so perguntar pvt
sktligh topico ja avia sido reportado. mais atençao
info
Group: Lorde
Joined: 22/07/12
Posts: 2.2k
Reputation: +453
Tibia Character: Kissy

Duvida sanada
reportado
Qualquer duvida flagoa so perguntar pvt
Se nao viu que nos 2 postamos juntos n ?
info
Group: Campones
Joined: 27/11/12
Posts: 3
Reputation: 0

Galera preciso de uma ajuda sou novo queria sabe se alguem me passa todos os comandos de god pra mim:) plx obg
Ah falando nisso alguem me ensina a altera o nome do GOD na pasta do ot plx
Obg pra quem me ajuda e ganha me rep!!!
info
Group: Campones
Joined: 29/07/12
Posts: 31
Reputation: +3
Olá galera, estou há 2 dias tentando resolver este bug: quando entro com meu player no meu OT, dou o comando /i 2160 e ele cria o item, bem como usa o /a, /m e por aí vai. Está usando comandos de GOD! Alguém sabe como resolvo este bug sério? Pretendo colocar meu OT on-line daqui há um tempo... estou trabalhando muito nele há 1 mês. Já revirei o sqlitestudio, config.lua e alguns outros arquivos e mesmo assim ainda não consegui. Uma luz por favor
Ia me esquecendo.. meu ot é 8.70
Edited Julho 29 by flagoa