• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [Pedido] Script o Mod de deaths y frags

    Compartir:

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

    1[Pedido] Script o Mod de deaths y frags Empty [Pedido] Script o Mod de deaths y frags Miér Mayo 13, 2020 12:03 pm

    gettro

    gettro
    Miembro
    Miembro
    Descripcion escribió:Buenas Dias TibiaFace

    eh andado buscando este script! en muchas partes sin exito
    la verdad me resulto muy interesante! no recuerdo en que ot lo vi...

    el script que busco funciona de la siguiente forma


    al dar look al player te muestra lo siguiente ... Deaths [5] Frags [3]


    eso significa que a el player a muerto 5 veces en pvp y matado justificadas e injustificadas a 3 players


    alguien de ustedes pòdria pasarmelo si lo tiene o aportarlo porfavor si sabe como?

    de antemano muchas gracias ayudo con su respectivo like (y)

    espero puedan ayudarme lo eh buscado por muchos medios sin resultados
    pero todo es posible en TibiaFACE!!  Smile


    Mi ot es version 8.60 The OTX Server version (2.x.S -3 ) 32 bits
    Imagen Explicativa escribió:Imagen Explicativa: [Pedido] Script o Mod de deaths y frags Tibiaf10
    Version del Scripts: OTx Old Version(0.3.7)

    2 participantes
    https://www.facebook.com/abductionglobal/?modal=admin_todo_tour

    2[Pedido] Script o Mod de deaths y frags Empty Re: [Pedido] Script o Mod de deaths y frags Miér Mayo 13, 2020 12:40 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    en creaturescripts

    KillsandDeath.lua
    Lua:

    Código:
    function onLook(cid, thing, position, lookDistance)
    function getDeathsAndKills(cid, type) -- by vodka
       local query,d = db.getResult("SELECT `player_id` FROM "..(tostring(type) == "kill" and "`player_killers`" or "`player_deaths`").." WHERE `player_id` = "..getPlayerGUID(cid)),0
          if (query:getID() ~= -1) then
             repeat
                d = d+1
             until not query:next()
             query:free()
          end
       return d 
    end
    if isPlayer(thing.uid) then
    doPlayerSetSpecialDescription(thing.uid, "\n"..(getPlayerSex(thing.uid) == 0 and "She" or "He").." has Killed: ["..getDeathsAndKills(thing.uid, "kill").."] Players.\n"..(getPlayerSex(thing.uid) == 0 and "She" or "He").." has Died: ["..getDeathsAndKills(thing.uid, "death").."] Times")
    end
    return true
    end

    creaturescript.xml
    Code:

    Código:
    <event type="look" name="showKD" event="script" value="KillsandDeath.lua"/>

    creaturescript/script/login.lua add:

    Lua:

    Código:
    registerCreatureEvent(cid, "showKD")



    [Pedido] Script o Mod de deaths y frags YNU5B25
    2 participantes
    http://www.tibiaface.com

    3[Pedido] Script o Mod de deaths y frags Empty Re: [Pedido] Script o Mod de deaths y frags Miér Mayo 13, 2020 1:17 pm

    gettro

    gettro
    Miembro
    Miembro
    [Admin] God Maya escribió:en creaturescripts

    KillsandDeath.lua
    Lua:

    Código:
    function onLook(cid, thing, position, lookDistance)
    function getDeathsAndKills(cid, type) -- by vodka
       local query,d = db.getResult("SELECT `player_id` FROM "..(tostring(type) == "kill" and "`player_killers`" or "`player_deaths`").." WHERE `player_id` = "..getPlayerGUID(cid)),0
          if (query:getID() ~= -1) then
             repeat
                d = d+1
             until not query:next()
             query:free()
          end
       return d 
    end
    if isPlayer(thing.uid) then
    doPlayerSetSpecialDescription(thing.uid, "\n"..(getPlayerSex(thing.uid) == 0 and "She" or "He").." has Killed: ["..getDeathsAndKills(thing.uid, "kill").."] Players.\n"..(getPlayerSex(thing.uid) == 0 and "She" or "He").." has Died: ["..getDeathsAndKills(thing.uid, "death").."] Times")
    end
    return true
    end

    creaturescript.xml
    Code:

    Código:
    <event type="look" name="showKD" event="script" value="KillsandDeath.lua"/>

    creaturescript/script/login.lua add:

    Lua:

    Código:
    registerCreatureEvent(cid, "showKD")


    Muchas gracias maya me funciono muy bien

    eres el mejor Very Happy Saludos bro [Tienes que estar registrado y conectado para ver este vínculo]



    Tema Resuelto Very Happy



    Very Happy Resuelto Gracias Very Happy

    2 participantes
    https://www.facebook.com/abductionglobal/?modal=admin_todo_tour

    4[Pedido] Script o Mod de deaths y frags Empty Re: [Pedido] Script o Mod de deaths y frags Miér Mayo 13, 2020 1:58 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Tema Resuleto



    [Pedido] Script o Mod de deaths y frags 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).