NEMO - Client Patcher

Crash client when you have 2 active quest.

Example:

prontera,162,183,4 script Test 850,{mes "select";next;switch(select("Option 3255:Option 3261:Option 9032")){ case 1: setquest 3255; break; case 2: setquest 3261; break; case 3: setquest 9032; break;}close;
Select 2 o more Quest.

close Client.

enter again to game.

Select Character with 2 or more quest active.

CRASH!

 
Crash client when you have 2 active quest.

Example:

prontera,162,183,4 script Test 850,{mes "select";next;switch(select("Option 3255:Option 3261:Option 9032")){ case 1: setquest 3255; break; case 2: setquest 3261; break; case 3: setquest 9032; break;}close;Select 2 o more Quest.close Client.

enter again to game.

Select Character with 2 or more quest active.

CRASH!
Known issue for client >= 2014-10-22
It's server side BTW.

 
Last edited by a moderator:
@@Dastgir used client 2015-05-13aRagexe.exe

temp bug fix with:

Code:
void clif_quest_send_list(struct map_session_data *sd){	int fd = sd->fd;	int i;/*#if PACKETVER >= 20141022	int info_len = 15;	int len = sd->avail_quests*info_len+8;	WFIFOHEAD(fd,len);	WFIFOW(fd, 0) = 0x97a;#else*/	int info_len = 5;	int len = sd->avail_quests*info_len+8;	WFIFOHEAD(fd,len);	WFIFOW(fd, 0) = 0x2b1;//#endif	WFIFOW(fd, 2) = len;	WFIFOL(fd, 4) = sd->avail_quests;	for (i = 0; i < sd->avail_quests; i++) {	#if PACKETVER >= 20141022		struct quest_db *qi = quest->db(sd->quest_log[i].quest_id);	#endif		WFIFOL(fd, i*info_len+8) = sd->quest_log[i].quest_id;		WFIFOB(fd, i*info_len+12) = sd->quest_log[i].state;	#if PACKETVER >= 20141022		WFIFOL(fd, i*info_len+13) = sd->quest_log[i].time - qi->time;		WFIFOL(fd, i*info_len+17) = sd->quest_log[i].time;		WFIFOW(fd, i*info_len+21) = qi->objectives_count;	#endif	}		WFIFOSET(fd, len);}
 
Hi there.
Anyone can help me?
I don't know if this is a bug
the guild name is not showing and guild nickname is above of character name.
28jjlfn.jpg


 
@@Neo Sorry for the delay, it seems i can't connect to the server using my current client (2010-06-16aRagexeRE) after your update, and then if i use alt+f4, gravity error will show. kindly check this. thanks!

 
hmm are you sure its from inc atk display? the patch shouldnt be causing connection issues (since it only gets used in map server)

 
@@Neo Oh sorry, i diffed Enable Proxy Support. that's why i can't connect. It still working fine. but I have still this problem, if I set my max view display to 4000 and up, i get gravity error but the client still active.. can you check this?

OXfniuo.jpg


 
Hello there!

Anyone tried using "Use custom Dll"
I tried enabling this. by default i see the "Splash.dll" inside of input/dlls.txt
is there.

but when i try the client. it does not read the splash.dll

 
Client 2014-10-22, I apply the font size but not working.

But only for the size 12.

 
Last edited by a moderator:
Sorry to come again (again) with this little one, but...
Is it possible a Diff for setting the number of Hairstyles and Hair Palettes on Character Creation?
(No, it's not a setting about available Hairstyles/Colors in the game, but in Character Creation)

Also, amazing tool you made there, Neo, congratulations.

 
@@Neo found a little bug in icons timer, it is not translated. im using 2010-06-16aRagexeRE

IdNsLaY.jpg


 
Back
Top