• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [Talkactions] Anuncio Feliz Navidad Player (Script Navideño)

    Compartir:

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

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Hola usuarios de Tibiaface


    Bueno este scripts trata que un player ejecuta un comando y anuncia feliz navidad con unos efectos de colores, el script posee un exausted


    nos vamos a:

    Data/talkaction/scripts

    copiamos cualquier archivo y pegamos esto dentro

    Código:

    function onSay(cid, words, param, channel)
    checkExhausted(cid, 1000, 5) -- zawed el line da ta7t kol function onSay
    local exhaust = {
       storage = 37508,
       duration = 1
    }
    if (os.time() - getPlayerStorageValue(cid, exhaust.storage)) >= exhaust.duration then
       local text = {"Merry Christmas!", "I wish you Christmas filled with magic, wonder and love!", "I was rude, but Santa Claus for sure bring gifts for you!", "I love Christmas time!", "I'll play at Evolera.org while christmas time", "Im Yours Santa Claus, who want some gifts?", "Ho, ho, ho! I love christmas time!"}
       local effects = {21, 22, 23, 24, 27}
       doCreatureSay(cid, text[math.random(1, #text)], 20)
       doSendMagicEffect(getCreaturePosition(cid), effects[math.random(1, #effects)])
       setPlayerStorageValue(cid, exhaust.storage, os.time())
       return true
    end
       return true
    end
       


    ahora nos vamos a:

    Data/Talkaction/talkactions.xml

    y agregamos la siguiente linea

    Código:
    <talkaction words="!feliznavidad" event="script" value="christmas.lua"/>

    atte: God Maya



    [Talkactions] Anuncio Feliz Navidad Player (Script Navideño) YNU5B25
    http://www.tibiaface.com

    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).