• TibiaFace

    Tibiaface | Una comunidad Open Tibia donde encontras : mapas, scripts, Otserver, npc y amigos etc ...

    .
    demo menumenu

    Afiliados



    Votar:

    [Talkactions] Command /Mute (Fixed)

    Compartir:

    Ver el tema anterior Ver el tema siguiente Ir abajo  Mensaje (Página 1 de 1.)

    1[Talkactions] Command /Mute (Fixed) Empty [Talkactions] Command /Mute (Fixed) Miér Jun 25, 2014 1:42 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    hola usuaarios de tibiaface


    Hoy les traigo un talkactions, consiste en mutar o callar a un player que esta asiendo spam en su servidor o si no asiendo publicidad en tu servidor

    ejemplo:

    /mute NAME,MINUTES


    Instalacion:


    Nos vamos a:

    Data/talkactions/Scripts


    copiamos cualquier archivo y renombramos por muteplayer.lua y pegamos esto dentro

    Código:
    local v = {}
    for k = 1, 100 do
    table.insert(v, createConditionObject(CONDITION_MUTED))
    setConditionParam(v[k], CONDITION_PARAM_TICKS, k*60*1000)
    end
    function onSay(cid, words, param)
    if (words == "/mute") then
    local t = string.explode(param, ",") 
    if param == '' then  doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Invalid param specified.")  return true end 
    local player,time,pid = getPlayerByName(t[1]),t[2],getPlayerByNameWildcard(t[1]) 
    if(not pid or (isPlayerGhost(pid) and getPlayerGhostAccess(pid) > getPlayerGhostAccess(cid))) then 
    doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player with this name doesn\'t exist or is offline.")  return TRUE  end
    doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You muted Player "..t[1].." for "..time.." minutes.")
    doAddCondition(player, v[tonumber(time)])
    setPlayerStorageValue(player, 90000, os.time()+time*60)
    doPlayerSendTextMessage(player, MESSAGE_INFO_DESCR, "You have been muted for "..time.." minutes.")
    elseif (words == "/desmute") then
    if param == '' then  doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Invalid param specified.")  return true end 
    local player = getPlayerByNameWildcard(param)
    if(not player)then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player not found.") return true end
    if getCreatureCondition(player, CONDITION_MUTED) == false then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "This player is not muted.") return true end
    doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You desmuted player "..param..".")
    doRemoveCondition(player, CONDITION_MUTED)
    setPlayerStorageValue(player, 90000, -1)
    doPlayerSendTextMessage(player, MESSAGE_INFO_DESCR, "You have been desmuted.")
    end
    return true 
    end

    luego añadimos esta tag en:

    Data/Talkactions/Talkactions.xml


    Código:
    <talkaction log="yes" words="/mute;/desmute" access="2" event="script" value="muteplayer.lua"/>


    Ahora nos vamos a:

    Data/Creaturescript/Scripts


    copiamos cualquier archivo y renombramos por mute_check.lua y pegamos esto dentro:

    Código:
    local v = {}
    for k = 1, 100000 do
    table.insert(v, createConditionObject(CONDITION_MUTED))
    setConditionParam(v[k], CONDITION_PARAM_TICKS, k*1000)
    end
    function onLogin(cid)
    if getPlayerStorageValue(cid, 90000) >= os.time() then
    doAddCondition(cid, v[tonumber(getPlayerStorageValue(cid, 90000) - os.time())])
    end
    return TRUE
    end

    Luego añadimos esta tag en:


    Data/creaturescript/creaturescript.xml

    Código:
    <event type="login" name="MutePlayer" event="script" value="mute_check.lua"/>

    y listo.

    creditos: Vodkart



    [Talkactions] Command /Mute (Fixed) YNU5B25
    2 participantes
    http://www.tibiaface.com

    2[Talkactions] Command /Mute (Fixed) Empty Re: [Talkactions] Command /Mute (Fixed) Jue Mayo 13, 2021 8:36 am

    maneliiyoh

    maneliiyoh
    Miembro
    Miembro
    y para quitarle el muted a un player es que le di muted para probar y ahora nose como quitarselo xd ayuda porfavor!

    2 participantes

    3[Talkactions] Command /Mute (Fixed) Empty Re: [Talkactions] Command /Mute (Fixed) Jue Mayo 13, 2021 1:42 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    maneliiyoh escribió:y para quitarle el muted a un player es que le di muted para probar y ahora nose como quitarselo xd ayuda porfavor!

    elseif (words == "/desmute") then -------------------

    ahi dice ejecute /desmute name player



    [Talkactions] Command /Mute (Fixed) YNU5B25
    2 participantes
    http://www.tibiaface.com

    4[Talkactions] Command /Mute (Fixed) Empty Re: [Talkactions] Command /Mute (Fixed) Vie Mayo 14, 2021 6:38 pm

    maneliiyoh

    maneliiyoh
    Miembro
    Miembro
    gracias maya el script funciona perfectamente una pregunta habria algun script que al decir la IP de otro servidor o LINKs le de mute automaticamente ? GRACIAS!

    2 participantes

    5[Talkactions] Command /Mute (Fixed) Empty Re: [Talkactions] Command /Mute (Fixed) Sáb Mayo 15, 2021 9:18 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    maneliiyoh escribió:gracias maya el script funciona perfectamente una pregunta habria algun script que al decir la IP de otro servidor o LINKs le de mute automaticamente ? GRACIAS!

    eso se llama anti divulgacion y si existe tanto para sources y para lua



    [Talkactions] Command /Mute (Fixed) YNU5B25
    2 participantes
    http://www.tibiaface.com

    Contenido patrocinado


    2 participantes

    Ver el tema anterior Ver el tema siguiente Volver arriba  Mensaje (Página 1 de 1.)

    Permisos de este foro:
    No puedes responder a temas en este foro.

     

    BienvenidosTibiaFace es una comunidad de Open Tibia. Para participar debes estar registrado (click para Regístrate).