• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [Talkactions] Teleport House (tfs 0.4 and tfs 0.3.7)

    Compartir:

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

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Hola usuarios de tibiaface


    Bueno aqui les dejo un scriptsen base a un talkactions que al ejecutar en el juego de donde este te enviara a la puerta su house.

    [Talkactions] Teleport House (tfs 0.4 and tfs 0.3.7) Rkr51c

    buenos vamos a instalacion:

    nos vamos a:

    Data/talkactions/scripts

    copiamos cualquier archivo y renombramos por tphouse.lua y pegamos esto dentro

    Código:
    function onSay(cid, words, param, channel)
            local playerPos = getCreaturePosition(cid)
     
            if exhaustion.check(cid, 7612) == false then
                    if getHouseByPlayerGUID(getPlayerGUID(cid)) and getCreatureCondition(cid, CONDITION_INFIGHT) == false then
                            doTeleportThing(cid, getHouseEntry(getHouseByPlayerGUID(getPlayerGUID(cid))))
                            doSendMagicEffect(playerPos, CONST_ME_TELEPORT)
                            doSendAnimatedText(playerPos, 'Bye!', TEXTCOLOR_GREEN)
                            exhaustion.set(cid, 7612, 10)
                    elseif  getCreatureCondition(cid, CONDITION_INFIGHT) == true then
                            doSendAnimatedText(playerPos, 'PZ Locked!', TEXTCOLOR_RED)
                            exhaustion.set(cid, 7612, 10)
                    elseif getHouseByPlayerGUID(getPlayerGUID(cid)) == nil then
                            doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "You dont own a house!")
                    end
            else
                    doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You are exhausted!")
            end
            return true
    end


    luego nos vamos a:

    Data/talkactions/talkactions.xml

    y agregamos esta tag

    Código:
    <talkaction words="!gohouse" event="script" value="tphouse.lua"/>


    creditos: Cornex



    [Talkactions] Teleport House (tfs 0.4 and tfs 0.3.7) YNU5B25
    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).