• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    miren quien sabe poner puertas que pidan rebirth version 8.60

    Compartir:

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

    Leosnake

    Leosnake
    Nuevo Miembro
    Nuevo Miembro
    miren quien sabe poner puertas que pidan rebirth version 8.60

    2 participantes

    2miren quien sabe poner puertas que pidan rebirth version 8.60 Empty teste Vie Jul 03, 2015 10:32 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    prueba aver

    Código:

    function onUse(cid, item, fromPosition, itemEx, toPosition)
    local v,p = getThingPos(cid),{x=1000,y=1000,z=7}   
       if isPlayer(cid) then
          if getCreatureStorage(cid, 72345) >= 1 then ----------> 72345 storange de rebirths / 1 cantidad de rebirths
             if getPlayerLevel(cid) >= 100000 then
                doTeleportThing(cid,p)
                doSendMagicEffect(p,10)
             else
                doTeleportThing(cid,fromPosition)
                doSendMagicEffect(p,10)
                doPlayerSendTextMessage(cid,27,'Only players of 1st rebirth and higher are allowed to pass.')
             end
          else
             doTeleportThing(cid,fromPosition)
             doSendMagicEffect(p,10)
             doPlayerSendTextMessage(cid,27,'Only players of 1st rebirth higher are allowed to pass.')
          end
       end
       return true
    end

    Código:
    <action uniqueid="xxxxx" script="doorsr.lua" />

    xxxx es lo que le colocaras



    aqui tienes otro

    Código:


    local str = 456 -- rebirth storage
    local rebirth = 5 --  cuantos rebirth
    function onUse(cid, item, fromPosition, itemEx, toPosition)
    if getCreatureStorage(cid, str) >= rebirth then
    if getCreaturePosition(cid).x < toPosition.x then
    doTeleportThing(cid, {x=toPosition.x+1,y=toPosition.y,z=toPosition.z}, true)
    else
    doTeleportThing(cid, {x=toPosition.x-1,y=toPosition.y,z=toPosition.z}, true)
    end
    else
    doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Only the worthy may pass.")
    end
    return false
    end

    este funciona de adentro a fuer y de fuera a adentro, quiere dcir que podras utilizar la puerta como de adentro y afuera como un door normal

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