Jump to content

Три персонажа и более.


Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  03/09/16
  • Last Seen:  

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

Spoiler

5a784b67281eb_.png.05d47a8dfecdc832ad0321707f8b04b0.png

 

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  255
  • Reputation:   232
  • Joined:  07/24/13
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...