• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [Actions] pedido de teleport

    Compartir:

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

    1[Actions] pedido de teleport Empty [Actions] pedido de teleport Miér Ene 10, 2018 1:03 am

    Miguel Albertto

    Miguel Albertto
    Miembro
    Miembro
    Hola amigos de tibia face, necesito un script de un objeto que te de teleport al templo.

    mi server es 8.6 y la consola es otx 2.9


    le he puesto varios scripts de teleport y les marca error.

    otros si funciona pero cuando los tele transportan al templo se quedan trabados y tienen que desconectar y conectarse.

    alguien me podria dar un script que no de ningun error. y que si tienes pz no te de teleport Smile

    gracias por su atencion!!

    2 participantes

    2[Actions] pedido de teleport Empty teste Miér Ene 10, 2018 11:10 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    aqui tienes

    Código:
    function onUse(cid, item, frompos, item2, topos)
     
    if  (getCreatureCondition(cid, CONDITION_INFIGHT) == TRUE) then
        doPlayerSendCancel(cid, "You Can't Teleport In Battle.")
        doSendMagicEffect(getPlayerPosition(cid), 2)
        else
    if  (getCreatureCondition(cid, CONDITION_INFIGHT) == FALSE) then
        doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid)))
        doPlayerSendTextMessage(cid, 4, "Welcome In Enigma Temple.")
        doSendMagicEffect(getPlayerPosition(cid), 31)
        end
        end
        end


    Código:
    <action itemid="6119" script="scroll.lua"/>


    si marca error primero usa este otro

    Código:
    function onUse(cid, item, frompos, item2, topos)
        if getCreatureCondition(cid, CONDITION_INFIGHT) then
            doPlayerSendCancel(cid, "You Can't Teleport In Battle.")
            doSendMagicEffect(getPlayerPosition(cid), 2)
        else
            doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid)))
            doPlayerSendTextMessage(cid, 4, "Welcome In Enigma Temple.")
            doSendMagicEffect(getPlayerPosition(cid), 31)
        end
    return true
    end

    2 participantes
    http://www.tibiaface.com

    3[Actions] pedido de teleport Empty Re: [Actions] pedido de teleport Mar Ene 16, 2018 8:07 am

    Miguel Albertto

    Miguel Albertto
    Miembro
    Miembro
    funciono correctamente, gracias admin god maya

    2 participantes

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