Jump to content

renniw

Members
  • Posts

    19
  • Joined

Community Answers

  1. renniw's post in Char select crashed using Client 2015-10-29aRagexe. Just for trial. Any solution guys for this new Client? was marked as the answer   
    Please Use This code.
    it will be fixed your problem.
    //---------------------------------------- // Tell client how many pages, kRO sends 17 (Yommy) //---------------------------------------- void chclif_charlist_notify( int fd, struct char_session_data* sd ){ WFIFOHEAD(fd, 6); WFIFOW(fd, 0) = 0x9a0; // pages to req / send them all in 1 until mmo_chars_fromsql can split them up WFIFOL(fd, 2) = (sd->char_slots>3)?sd->char_slots/3:1; //int TotalCnt (nb page to load) WFIFOSET(fd,6); }  
×
×
  • Create New...