• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [Ayuda] Potions por palanca, Normal a Revscript

    Compartir:

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

    3zequi3l

    3zequi3l
    Miembro
    Miembro
    Buen dia, necesito una ayuda, cambiar el siguiente script a Revscript, De antemano muchas gracias, ☺♥


    Código:
    local config = {
      cantidad = 20
    }
     
    local aid = { --actionid, itemid, precio
      --Health potions
      [5600] = {7168, 900},
      [5601] = {7588, 2000},
      [5602] = {7591, 3800},
      --Manas potions--
      [5603] = {7620, 1000},
      [5604] = {7589, 1600},
      [5605] = {7590, 2400},
      --Sprit
      [5606] = {8472, 3800},
      [5607] = {8473, 6200},
      --RUNES
      [5608] = {2273, 3500},
      [5609] = {2274, 900},
      [5610] = {2271, 600},
      [5611] = {2269, 3200},
      [5612] = {2268, 2160},
      [5613] = {2262, 3240},
      [5614] = {2261, 300},
      [5615] = {2260, 10},
      [5616] = {2310, 520},
      [5617] = {2311, 240},
      [5618] = {2313, 620},
      [5619] = {2315, 740},
      [5620] = {2289, 1040},
      [5621] = {2288, 740},
      [5622] = {2287, 80},
      [5623] = {2286, 1700},
      [5624] = {2285, 420},
      [5625] = {2278, 14000},
      [5626] = {2277, 760},
      [5627] = {2308, 920},
      [5628] = {2305, 2340},
      [5629] = {2304, 900},
      [5630] = {2303, 1220},
      [5631] = {2302, 600},
      [5632] = {2301, 560},
      [5633] = {2295, 320},
      [5634] = {2293, 2320},
      [5635] = {2292, 240},
      [5636] = {2291, 4200},
      [5637] = {2290, 1600}
    }
     
    function onUse(cid, item, fromPosition, itemEx, toPosition)
      local aids = aid[item.actionid]
      if item.itemid == 1945 then
          if aids then
            if doPlayerAddItem(cid, aids[1], config.cantidad, false) == RETURNVALUE_NOERROR then
                if doPlayerRemoveMoney(cid, aids[3]) then
                  doPlayerSendTextMessage(cid, TALKTYPE_ORANGE_1, 'Recibiste x'..cantidad.config..' '..getItemNameById(aids[1])..'.')
                else
                  doPlayerSendTextMessage(cid, TALKTYPE_ORANGE_1, 'Necesitas '..aids[2]..' gold para comprar este producto.')
                end
            else
                doPlayerSendTextMessage(cid, TALKTYPE_ORANGE_1, 'No tienes suficiente capacidad.')
            end
          end
      return true
    end

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