Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Vicious

Members
  • Posts

    52
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Vicious

  1. Hi, thank's for you answer. I follow these post but the colour still yellow in aura floor... but in lvl 99 to 2nd job is appear blue and is good!!

    (I also never wanted to change the aura of 2nd job, only 3rd job, is strange)

    59a980617b28d_1-9-201712.9_201.gif.3c865818fa0a4b87f3f25536f846c375.gif59a980726ee76_1-9-201712.9_472.gif.4d3b4787bca685ad1cc76defcb1a43cf.gif

     

     

    what am I doing wrong? Anybody can tell me how change the colour yellow??any tutorial or modify any file... (I do not know where the order comes from so that is yellow)

    pd: sorry for my bad english

     

  2. Buenas! Alguien sabe cual es el script y como implementarlo  para que se vea el preview del item en el char?

    59a6df5263549_linkitem.png.361de0a428fde9d8b8d46ac8a29606cb.png59a6df5f97883_linkitem2.png.715cf1548c79b22f395c393543cc1c39.png59a6df694c76e_linkitem3.png.eeb59329c4ad5c659e8e9b1b811e4c8d.png

     

    En mi server solo se ve el item de equipo al hacer clik pero no el preview

     59a6e18075cfa_30-8-201713.8_482.gif.179ad4041682caa1f0a7e503c29ceab7.gif59a6e191356b4_30-8-201713.8_233.gif.02d7f25ee12d0448ae0e06cbaf37541d.gif

    Espero me puedan ayudar, saludos!

  3. Hi! I'm looking for this mounts for 2d jobs.

    The Magic carpet, the ball, cloud and the book!

     

    97384754.jpg.65d3983577a4daf557600581e83fbd3a.jpgUntitled.jpg.aa9a5a00452854adeffadf7e04a5ed15.jpg

     

    Anybody have it? I was search the server but is not exist anymore...

    thank's!

  4. Hola, gracias por responder, finalmente he podido solucionarlo editando el atcommand.c y agregando las lineas de los jobs que faltaban para que los trajes alternativos sean ejecutados por el @bodystyle 1 :

    /*==========================================
     * @bodystyle [Rytech]
     *------------------------------------------*/

    ACMD_FUNC(bodystyle)
    {
        int body_style = 0;
        nullpo_retr(-1, sd);

        memset(atcmd_output, '\0', sizeof(atcmd_output));

        // Limit body styles to certain jobs since not all of them are released yet.
        if (!((sd->class_&MAPID_THIRDMASK) == MAPID_GUILLOTINE_CROSS || (sd->class_&MAPID_THIRDMASK) == MAPID_GENETIC
            || (sd->class_&MAPID_THIRDMASK) == MAPID_MECHANIC || (sd->class_&MAPID_THIRDMASK) == MAPID_ROYAL_GUARD
            || (sd->class_&MAPID_THIRDMASK) == MAPID_ARCH_BISHOP || (sd->class_&MAPID_THIRDMASK) == MAPID_RANGER
            || (sd->class_&MAPID_THIRDMASK) == MAPID_WARLOCK    ||    (sd->class_&MAPID_THIRDMASK) == MAPID_MINSTRELWANDERER
            ||    (sd->class_&MAPID_THIRDMASK) == MAPID_SORCERER     ||    (sd->class_&MAPID_THIRDMASK) == MAPID_SHADOW_CHASER

            ||    (sd->class_&MAPID_THIRDMASK) == MAPID_RUNE_KNIGHT)) {

    clif_displaymessage(fd, msg_txt(sd,740));    // This job has no alternate body styles.
            return -1;
        }

     

     

    Por cierto, hay algun add on para implementar el STYLING SHOP SYSTEM?

    • Upvote 1
  5. Hola, muchas gracias por tu respuesta, yo estoy usando el cliente+server offline 2017, efectivamente, su grf con el archivo del dressroom al parecer esta mal, asique arme un custom.grf y le meti el dresspack.grf alli... asique ahora anda bien!. Salvo algunos detalles que tube que modificar para que lea los peinados, y trajes alternativos. 

    Tengo una duda, el npc lee bien los trajes de Sorcerer, Minstrel y Shadow chaser, pero el comando @bodystyle 1 no sirve para esos jobs, me dice "This job has no alternative body styles", sin embargo en el ultimo dresspack ya los trae. Hay alguna forma de modificar eso y que el comando los pueda leer y ejecutar?

    598c0e1cc152f_10-8-20174.8_3411.jpg.852315fb952e92c0bee328c4fda5a74b.jpg

     

     

    598c0c6885efe_10-8-20174.8_548.jpg.0bdef0bd77e5564b5c54d527faa2edc7.jpg598c0ca7492f2_10-8-20174.8_509.jpg.43e9acd1c7c222cbbd55432455753be1.jpg

     

  6. Hola gente, como va?

    Tengo un problema, he descargado el npc scrips del dressroom 3CeAM, pero al ponerlo nose porke el cliente hace crash... osea al hablarle y elegir la opcion "sure" para que abra la ventana del dressroom, el juego se tilda y dice que dejo de funcionar... sin embargo en la consola no tira ningun error al cargar o al cerrarse... podrian darme una mano con esto?

     5989d9f8e7150_8-8-201712.8_91.jpg.2c7915c496f756098510a6d4e4387031.jpg5989da081879c_8-8-201712.8_392.jpg.e38dc53f2976838716904f8487a02c22.jpg

×
×
  • Create New...