• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [Ayuda] Anillo por palanca

    Compartir:

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

    1Resuelto [Ayuda] Anillo por palanca Vie Nov 28, 2014 1:45 pm

    Invitado

    Anonymous
    Invitado
    Hola que tal me gustaria si me pueden ayudar en este script que tengo que al darle click te de 1 anillo si funciona perfecto pero el anillo te lo da dentro de una backpack y no me gusta eso ojala me puedan ayudar aqui les dejo el script saludos

    Código:
    -- [* Mana & Runes por Lever v5 by DJ Death Fix By Leyendario *] --
    local script = {
     [9516] = {2213,10000,5,1988},
     [9517] = {2169,10000,5,1988},
     [9518] = {2209,10000,5,1988},
            [9519] = {2208,10000,5,1988},
            [9520] = {2207,10000,5,1988},
            [9521] = {2214,10000,5,1988},
            [9522] = {2166,10000,5,1988},
            [9523] = {2274,3000,100,1995},
            [9524] = {2271,3000,100,1995},
            [9525] = {8472,3000,100,7343},
            [9526] = {2278,3500,100,5950},
            [9527] = {2293,3000,100,1997},
            [9528] = {2313,2000,100,1994},
            [9529] = {7620,1000,100,1994},
            [9530] = {7589,2000,100,1994},
            [9531] = {7590,5000,100,1994}
    }
    function onUse(cid,item,fromPosition,itemEx,toPosition)
     local bt = script[item.actionid]
     if bt then
     if ((getPlayerFreeCap(cid)) >= (getItemWeightById(bt[1]) * bt[3])) then
     if doPlayerRemoveMoney(cid, bt[2]) then
     doPlayerSendTextMessage(cid,22, "Haz Comprado 20 " .. getItemNameById(bt[1]) .. "s Por " .. bt[2] .. " Coins!.")
     doSendAnimatedText(getPlayerPosition(cid), "Comprado!", math.random(1, 255))
     doSendMagicEffect(getCreaturePosition(cid),53)
     local bp = doPlayerAddItem(cid, bt[4])
     for i = 1,bt[3] do
     doAddContainerItem(bp, bt[1], bt[3])
     end
     else
     doPlayerSendCancel(cid,"No Tienes Suficiente Dinero.")
     doSendMagicEffect(getCreaturePosition(cid),2)
     end
     else
     doPlayerSendCancel(cid,"No Tienes Suficiente Capacidad para Comprar el Producto.")
     doSendMagicEffect(getCreaturePosition(cid),2)
     end
     end
     return true
    end

    2Resuelto Re: [Ayuda] Anillo por palanca Vie Nov 28, 2014 4:49 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    intenta con esta modificacion y me dices

    Código:
                -- [* Mana & Runes por Lever v5 by DJ Death Fix By Leyendario *] --
                local script = {
                  [9516] = {2213,10000,5,1988},
                  [9517] = {2169,10000,5,1988},
                  [9518] = {2209,10000,5,1988},
                        [9519] = {2208,10000,5,1988},
                        [9520] = {2207,10000,5,1988},
                        [9521] = {2214,10000,5,1988},
                        [9522] = {2166,10000,5,1988},
                        [9523] = {2274,3000,100,1995},
                        [9524] = {2271,3000,100,1995},
                        [9525] = {8472,3000,100,7343},
                        [9526] = {2278,3500,100,5950},
                        [9527] = {2293,3000,100,1997},
                        [9528] = {2313,2000,100,1994},
                        [9529] = {7620,1000,100,1994},
                        [9530] = {7589,2000,100,1994},
                        [9531] = {7590,5000,100,1994}
                }
                function onUse(cid,item,fromPosition,itemEx,toPosition)
                  local bt = script[item.actionid]
                  if bt then
                      if ((getPlayerFreeCap(cid)) >= (getItemWeightById(bt[1]) * bt[3])) then
                        if doPlayerRemoveMoney(cid, bt[2]) then
                            doPlayerSendTextMessage(cid,22, "Haz Comprado 20 " .. getItemNameById(bt[1]) .. "s Por " .. bt[2] .. " Coins!.")
                            doSendAnimatedText(getPlayerPosition(cid), "Comprado!", math.random(1, 255))
                            doSendMagicEffect(getCreaturePosition(cid),53)
                          doPlayerAddItem(cid, bt[1], bt[3])
                           
                            end
                        else
                            doPlayerSendCancel(cid,"No Tienes Suficiente Dinero.")
                            doSendMagicEffect(getCreaturePosition(cid),2)
                        end
                      else
                        doPlayerSendCancel(cid,"No Tienes Suficiente Capacidad para Comprar el Producto.")
                        doSendMagicEffect(getCreaturePosition(cid),2)
                      end
                  end
                  return true
                end

    - See more at: http://www.tibiaface.com/t642-ayuda-anillo-por-palanca#2588



    [Ayuda] Anillo por palanca YNU5B25
    http://www.tibiaface.com

    3Resuelto Re: [Ayuda] Anillo por palanca Sáb Nov 29, 2014 5:22 am

    Invitado

    Anonymous
    Invitado
    Gracias funciono perfecto!!

    Contenido patrocinado


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