Good evening, first of all sorry for my English I use google translator xD
A few days ago I'm going to change rathena to Hercules, so far so good, but I wanted to change my client and I had a pretty old ... The 20120410 and wanted to use one more new ... The 20140205 ... When start the game I get to the characters and then disconnects me ... I leave some images to see ...
Error:
[Warning]: clif_parse: Received unsupported packet (packet 0xbf06 (0xf000), 14 bytes received), disconnecting session #7.[Info]: Closed connection from '**.***.**.**'.
The mmo file is set to 20140205 as shown in this picture ...
#ifndef PACKETVER #define PACKETVER 20140205 // #define PACKETVER 20120410#endif // PACKETVER//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).//#define ENABLE_PACKETVER_RE#ifdef ENABLE_PACKETVER_RE #define PACKETVER_RE #undef ENABLE_PACKETVER_RE#endif // DISABLE_PACKETVER_RE
Also try uncommenting the line
//#define ENABLE_PACKETVER_RE
To be this way
#ifndef PACKETVER #define PACKETVER 20140205 // #define PACKETVER 20120410#endif // PACKETVER//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).#define ENABLE_PACKETVER_RE#ifdef ENABLE_PACKETVER_RE #define PACKETVER_RE #undef ENABLE_PACKETVER_RE#endif // DISABLE_PACKETVER_RE
But without making it work ... The clientinfo this so
<?xml version="1.0" encoding="euc-kr" ?><clientinfo><servicetype>korea</servicetype><servertype>sakray</servertype> <connection> <display>Moonlight</display> <balloon>Moonlight</balloon> <desc>Inicia la aventura</desc> <address>***.***.**.**</address> <port>6900</port> <version>46</version> <langtype>1</langtype> <registrationweb>moonlight.servegame.com</registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> </aid> <loading> <image>loadingscreen01.jpg</image> </loading> </connection></clientinfo>
From already thank you very much!