• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [Talkactions] Script Ver mi outfit

    Compartir:

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

    1[Talkactions] Script Ver mi outfit Empty [Talkactions] Script Ver mi outfit Jue Nov 26, 2020 6:32 am

    Azzkaban

    Azzkaban
    Nuevo Miembro
    Nuevo Miembro
    Descripcion escribió:Hola, necesito si me ayudan con un script. Ejemplo, si al hacerlo me salga en el default, la linea :
    look type="136" head="116" body="91" legs="91" feet="0" addons="2"
    es decir me arroje el outfit que llevo en es instante. Que diferencie si llevo outfit o item.

    look type
    look typeex

    Este script lo tenia, pero perdí toda mi colección y lo necesito para la creación de monstruos.

    Gracias de antemano.
    Imagen Explicativa escribió:Imagen Explicativa: [Talkactions] Script Ver mi outfit Tibiaf10
    Version del Scripts: OTx Old Version(0.3.7)

    3 participantes

    2[Talkactions] Script Ver mi outfit Empty Re: [Talkactions] Script Ver mi outfit Jue Nov 26, 2020 7:28 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Pues no entendi tu pregunta



    [Talkactions] Script Ver mi outfit YNU5B25
    3 participantes
    http://www.tibiaface.com

    3[Talkactions] Script Ver mi outfit Empty Re: [Talkactions] Script Ver mi outfit Jue Nov 26, 2020 7:39 am

    Azzkaban

    Azzkaban
    Nuevo Miembro
    Nuevo Miembro
    [Admin] God Maya escribió:Pues no entendi tu pregunta

    Por ejemplo, si yo hago el comando:
    /me
    en el chat me salga la linea xml con el look type que llevo en ese momento.
    look type="136" head="116" body="91" legs="91" feet="0" addons="2"vv

    Y si llevo un outfit de algun item, que me salga su look typeex en chat.

    3 participantes

    4[Talkactions] Script Ver mi outfit Empty Re: [Talkactions] Script Ver mi outfit Jue Nov 26, 2020 9:35 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Tu tienes ese comando que te muestra aquello si lo tiene pegalo aqui para analizarlo



    [Talkactions] Script Ver mi outfit YNU5B25
    3 participantes
    http://www.tibiaface.com

    5[Talkactions] Script Ver mi outfit Empty Re: [Talkactions] Script Ver mi outfit Jue Nov 26, 2020 12:12 pm

    Azzkaban

    Azzkaban
    Nuevo Miembro
    Nuevo Miembro
    [Admin] God Maya escribió:Tu tienes ese comando que te muestra aquello si lo tiene pegalo aqui para analizarlo

    Lo tenia. A mi PC le entró un ramsomware y encriptó ms 3 discos duros con material. Perdí todas mis cosas de Tibia. Necesito ese script si alguien me lo puede crear.

    3 participantes

    6[Talkactions] Script Ver mi outfit Empty Re: [Talkactions] Script Ver mi outfit Sáb Nov 28, 2020 6:18 pm

    [Adm] SevuOT

    [Adm] SevuOT
    Miembro
    Miembro
    talkactions/scripts/viewoutfit.lua
    Código:

    function onSay(cid, words, param, channel)
       local outfit = getCreatureOutfit(cid)
       doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, string.format("You outfit info: lookType: %d, lookTypeEx: %d, lookHead: %d, lookBody: %d, lookLegs: %d, lookFeet: %d, lookAddons: %d", outfit.lookType, outfit.lookTypeEx, outfit.lookHead, outfit.lookBody, outfit.lookLegs, outfit.lookFeet, outfit.lookAddons))
       return true
    end


    talkactions/talkactions.xml
    Código:

    <talkaction words="!outfit;/outfit" event="script" value="viewoutfit.lua"/>



    Si necesitas hospedaje para tu servidor usa este enlace y mira los buenos planes de Windows y Linux:
    Si tu cuenta de PayPal no esta verificada no importara, igual aceptan pagos con cuentas no verificadas.


    [Talkactions] Script Ver mi outfit TRJEB8aSRYK5IulEU6ilJw
    3 participantes

    7[Talkactions] Script Ver mi outfit Empty Re: [Talkactions] Script Ver mi outfit Dom Nov 29, 2020 11:02 am

    Azzkaban

    Azzkaban
    Nuevo Miembro
    Nuevo Miembro
    [Adm] SevuOT escribió:talkactions/scripts/viewoutfit.lua
    Código:

    function onSay(cid, words, param, channel)
       local outfit = getCreatureOutfit(cid)
       doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, string.format("You outfit info: lookType: %d, lookTypeEx: %d, lookHead: %d, lookBody: %d, lookLegs: %d, lookFeet: %d, lookAddons: %d", outfit.lookType, outfit.lookTypeEx, outfit.lookHead, outfit.lookBody, outfit.lookLegs, outfit.lookFeet, outfit.lookAddons))
       return true
    end


    talkactions/talkactions.xml
    Código:

    <talkaction words="!outfit;/outfit" event="script" value="viewoutfit.lua"/>

    Hola, muchas gracias. Lo probé y funcionó. Pero no me sale la linea como necesito.


    Me sale de esta forma:
    11:54 You outfit info: lookType: 302, lookTypeEx: 0, lookHead: 39, lookBody: 0, lookLegs: 0, lookFeet: 114, lookAddons: 0

    Y no diferencia entre Looktype y Looktypeex ya que arroja todo en la misma linea. Por otro lado se le puede agregar para que reconozca mounts tambien?


    Que arroje de esta forma la linea para llegar y copiarla para crear monstruos.
    look type="136" head="116" body="91" legs="91" feet="0" addons="2" mount="303"
    Y si detecta un looktypeex que la linea salga de la siguiente forma
    looktypeex="NUMERO DEL ITEM AQUI"


    Gracias.

    3 participantes

    8[Talkactions] Script Ver mi outfit Empty Re: [Talkactions] Script Ver mi outfit Mar Dic 01, 2020 7:38 am

    [Adm] SevuOT

    [Adm] SevuOT
    Miembro
    Miembro
    Así es como quieres:
    Código:

    function onSay(cid, words, param, channel)
       local outfit = getCreatureOutfit(cid)
       doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, string.format("You outfit info: %s, Head: %d, Body: %d, Legs: %d, Feet: %d, Addons: %d, Mount: %d", (outfit.lookTypeEx ~= 0 and "look typex: " .. outfit.lookTypeEx or "look type: " .. outfit.lookType), outfit.lookHead, outfit.lookBody, outfit.lookLegs, outfit.lookFeet, outfit.lookAddons, outfit.lookMount or 0))
       return true
    end

    respecto a la montura, según estas usando OTx Old Version(0.3.7) y no estoy seguro si en esa versión existan las monturas, le puse un "OR (outfit.lookMount or 0)" en caso de no existir esa variable dentro de la tabla devuelta por la funcion getCreatureOutfit ponga un "0" para que no te genere un error en consola, saludos y espero haberte ayudado un poco.



    Última edición por [Adm] SevuOT el Mar Dic 01, 2020 7:39 am, editado 1 vez (Razón : Mala referencia al tema citado, asi que fue eliminada)



    Si necesitas hospedaje para tu servidor usa este enlace y mira los buenos planes de Windows y Linux:
    Si tu cuenta de PayPal no esta verificada no importara, igual aceptan pagos con cuentas no verificadas.


    [Talkactions] Script Ver mi outfit TRJEB8aSRYK5IulEU6ilJw
    3 participantes

    Contenido patrocinado


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