Galera Eu Andei Analizando O Xtibia E Vi Que Muita Gente Presisa De Comando De /ban
e Como esse é meu 1º post queria ajudar bem explicadinho
1ºPasso Va Na Pasta De Seu Ot E Vai data/talkaction/script,copie qualquer arquivo .lua e renomeie com o nome bane coloke isso dentro
local default_comment = "" local default_lenght = 1 -- ban time in hours function onSay(cid, words, param) local parametres = string.explode(param, ",") if(parametres[1] ~= nil) then local accId = getAccountIdByName(parametres[1]) if(accId > 0) then local lenght = default_lenght local comment = default_comment if(parametres[2] ~= nil and tonumber(parametres[2]) > 0) then lenght = tonumber(parametres[2]) end if(parametres[3] ~= nil) then comment = parametres[3] end doAddBanishment(accId, lenght * 3600, 23, ACTION_BANISHMENT, comment, getPlayerGUID(cid), comment) local player = getPlayerByNameWildcard(parametres[1]) if(isPlayer(player) == TRUE) then doRemoveCreature(player) end else doPlayerSendCancel(cid, "Player with name " .. parametres[1] .. " doesn't exist.") end else doPlayerSendCancel(cid, "You must enter name.") end return true end
depois disso volte 1 ves e abra o arquivo talkaction.xml
la vai te os comandos de gods colokei isso no meio da lista
<talkaction log="yes" words="/ban" access="3" event="script" value="ban.lua"/>
Para Usar O Comando fale /ban (nome do carinha),(quantas horas Dura o ban),(Razao Do Ban)
Galera Vlw Espero Ter Ajudado By ADM Teuzinho
Comente Plzzzz Gastei Mo Tempao Fazendo Isso