• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    Mana rune server tfs 1.0

    Compartir:

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

    1Mana rune server tfs 1.0 Empty Mana rune server tfs 1.0 Lun Mar 02, 2015 12:22 am

    hirako

    hirako
    Miembro
    Miembro
    hola tibia face aca les traigo la mana rune para los server tfs 1.0

    iniciemos por ir a

    /data/actions/scripts/

    copiamos un archivo y lo pegamos hay mismo le cambiamos el nombre por manarune.lua lo abrimos y le borramos todo le pondremos lo siguiente

    Código:
    local exhaust = createConditionObject(CONDITION_EXHAUST)
    setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 900))

    function onUse(cid, item, fromPosition, itemEx, toPosition)
    local level = getPlayerLevel(cid)
    local mlevel = getPlayerMagLevel(cid)
    local mana_minimum = (level * 5) + (mlevel * 3) - 50
    local mana_maximum = (level * 6) + (mlevel * 4)
    local mana_add = math.random(mana_minimum, mana_maximum)

    doPlayerAddMana(cid, mana_add)
    doSendMagicEffect(getThingPos(itemEx.uid), CONST_ME_MAGIC_BLUE)
    doCreatureSay(itemEx.uid, "Aaaah...", TALKTYPE_ORANGE_1)
    return TRUE
    end


    guardamos y de hay abrimos actions.xml y pondemos la siguiente linea

    Código:
       <action itemid="2270" script="custom/manarune.lua"/>


    guardamos y ya esta todos solo entra a items.xml busca la runa le pones el nombre y usala Very Happy espero les funcione Very Happy

    4 participantes

    2Mana rune server tfs 1.0 Empty Re: Mana rune server tfs 1.0 Lun Mar 02, 2015 12:23 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    buen aporte +1



    Mana rune server tfs 1.0 YNU5B25
    4 participantes
    http://www.tibiaface.com

    3Mana rune server tfs 1.0 Empty Re: Mana rune server tfs 1.0 Vie Jul 17, 2015 8:09 pm

    Invierno

    Invierno
    Nuevo Miembro
    Nuevo Miembro
    probado y funciona bien, GRACIAS ;D!

    4 participantes

    4Mana rune server tfs 1.0 Empty saludos Dom Jun 05, 2016 8:40 pm

    Invitado

    Anonymous
    Invitado
    buenisimo bro, me funciono perfectamente, sabes como hacer para que no sea infinita?

    4 participantes

    5Mana rune server tfs 1.0 Empty Re: Mana rune server tfs 1.0 Dom Jun 05, 2016 8:57 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Hector Guedez Ovi escribió:buenisimo bro, me funciono perfectamente, sabes como hacer para que no sea infinita?

    aqui lo tienes

    Código:

                local exhaust = createConditionObject(CONDITION_EXHAUST)
                setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 900))

                function onUse(cid, item, fromPosition, itemEx, toPosition)
                local level = getPlayerLevel(cid)
                local mlevel = getPlayerMagLevel(cid)
                local mana_minimum = (level * 5) + (mlevel * 3) - 50
                local mana_maximum = (level * 6) + (mlevel * 4)
                local mana_add = math.random(mana_minimum, mana_maximum)
    if getPlayerItemCount(cid, xxxx) >= 1 then
                doPlayerRemoveItem(cid, xxxx, 1)
                doPlayerAddMana(cid, mana_add)
                doSendMagicEffect(getThingPos(itemEx.uid), CONST_ME_MAGIC_BLUE)
                doCreatureSay(itemEx.uid, "Aaaah...", TALKTYPE_ORANGE_1)
     end
                return TRUE
                end



    Mana rune server tfs 1.0 YNU5B25
    4 participantes
    http://www.tibiaface.com

    6Mana rune server tfs 1.0 Empty Re: Mana rune server tfs 1.0 Dom Jun 05, 2016 11:22 pm

    hirako

    hirako
    Miembro
    Miembro
    [Admin] God Maya escribió:
    Hector Guedez Ovi escribió:buenisimo bro, me funciono perfectamente, sabes como hacer para que no sea infinita?

    aqui lo tienes

    Código:

                local exhaust = createConditionObject(CONDITION_EXHAUST)
                setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 900))

                function onUse(cid, item, fromPosition, itemEx, toPosition)
                local level = getPlayerLevel(cid)
                local mlevel = getPlayerMagLevel(cid)
                local mana_minimum = (level * 5) + (mlevel * 3) - 50
                local mana_maximum = (level * 6) + (mlevel * 4)
                local mana_add = math.random(mana_minimum, mana_maximum)
    if getPlayerItemCount(cid, xxxx) >= 1 then
                doPlayerRemoveItem(cid, xxxx, 1)
                doPlayerAddMana(cid, mana_add)
                doSendMagicEffect(getThingPos(itemEx.uid), CONST_ME_MAGIC_BLUE)
                doCreatureSay(itemEx.uid, "Aaaah...", TALKTYPE_ORANGE_1)
     end
                return TRUE
                end


    jajajaj esto es hace mucho tiempo jajaj no me acordaba de este post aun asi gracias por responder XD ya que yo no lo hice jajaja

    4 participantes

    7Mana rune server tfs 1.0 Empty Re: Mana rune server tfs 1.0 Lun Jun 06, 2016 3:12 pm

    Invitado

    Anonymous
    Invitado
    Gracias muchachos son ustedes !!!  Idea

    4 participantes

    8Mana rune server tfs 1.0 Empty Re: Mana rune server tfs 1.0 Mar Ago 08, 2017 5:05 am

    cimmeria

    cimmeria
    Miembro
    Miembro
    para tfs 1.2 es posible?

    4 participantes
    http://sayayinz.ddns.net

    Contenido patrocinado


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