Jump to content

GyokuAkuma

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by GyokuAkuma

  1. 2 hours ago, Kreustoo said:

    Hello,

    What do you mean by "when i use he change the job anyway."?
    It's just faking you are that job but you are not.

     

    he change the skill tree and the job on info soo it's not so different from changing the job, i presume only the appearance will change.

    Spoiler


    image.thumb.png.6c164127da2e4372cf142961a1f0e83c.png

     

    1554898961_Semttulo.thumb.png.032ffdc26cb037fc0558989a88ea7377.png

     

     

  2. image.png.6f5f05dec9f8502cbaf69c66c7d18d2c.png

     

    i see this and try to use but... when i use he change the job anyway... somehow can me explain how can i change to only change the appearance like he say he does?

     

    Spoiler

    BUILDIN_FUNC(changebase)
    {
        TBL_PC *sd=NULL;
        int vclass;

        if( !script_mapid2sd(3,sd) )
            return SCRIPT_CMD_SUCCESS;

        vclass = script_getnum(st,2);
        if(vclass == JOB_WEDDING)
        {
            if (!battle_config.wedding_modifydisplay || //Do not show the wedding sprites
                sd->class_&JOBL_BABY //Baby classes screw up when showing wedding sprites. [Skotlex] They don't seem to anymore.
                )
            return SCRIPT_CMD_SUCCESS;
        }

        if(!sd->disguise && vclass != sd->vd.class_) {
            status_set_viewdata(&sd->bl, vclass);
            //Updated client view. Base, Weapon and Cloth Colors.
            clif_changelook(&sd->bl,LOOK_BASE,sd->vd.class_);
            clif_changelook(&sd->bl,LOOK_WEAPON,sd->status.weapon);
            if (sd->vd.cloth_color)
                clif_changelook(&sd->bl,LOOK_CLOTHES_COLOR,sd->vd.cloth_color);
            if (sd->vd.body_style)
                clif_changelook(&sd->bl,LOOK_BODY2,sd->vd.body_style);
            clif_skillinfoblock(sd);
        }
        return SCRIPT_CMD_SUCCESS;
    }

    Ty everyone and have a nice day.

  3. i need a comand like @costume but without any penalty and i can use on jobs and stuff like a clothe...

    soo if i use a item and make the comand like @costume and change my sprite to another and i can add ou remove the options easily... ty for your time

  4. HI,

     

    i want to use the costume command on other sprite like Rune knight but i dont know the variable used on jobs, someone can tell me if i was going on the right way ou there is other way to do that.

    costume.png.427a324c60aec2a1deb96fb6207d3e4f.png

     

    if i right what is the variable for jobs to use on costume??

     

    TY for your time.

  5. Hi its me again kk, 

     

    I was trying to use the attendance system but i have a problem, when i log with any caracter the client crash on loading screen.

     

    i made some tests and the result's is:

    (1) - Its not the problem with item ou texture because i try with red potion ID 501

    (2) - only crash when the attendance system is active

    (3) - probably is the client side, lua file or texture file from interface(i try to use from actualized datas but dont change at all)

    my hexed is the 2018-06-20 with KRO client.

     

    If someone upload your attendance files or data i appreciate.

     

    Ty and have a nice day.

     

  6. i need one information please

     

    image.png.412dbe8dcaa8b1d634a409a171064a93.png

     

    look at "suigudan" skill, i want to hide this is on ALT S... and only show if a player make a quest and adquire her.

    how can i do that... 

     

    i appreciate if anyone help me, thanks

    image.png

  7. Hi everyone, i need some help with this.

    i have 1 NPC that gives titles if someone have the requeriment for example:

        if (title$ == "YOO") {if (countitem(19009) == 1) {set title$, "YOO2"; next; mes "Yosh!, Congrats boy"; announce "[Ranking] "+strcharinfo(0)+" Everyone Praise him",bc_blue|bc_all; close;}}

     

    and another one making the opposite

     

    -    script    testtitles    -1,{
    OnPCLoginEvent:
        
        if (title$ == "YOO2") {if (countitem(19009) == 0) {set title$, "YOO";bc_blue|bc_all;}}


    end;
    }

    But does nott work at all(the testtitles script don't remove the title YOO2), you guys can help me?

     

  8. how can i fix this?

    [Warning]: Connection to login-server lost (connection #5).

    [Fatal Error]: Connection to char-server failed 3.

    all the conf is ok, i can use with localhost but my VPS doens't work..

     

    Sorry if somewhere on the forum have the answer but i cant find it.

  9. Boa noite a todos, tudo bem? sou novo aqui então não sei como funciona as coisas mas vou tentar expliacr mais ou menos meu problema.

     

    Estou tentando configurar meu emulador no host(meu emulador em localhost funciona perfeitamente) porém ao colocar IP do vps e configurar ele dentro do emulador acaba surgindo erros e não consigo resolver.

    Sendo eles:

    [Warning]: Connection to login-server lost (connection #5).

    [Fatal Error]: Connection to char-server failed 3.

     

    Desde já agradeço a atenção de todos

×
×
  • Create New...