Recent content by andybe

  1. A

    multiple map server on same char server

    I remember this had worked fine with rathena. Does herc support this too? Asking cause I'm having trouble. 2nd map server always crashes with fatal error 3 when trying to connect to char server. Now I'm woondering whether it's my setup and configurations or herc just won't allow it. Should...
  2. A

    mapreg->setreg question

    hi, I'm currently reviewing battleground.c but I'm stuck at this part of the code. for (i = 0; i < VECTOR_LENGTH(queue->entries); i++) { struct map_session_data *sd = map->id2sd(VECTOR_INDEX(queue->entries, i)); if (sd == NULL || sd->bg_queue.ready != 1) continue...
Back
Top