Evolutin Posted February 5, 2018 Posted February 5, 2018 Добрый день. Подскажите как исправить баг с местоположением персонажа в меню выбора. При создании трех и более персонажей у всех показывает "Unknown Area". Spoiler Quote
Balfear Posted April 3, 2018 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
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.