• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    Mr y Hr Sin errores

    Compartir:

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

    1Mr y Hr Sin errores Empty Mr y Hr Sin errores Vie Mar 29, 2013 11:03 pm

    "♣Marre♣™"

    Mr y Hr Sin errores 462-68
    Miembro
    Miembro
    e visto gente ke publica la hr y la mr (health rune y mana rune respectivamente)
    y en comentarios salen donde diceque el error ke nose ke, ke no se cuando y bla-bla-bla entonces le dare este y asi como se los doy aasi lospegan y les dire que cambiaran xD

    sevan a su carpeta de actions y crean un archivo lua y pegan esto:
    HR:

    Código:
    local MIN = 1000
    local MAX = 2000
    local EMPTY_POTION = 2281

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

    function onUse(cid, item, fromPosition, itemEx, toPosition)
      if isPlayer(itemEx.uid) == FALSE then
          return FALSE
      end

      if hasCondition(cid, CONDITION_EXHAUST_HEAL) == TRUE then
          doPlayerSendDefaultCancel(cid, RETURNVALUE_YOUAREEXHAUSTED)
          return TRUE
      end

      if doCreatureAddHealth(itemEx.uid, math.random(MIN, MAX)) == LUA_ERROR then
          return FALSE
      end

      doAddCondition(cid, exhaust)
      doSendMagicEffect(getThingPos(itemEx.uid), CONST_ME_MAGIC_BLUE)
      doCreatureSay(itemEx.uid, "Super Uh", TALKTYPE_ORANGE_1)
     
      doTransformItem(item.uid, EMPTY_POTION)
      return TRUE
    end

    crean otro archivo lua y pegan esto:
    MR:

    Código:
    local MIN = 1000
    local MAX = 3000
    local EMPTY_POTION = 2284
     
    local exhaust = createConditionObject(CONDITION_EXHAUST)
    setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 200))
     
    function onUse(cid, item, fromPosition, itemEx, toPosition)
    if isPlayer(itemEx.uid) == FALSE then
    return FALSE
    end
     
    if hasCondition(cid, CONDITION_EXHAUST_HEAL) == true then
    doPlayerSendDefaultCancel(cid, RETURNVALUE_YOUAREEXHAUSTED)
    return TRUE
    end
     
     
     
    if doPlayerAddMana(itemEx.uid, math.random(MIN, MAX)) == LUA_ERROR then
    return FALSE
    end
     
    doAddCondition(cid, exhaust)
    doSendMagicEffect(getThingPos(itemEx.uid), CONST_ME_MAGIC_BLUE)
    doSendAnimatedText(getThingPos(cid), "Ultra Mr", TEXTCOLOR_RED)
     
    doTransformItem(item.uid, EMPTY_POTION)
    return TRUE
    end

    Se van a actions.xml y pegan esto

    Código:
    <action itemid="2284" event="script" value="RMrune.lua"/>
    <action itemid="2281" event="script" value="RHrune.lua"/>

    los items id : 2284 y 2281 son spells runes ke no se utilizan en caso de que marque error se van a actions.xml y dan ctrl+b y buscan esos id porke alo mejor ya estan siendo utilizados, borran esa parte y copian la de arriba Very Happy

    y ahora lo ke cambiaran sera lo sig: Very Happy

    Código:
    local MIN = 1000
    local MAX = 3000

    en los 2 scripts cambiaran eso solamente es lo ke te recuperara lo min. y lo max. xD eso es todo comenten den rep Very Happy

    y no me copie de nadien mas asi ke si dicen eso entoinces

    king

    2 participantes

    2Mr y Hr Sin errores Empty Re: Mr y Hr Sin errores Vie Jul 17, 2015 7:55 pm

    Invierno

    Invierno
    Nuevo Miembro
    Nuevo Miembro
    no sirve...

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