Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 09/15/17 in all areas

  1. 1 point
    IndieRO

    Disable Doram

    try with disable case job_summoner on src/char/char.c switch (starting_class) { //case JOB_SUMMONER: << Give comment case JOB_NOVICE: break; default: return -2; // Char Creation Denied } never test it
  2. 1 point
    Mystery

    July Digest 2017

    July Digest 2017 The following digest covers the month of July 1st - July 31st 2017 Team Changes None Development Highlights Implementation of RoDEX Optimisation of char_memitemdata_to_sql() Removed 'NO MSG' message in clients < 20101123 Added time limit parameter to setquest Added getcalendartime script command Code Organization: Move some immune/resists checks from status_change_start into separate functions Move from status_change_start code for end previous sc to separate function Move code for stop actions into separate function from status_change_start Move set options from status_change_start into separate function Move getting val_flag based on type from status_change_start into separate functions Move adding icon code from status_change_start into separate function Move handling unknown sc code from status_change_start into separate functions Add configure flag for silent warnings about var tracking errors Fix possible buffer overflows with snprintf July Statistics During the period there were 17 Commits. 9 Commits from Pull Requests with 2 Bugs* fixed from merged issues. *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.