Olha carinha aqui vai para ti o system task 3.0 BY Vodkart....
Ele é um dos melhores, e facil até de editar!!
E aqui um system de Ban do projetopoketibia :
Vai em data/talkactions/scripts copia um arquivo e renomeia pra bane.lua e ponha isto 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
Em Talkactions.xml adicione a tag :
<talkactionlog="yes"words="/ban"access="3"event="script"value="bane.lua"/>
Para Usar O Comando fale /ban (nome do carinha),(quantas horas Dura o ban),(Razao Do Ban)
Exemplo:
/ban Teste,24,Uso de Mc!
Testa ai, qualquer coisa pego outro!!! ![]()
Te Ajudei? Da Rep+!!


info
Grupo: Visconde
Registrado: 21/11/11
Posts: 323
Reputação: +17
Char no Tibia: Nao tenhu
Gostaria porque o pda do slicer 1.7 sem level não tem systema de dar ban?
gostaria de tirar aqueles itens da task tambem de clan
@Slicer ou geral