Jump to content

Recommended Posts

Posted

Добрый день. Подскажите как исправить баг с местоположением персонажа в меню выбора. При создании трех и более персонажей у всех показывает "Unknown Area".

Spoiler

5a784b67281eb_.png.05d47a8dfecdc832ad0321707f8b04b0.png

 

  • 1 month later...
Posted (edited)
On 05.02.2018 at 3:21 PM, Evolutin said:

Добрый день. Подскажите как исправить баг с местоположением персонажа в меню выбора. При создании трех и более персонажей у всех показывает "Unknown Area".

Здравствуйте, попробуйте этот способ:
Issue: 1145

char_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 by Balfear
  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...