• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    Talkaccions Cargar tu soft y firewalkers

    Compartir:

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

    1Talkaccions Cargar tu soft y firewalkers Empty Talkaccions Cargar tu soft y firewalkers Sáb Jun 25, 2016 4:49 am

    Cheka

    Cheka
    Miembro
    Miembro
    Bueno les traigo este script para 8.6

    primero creamos 2  scripts en actions uno con nombre fire y el otro soft en fire colocan esto.

    Código:
    function onSay(cid, words, param)
    if doPlayerRemoveMoney(cid, 50000) == TRUE then
    doPlayerAddItem(cid,9933)
    doPlayerRemoveItem(cid, 10022, 1)
    pos = getPlayerPosition(cid)
    doSendAnimatedText(pos, "Carrrgada", TEXTCOLOR_RED)
    elseif(doPlayerRemoveMoney(cid,50000) == FALSE) then
    doPlayerSendCancel(cid, "Usted no tiene dinero para cargar sus Firewalker Boots.")
    end
    return TRUE
    end

    Luego en soft este otro.

    Código:
    function onSay(cid, words, param)
    if doPlayerRemoveMoney(cid, 20000) == TRUE then
    doPlayerAddItem(cid,2640)
    doPlayerRemoveItem(cid, 10021, 1)
    pos = getPlayerPosition(cid)
    doSendAnimatedText(pos, "Carrrgada", TEXTCOLOR_BLUE)
    elseif(doPlayerRemoveMoney(cid,20000) == FALSE) then
    doPlayerSendCancel(cid, "Usted no tiene dinero para cargar sus Soft Boots.")
    end
    return TRUE
    end

    Luego vamos a actions/script

    Código:
    <talkaction words="!firewalker" event="script" value="fire.lua"/>
    <talkaction words="!soft" event="script" value="soft.lua"/>

    Den me gusta y puntitos.
    Mi Lealtad,  es que Hago esto por Amor No Por Provecho...

    3 participantes

    2Talkaccions Cargar tu soft y firewalkers Empty Mal Sáb Abr 11, 2020 12:40 am

    Sotosoto

    Sotosoto
    Nuevo Miembro
    Nuevo Miembro
    te confundiste? todo va en talkactions no en actions... saludos

    3 participantes

    3Talkaccions Cargar tu soft y firewalkers Empty no sirve Sáb Abr 11, 2020 12:45 am

    Sotosoto

    Sotosoto
    Nuevo Miembro
    Nuevo Miembro
    Aparte el script no sirve, te da soft aunque no tengas las botas gastadas, sin item al decir !soft da unas soft y te quita el dinero sin tener las botas gastadas, no sirve. saludos

    3 participantes

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Sotosoto escribió:Aparte el script no sirve, te da soft aunque no tengas las botas gastadas, sin item al decir !soft da unas soft y te quita el dinero sin tener las botas gastadas, no sirve. saludos

    aqui tienes directo con actions

    data/actions/scripts/

    Código:

    local boots = {
       [10021] = {id = 6132, money = 0},
       [10022] = {id = 9933, money = 0}
    }
    function onUse(cid, item, fromPosition, itemEx, toPosition)
       if boots[item.itemid] then
          if doPlayerRemoveMoney(cid, boots[item.itemid].money) then
             doTransformItem(item.uid, boots[item.itemid].id)
          doSendMagicEffect(getCreaturePosition(cid),28)
    doPlayerSendTextMessage(cid,27,"You have successfully repaired your boots.")
          else
             doPlayerSendCancel(cid, RET_NOTENOUGHMONEY)
          end
       end
       return true
    end

    actions.xml

    Código:

    <action itemid="10021;10022" event="script" value="repair.lua"/>



    Talkaccions Cargar tu soft y firewalkers YNU5B25
    3 participantes
    http://www.tibiaface.com

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