• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    Orb System

    Compartir:

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

    1Orb System Empty Orb System Jue Ene 16, 2020 6:07 pm

    Omegas

    Omegas
    Nuevo Miembro
    Nuevo Miembro
    hola, les traigo orb system que consiste en un orbe donde juntas x candidad de items. Luego la orb se tranformara en el premio que configure.


    local config = {
    [ID DE LA ORB] = {ID DEL ITEMS A GANAR, CANTIDAD DEL PREMIO, ID ITEMS A JUNTAR Y LA CANTIDAD QUE DESEE}
    [15697] = {fruit = 11447, quantity = 1, CommomM = 12162, count = 250},
    [15698] = {fruit = 11442, quantity = 1, CommomM = 12161, count = 250},
    }

    function onUse(cid, item, fromPosition, itemEx, toPosition)
    if getPlayerItemCount(cid, config[item.itemid].CommomM) < config[item.itemid].count then
    doPlayerSendTextMessage(cid,27,"Você não possui os materiais necessários!")
    else
    for i, k in pairs(config) do
    if (isInArray(i, item.itemid) == true) then
    random = math.random(k.quantity)
    doPlayerAddItem(cid,k.fruit,random)
    doRemoveItem(item.uid, 1)
    doPlayerRemoveItem(cid,config[item.itemid].CommomM,config[item.itemid].count)
    if random > 0 then
    doPlayerSendTextMessage(cid,27,"Parabéns! O processo de transformação foi realizado com sucesso, assim se transformando em "..getItemNameById(config[item.itemid].fruit)..".")
    end
    end
    end
    end
    return true
    end

    2 participantes

    2Orb System Empty Re: Orb System Jue Ene 16, 2020 7:34 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    gran aporte pero en la proxima colocalo bajos las tag code para que se vea mejor el codigo



    Orb System YNU5B25
    2 participantes
    http://www.tibiaface.com

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