• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [Pedido] Script para comprar bless al clicar una palanca

    Compartir:

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

    Jazet96

    Jazet96
    Miembro
    Miembro
    Si me pudiesen ayudar con uno seria genial.

    2 participantes
    http://winterglobal.sytes.net

    [Adm] SevuOT

    [Adm] SevuOT
    Miembro
    Miembro
    Aqui esta el script action:
    Código:
    local blessings = {
        {1, 100},
        {2, 200},
        {3, 300},
        {4, 400},
        {5, 500}
    }

    function onUse(cid, item, fromPosition, target, toPosition)
        local youcanbuys = {}
        local youneedgolds = 0
        for i, b in pairs(blessings) do
            if getPlayerMoney(cid) >= b[2] then
                youcanbuys[#youcanbuys +1] = b
            else
                youneedgolds = youneedgolds + b[2]
            end
        end
        if #youcanbuys == 0 then
            return doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, string.format("No tienes suficiente dinero, necesitas %u gold coins.", youneedgolds))
        end
        local ibuy = false
        for i, b in pairs(youcanbuys) do
            if doPlayerRemoveMoney(cid, b[2]) and doPlayerAddBlessing(cid, b[1]) then
                ibuy = true
            end
        end
        if ibuy then
            doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Has comprado bless!")
        else
            doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Ya tienes bless!")
        end
        return doTransformItem(item.uid, (item.itemid == 1945 and 1946 or 1945))
    end
    cualquier error publicarlo.



    Si necesitas hospedaje para tu servidor usa este enlace y mira los buenos planes de Windows y Linux:
    Si tu cuenta de PayPal no esta verificada no importara, igual aceptan pagos con cuentas no verificadas.


    [Pedido] Script para comprar bless al clicar una palanca TRJEB8aSRYK5IulEU6ilJw
    2 participantes

    Jazet96

    Jazet96
    Miembro
    Miembro
    Funciona pero solo me cobra 1.5k y quiero que cobre 70k ya le edite donde dice money need pero no lo hace

    Código:
    local blessings = {
    {1, 100},
    {2, 200},
    {3, 300},
    {4, 400},
    {5, 500}
    }

    function onUse(cid, item, fromPosition, target, toPosition)
    local youcanbuys = {}
    local youneedgolds = 70000
    for i, b in pairs(blessings) do
    if getPlayerMoney(cid) >= b[2] then
    youcanbuys[#youcanbuys +1] = b
    else
    youneedgolds = youneedgolds + b[2]
    end
    end
    if #youcanbuys == 0 then
    return doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, string.format("No tienes suficiente dinero, necesitas %u gold coins.", youneedgolds))
    end
    local ibuy = false
    for i, b in pairs(youcanbuys) do
    if doPlayerRemoveMoney(cid, b[2]) and doPlayerAddBlessing(cid, b[1]) then
    ibuy = true
    end
    end
    if ibuy then
    doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Has comprado bless!")
    else
    doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Ya tienes bless!")
    end
    return doTransformItem(item.uid, (item.itemid == 1945 and 1946 or 1945))
    end

    2 participantes
    http://winterglobal.sytes.net

    [Adm] SevuOT

    [Adm] SevuOT
    Miembro
    Miembro
    tienes que usar el script original que te postie, y ver esta tabla:
    Código:
    local blessings = {
    {1, 100},
    {2, 200},
    {3, 300},
    {4, 400},
    {5, 500}
    }
    como ves, hay esta lo que cuesta cada bless, la 1 vale 100, la 2 vale 200 y asi...



    Si necesitas hospedaje para tu servidor usa este enlace y mira los buenos planes de Windows y Linux:
    Si tu cuenta de PayPal no esta verificada no importara, igual aceptan pagos con cuentas no verificadas.


    [Pedido] Script para comprar bless al clicar una palanca TRJEB8aSRYK5IulEU6ilJw
    2 participantes

    Jazet96

    Jazet96
    Miembro
    Miembro
    Very Happy Resuelto Gracias Very Happy

    2 participantes
    http://winterglobal.sytes.net

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