• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    AddonBox Chance "The Fast and the Furious" Pokemon

    Compartir:

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

    Cheka

    Cheka
    Miembro
    Miembro
    Primero creamos 1 archivo addonbox.lua en actions y pege esto.


    Código:
    local chancemob = 10 -- chance de abrir y ver un mostro

    function onUse(cid, item, fromPosition, itemEx, toPosition)
        
        local config = {
            premium = true, -- si necesita ser premium account (true or false)
            battle = false,    -- si necesita estar en battle (true). Se colocar false, poder usar addons box no en batallas
                    level = 100, -- level para poder usar addons box
                    chance = 1, -- chance poder salir
        }
           local items = {13064,13060} ----id del addon
        
            if doPlayerrandom(1,100) <= config.chance then
            doPlayerSendCancel(cid, "Su Addons box Fallo")  
            return true
            end
            if getPlayerLevel(cid) < config.level then
            doPlayerSendCancel(cid, "precisar ser level ".. config.level ..".")
            return true
            end
        if config.premium and not isPremium(cid) then
            doPlayerSendCancel(cid, "Solamente player premium.")
            return true
        end
        
        if config.battle and getCreatureCondition(cid, CONDITION_INFIGHT) then
            doPlayerSendCancel(cid, "Your pokemon can't concentrate during battles.")
            return true
        end
        
        doPlayerAddItem(cid, items[math.random(#items)])
        doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Usted Abrio Addon Box")
        doRemoveItem(item.uid, 1)
    end
     
    Luego vamos a actions.xml.

    Código:
    <action itemid="id del item" event="script" value="addonbox.lua"/>

    Denme me gusta !!.

    2 participantes

    Jano

    Jano
    Spriter
    Spriter
    buen aporte +1

    2 participantes
    https://discordapp.com/channels/340869651896598528/3408696518965

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