Evolutin Posted February 5, 2018 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 03/09/16 Last Seen: August 21, 2021 Share Posted February 5, 2018 Добрый день. Подскажите как исправить баг с местоположением персонажа в меню выбора. При создании трех и более персонажей у всех показывает "Unknown Area". Spoiler Quote Link to comment Share on other sites More sharing options...
Balfear Posted April 3, 2018 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 256 Reputation: 245 Joined: 07/24/13 Last Seen: March 24 Share Posted April 3, 2018 (edited) On 05.02.2018 at 3:21 PM, Evolutin said: Добрый день. Подскажите как исправить баг с местоположением персонажа в меню выбора. При создании трех и более персонажей у всех показывает "Unknown Area". Здравствуйте, попробуйте этот способ:Issue: 1145char_clif.cpp int chclif_parse_req_charlist(int fd, struct char_session_data* sd){ if( RFIFOREST(fd) < 2 ) return 0; RFIFOSKIP(fd,2); //chclif_mmo_send099d(fd,sd); //delete this line will fix this problem return 1; } Edited April 3, 2018 by Balfear 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.