Jump to content

MathReaper

Members
  • Posts

    57
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by MathReaper

  1. Did you know the "patch link" of the kRO actually? I want to unpack some clients...
  2. You'll need to create a whole new modification to the source to store the disguise, I guess.
  3. If you're using Hercules, I recommend you to ask support from the Herc community. Comment that line (add '//' on the init of the line):
  4. MathReaper

    New Dress

    Mismatching parentheses. To correct this just use as follow: 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_SHADOW_CHASER || (sd->class_ & MAPID_THIRDMASK) == MAPID_MINSTRELWANDERER || (sd->class_ & MAPID_THIRDMASK) == MAPID_SORCERER || (sd->class_ & MAPID_THIRDMASK) == MAPID_SURA)) { clif_displaymessage (fd, msg_txt (sd, 740)); // This job has no alternate body styles. return -1; }
  5. For the server? No, this is actually impossible. But this is possible for the client, but I'm not saying that this will be a simple task to do.
×
×
  • Create New...