Jump to content

dracomega

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by dracomega

  1. Yes, i want change emulator src.

    For the time being, i have gotten to emulator recognoise a char like to men or women, only change it status.sex field. However client doesn´t change body or hair sprite, unless you change you job to dancer or bard.

     

    reEcPOH.jpg

    Hombre means men

     

    4eGL2Vh.jpg

    ACMD_FUNC(changesex2){
         if(!sd) return 1; //??
         sd->status.sex=!sd->status.sex;
         sd->vd.sex = sd->status.sex;
         clif_refresh(sd);
        map_foreachinmovearea(clif_insight, &sd->bl, AREA_SIZE, sd->bl.x, sd->bl.y, BL_ALL, &sd->bl);
        return 0;
    } 

    Any idea?

  2. Hi

    I'd like know if it's possible change char gender without exit to client.

    The main idea is change sex field (sd->status.sex) and sprites while i'm playing by a command (for example @changesex2).

    Also sex field will be on char table instead of login table.

     

    Thank you! =)

     

    (Sorry for my bad english... >-<)

×
×
  • Create New...