Jump to content

chriser

Members
  • Posts

    94
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. chriser's post in makerune was marked as the answer   
    http://rathena.org/wiki/Makerune
    makerune only takes one argument, so for your stuff it would always be
    makerune 24;
  2. chriser's post in how to make @me without the player's name was marked as the answer   
    atcommand.c in function ACMD_FUNC(me)
    sprintf(atcmd_output, msg_txt(sd,270), sd->status.name, tempmes); // *%s %s* change to
    sprintf(atcmd_output, "* %s *"), tempmes);
×
×
  • Create New...