• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    Puertas De Quets Desaparese Al Entrar

    Compartir:

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

    1Puertas De Quets Desaparese Al Entrar Empty Puertas De Quets Desaparese Al Entrar Jue Sep 25, 2014 6:22 pm

    djvins2015

    djvins2015
    Miembro
    Miembro
    Descripción de mi problema:
    BUENO MI SIGUIENTE PROBLEMA ES EL SIGUEIN COMO VEN EN LA IMAGEN VAN POR POR 3 PUNTOS.

    1.- LA PUERTA ME PIDE 60 TOKENS

    2.- SE ABRE LA PUERTA YA PAGUE CON TOQUENS

    3.- AL PASAR LA PUERTA Y CAMINAR (AUTOMATICAMENTE DESAPRESE LA PUERTA.

    ESE ES MI PROBLEMA, SUSEDEN CON LAS PUERTAS DE (QUETS) (LEVEL) PORFA ME PUEDEN AYUDAR
    USO

    OTX SERVER 8.6
    VER. 4.0

    ESPERO SUS PRONTA REPUESRA PORFA ME URGE


    Imagen de mi Error:
    Puertas De Quets Desaparese Al Entrar 2eumx41

    Mi problema esta en:
    Otro Problema

    2 participantes
    http://tibianeca.com

    2Puertas De Quets Desaparese Al Entrar Empty Re: Puertas De Quets Desaparese Al Entrar Vie Sep 26, 2014 10:41 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Lo puedes colcocar el script que usas para ver y coo esta diseñado



    Puertas De Quets Desaparese Al Entrar YNU5B25
    2 participantes
    http://www.tibiaface.com

    3Puertas De Quets Desaparese Al Entrar Empty [Actions] Dor que desaparese + scrip Jue Nov 13, 2014 3:28 pm

    djvins2015

    djvins2015
    Miembro
    Miembro
    Código:
    local aid_of_door = 1790 -- ActionID of all VIP Doors.
    local ITEMID_OF_ITEM = 2363
    local COUNT_OF_ITEM = 1

    -- DO NOT EDIT BELOW THIS LINE
    function onUse(cid, item, fromPosition, itemEx, toPosition)
      if(item.actionid == aid_of_door) then
          local stor = getPlayerStorageValue(cid, item.uid)
          if(stor < 1 or (stor+3600) <= os.time()) then
            local ret = doPlayerRemoveItem(cid, ITEMID_OF_ITEM, COUNT_OF_ITEM)
            if(ret) then
                setPlayerStorageValue(cid, item.uid, os.time())
                doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Entrastes Viembenido.")
                if(not doorEnter(cid, item, toPosition)) then return false end
            else
                doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Deves terner 1 Blood Orb.")
            end
          else
            if(not doorEnter(cid, item, toPosition)) then return false end
          end
      end
      return true
    end

    function doorEnter(cid, item, toPosition)
     
      local mob = getTopCreature(toPosition); if(mob.uid > 0) then return false end
      doTransformItem(item.uid, item.itemid + 1)
      doTeleportThing(cid, toPosition)
      return true
    end

    Ese es el scrip que tengo en la puerta y no encuentro solucion me ayudas porfavor.

    2 participantes
    http://tibianeca.com

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    preuba cone ste scripts

    Código:
                local aid_of_door = 1790 -- ActionID of all VIP Doors.
                local ITEMID_OF_ITEM = 2363
                local COUNT_OF_ITEM = 1

                -- DO NOT EDIT BELOW THIS LINE
                function onUse(cid, item, fromPosition, itemEx, toPosition)
                  if(item.actionid == aid_of_door) then
                      local stor = getPlayerStorageValue(cid, item.uid)
                      if(stor < 1 or (stor+3600) <= os.time()) then
                        local ret = doPlayerRemoveItem(cid, ITEMID_OF_ITEM, COUNT_OF_ITEM)
                        if(ret) then
                            setPlayerStorageValue(cid, item.uid, os.time())
                            doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Entrastes Viembenido.")
                            if(not doorEnter(cid, item, toPosition)) then return false end
                        else
                            doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Deves terner 1 Blood Orb.")
                        end
                      else
                        if(not doorEnter(cid, item, toPosition)) then return false end
                      end
                  end
                  return true
                end

                function doorEnter(cid, item, toPosition)
                 
                  local mob = getTopCreature(toPosition); if(mob.uid > 0) then return false end
                  doTransformItem(item.uid, 5115)
                  doTeleportThing(cid, toPosition)
                  return true
                end



    Puertas De Quets Desaparese Al Entrar YNU5B25
    2 participantes
    http://www.tibiaface.com

    Contenido patrocinado


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