• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    Recargar softboots y firewalker con click!

    Compartir:

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

    1Recargar softboots y firewalker con click! Empty Recargar softboots y firewalker con click! Sáb Mayo 03, 2014 12:28 pm

    invoker

    invoker
    Nuevo Miembro
    Nuevo Miembro
    Hola gente , les traigo este script de mucha utilidad en cualquier ot! aqui vamos.

    vamos a actions/scripts/ creamos un nuevo archivo lua o copian cualquiera y borran lo que estee dentro y le colocan de nombre softboots.lua , dentro pegan esto :
    Código:
    function onUse(cid, item, frompos, item2, topos)

    if getPlayerMoney (cid) <= 10000 then
    doPlayerSendTextMessage(cid,22,"Necesitas 10k para recargar las soft boots")

    elseif getPlayerMoney (cid) >= 10000 and
    doRemoveItem(item.uid,1) then
    doPlayerRemoveMoney(cid, 10000)
    doPlayerSendTextMessage(cid,22,"Soft Boots Recargadas Satisfactoriamente.")
    doPlayerAddItem(cid,2640,1)
    end
    return 1
    end

    donde dice :
    Código:
    if getPlayerMoney (cid) <= 10000 then
    es la cantidad de dinero que te quitara para poder recargar las boots en este caso le tengo 10k

    crean otro archivo lua pero este se llamara Firewalkerboots.lua

    dentro colocan esto :
    Código:
    function onUse(cid, item, frompos, item2, topos)

    if getPlayerMoney (cid) <= 10000 then
    doPlayerSendTextMessage(cid,22,"Necesitas 10k para recargar las Firewalker boots")

    elseif getPlayerMoney (cid) >= 10000 and
    doRemoveItem(item.uid,1) then
    doPlayerRemoveMoney(cid, 10000)
    doPlayerSendTextMessage(cid,22,"Firewalker Boots Recargadas Satisfactoriamente.")
    doPlayerAddItem(cid,9933,1)
    end
    return 1
    end

    ya saben como editar el precio!

    ahora abrimos actions.xml y agregan esto :
    Código:
    <action itemid="10022" script="Firewalkerboots.lua" />
        <action itemid="10021" script="softboots.lua" />

    y listo! solo abren su ot y cuando se les gasten , solo le dan click y listo, boots recargadas ! Very Happy

    3 participantes

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    gracias por el aporte invoker aqui tiene  :(MG): 



    Recargar softboots y firewalker con click! YNU5B25
    3 participantes
    http://www.tibiaface.com

    Kevin Acevedo

    Kevin Acevedo
    Nuevo Miembro
    Nuevo Miembro
    que debo de poner para que en lugar de dinero quite 1 item ?

    3 participantes

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Kevin Acevedo escribió:que debo de poner para que en lugar de dinero quite 1 item ?

    aqui tienes un ejemplo:
    Código:

    function onUse(cid, item, frompos, item2, topos)

    if getPlayerItemCount(cid,xxxxx) <= 1 then
    doPlayerSendTextMessage(cid,22,"Necesitas xxxx item  para recargar las soft boots")

    elseif getPlayerItemCount(cid,xxxx) >= 1 and
    doRemoveItem(item.uid,1) then
    doPlayerRemoveItem(cid, xxxx, 1)
    doPlayerRemoveMoney(cid, 10000)
    doPlayerSendTextMessage(cid,22,"Soft Boots Recargadas Satisfactoriamente.")
    doPlayerAddItem(cid,2640,1)
    end
    return 1
    end



    xxxx es item que pedira para que se efectue el cambio



    Recargar softboots y firewalker con click! YNU5B25
    3 participantes
    http://www.tibiaface.com

    Kevin Acevedo

    Kevin Acevedo
    Nuevo Miembro
    Nuevo Miembro
    excelente muchas gracias god maya

    3 participantes

    Contenido patrocinado


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