• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [Actions] Agregar mas item

    Compartir:

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

    1[Actions] Agregar mas item Empty [Actions] Agregar mas item Lun Mar 22, 2021 6:16 pm

    Morfar

    Morfar
    Miembro
    Miembro
    Descripcion escribió:Buenas tardes amigos que tal nuevamente molestando solicitando de su apoyo con este script, lo que hace es que al color 1 item distinto en cada pedestal los "fusiona" al activar la palanca y crea un nuevo item, funciona perfecto el script pero me gustaria que poder agregar mas items un ejemplo aqui dice red gem y el helmet of the ancients y al jalar la palanca da full hota, entonces ami me gustaria agregar otra linea por ejemplo enchanted wings y leathers y que me de boots of haste sin necesidad de borrar el del hota. Espero puedan apoyarme y me hayan entendido muchas gracias y saludos a todos es tfs 0.4 8.6
    Imagen Explicativa escribió:Imagen Explicativa: [Actions] Agregar mas item Tibiaf10
    Version del Scripts: TFs 0.4.0
    script:
    Código:
    function onUse(cid, item, fromPosition, itemEx, toPosition)
       local pos = {
          hota = { x = 32310, y = 32311, z = 10, stackpos = 255 }, -- Place helmet
          gem = { x = 32312, y = 32311, z = 10, stackpos = 255 }, -- Place gem
          full = { x = 32311, y = 32311, z = 10, stackpos = 2 } -- Where FULL HOTA spawns
       }
       local ids = {
          hota_ = 2342, -- Regular HOTA ID
          gem_ = 2156, -- Red Gem ID
          full_ = 2343 -- FULL HOTA ID
       }
       if(item.itemid == 9825) then
          local helmet = getThingFromPos(pos.hota)
          local redgem = getThingFromPos(pos.gem)
          if(helmet.itemid ~= ids.hota_) then
             doPlayerSendCancel(cid, "Place the helmet on the correct spot.")
          elseif(redgem.itemid ~= ids.gem_) then
             doPlayerSendCancel(cid, "Place the red gem on the correct spot.")
          else
             doRemoveItem(helmet.uid, 1)
             doRemoveItem(redgem.uid, 1)
             doCreateItem(ids.full_, pos.full)
             doSendMagicEffect(pos.hota, CONST_ME_POFF)
             doSendMagicEffect(pos.gem, CONST_ME_POFF)
             doSendMagicEffect(pos.full, CONST_ME_ENERGYAREA)
             doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have enchanted your helmet of the ancients!")
             doTransformItem(item.uid, item.itemid + 1)
          end
       elseif(item.itemid == 9826) then
          doTransformItem(item.uid, item.itemid - 1)
          doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF)
       end
       return true
    end

    2 participantes

    2[Actions] Agregar mas item Empty Re: [Actions] Agregar mas item Lun Mar 22, 2021 10:29 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    este servidor tiene lo que quieres

    [Tienes que estar registrado y conectado para ver este vínculo]



    [Actions] Agregar mas item YNU5B25
    2 participantes
    http://www.tibiaface.com

    3[Actions] Agregar mas item Empty Re: [Actions] Agregar mas item Miér Mar 24, 2021 2:37 pm

    Morfar

    Morfar
    Miembro
    Miembro
    listo muchas gracias bro saludos!

    2 participantes

    4[Actions] Agregar mas item Empty Re: [Actions] Agregar mas item Miér Mar 24, 2021 10:16 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Tema Resuelto



    [Actions] Agregar mas item YNU5B25
    2 participantes
    http://www.tibiaface.com

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