NoTe: -> I will personally take care of the translation of the patch in English apart from in Spanish.
Common Patch: - Episode 16.1: Is modified description of the item [Red Eye] Original: This item is impossible to deal with another account. Change: delete in desc (This item is impossible to deal with another account.). - Episode 16.1: Will be modified the prefix Bijou card [Provisional] to [Corps]. - Fix a error in replay system. - Updated chinese zodiac event. (Items related with chinese zodiac event will be removed and you can't continue it, Please make sure to complete before the beginning of maintenance.) Mains Servers: - Episode 16.1: Bijou card is added to remove card system under the item[실릿 퐁]. - Added new rewards for improvement in episode 15.x -> In the city of verus appear a new NPC and reinforcements for your equipment. - Ends the event commemorating the episode 16.1 Sakray Server: - Renewed UI of bank system - Zoom option on the mini-map with the possibility to add notes is added.
Video:
recompiled?
maybe try to look for another working custom packet keys..
I also encountered something like this before. Well in my case, im using 2013-12-23 client.
second and third packet key is the same. What I did is just used nkwz RO Toolkit, and look for
the packet key that works, replaced 2nd packet with same packet as the 3rd (i think this is only for 2013-12-23 client).
Just full of trial and errors but somehow it works now.
for now.. don't hex your client with custom key..
and please use back the default key..
so for your case the default key is
packet_keys: 0x7E241DE0,0x5E805580,0x3D807D80 //[Shakto]
try this
client diff
mmo.h
#ifndef PACKETVER
#define PACKETVER 20130807
#endif
core.h
/// Comment to disable the official packet obfuscation support.
/// When enabled, make sure there is value for 'packet_keys' of used packet version or
/// defined 'packet_keys_use' in db/[import/]packet_db.txt.
/// This requires PACKETVER 2011-08-17 or newer.
#define PACKET_OBFUSCATION
db/packet_db.txt
packet_db_ver: 45
packet_keys_use: default
packet_keys: 0x<yourcustomkey1>,0x<yourcustomkey2>,0x<yourcustomkey3>
don't foget to recompile
@spe3y
in packet_db.txt
edit the "default"
packet_keys_use: default
to your custom key, since you diffed your client with custom ones, the format should be like this
packet_keys: 0xyourcustomkey1,0xyourcustomkey2,0xyourcustomkey3