Issue information

Issue ID
#7436
Status
Confirmed
Severity
None
Started
hemagx
Jun 26, 2013 7:36
Last Post
mkbu95
Jul 11, 2013 16:25
Confirmation
N/A

hemagx - Jun 26, 2013 7:36

Hi,
i found the follow problem and i test it with more than 5 friends and we sure it's real problem

do the follow :
Download 2012-05-15 Client and diff it [url="http://supportmii.com/ro1/Clients/RagexeRE/2012-05-15aRagexeRE.exe"]http://supportmii.com/ro1/Clients/RagexeRE/2012-05-15aRagexeRE.exe[/url]
change the packet in mmo.h to 20120515
login then select char then after half minutes Faild to connect and no consol erros or any strange thing in char and map

now change packet to 20120418 and download the client and diff it [url="http://supportmii.com/ro1/Clients/RagexeRE/2012-04-18aRagexeRE.exe"]http://supportmii.com/ro1/Clients/RagexeRE/2012-04-18aRagexeRE.exe[/url]
Connect.. Select char and BUMP~ !

Working fine so i think Herc have problem with 20120515 Clients

thanks~

Frost - Jun 26, 2013 8:10

because hercules is not supported the client 2012-05-15,

pr3p - Jun 26, 2013 10:27

Try this packet db for 20120515 for RagexeRE ^_^ [url="http://gw.gd/5G6z"]http://gw.gd/5G6z[/url]

This post has been edited by pr3p on Jun 26, 2013 10:32

hemagx - Jun 26, 2013 10:30

@pr3p in Herc we don't sue packet_db :)
here's the fix
[code=auto:0] //2012-05-15aRagexeRE #if PACKETVER >= 20120515 packet(0x01FD,15,clif->pRepairItem,2); packet(0x0369,26,clif->pFriendsListAdd,2); packet(0x094B,5,clif->pHomMenu,2,4); packet(0x089A,36,clif->pStoragePassword,0); // packet(0x0288,-1,clif->pcashshopbuy,4:8); packet(0x091F,26,clif->pPartyInvite2,2); packet(0x08A8,19,clif->pWantToConnection,2,6,10,14,18); packet(0x0923,7,clif->pActionRequest,2,6); packet(0x0947,10,clif->pUseSkillToId,2,4,6); packet(0x0439,8,clif->pUseItem,2,4); packet(0x0366,-1,clif->pItemListWindowSelected,2,4,8); packet(0x0891,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); packet(0x092C,2,clif->pReqCloseBuyingStore,0); packet(0x091A,6,clif->pReqClickBuyingStore,2); packet(0x096A,-1,clif->pReqTradeBuyingStore,2,4,8,12); packet(0x0817,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); packet(0x0367,2,clif->pSearchStoreInfoNextPage,0); packet(0x087E,12,clif->pSearchStoreInfoListItemClick,2,6,10); packet(0x087C,5,clif->pWalkToXY,2); packet(0x087D,6,clif->pTickSend,2); packet(0x08AC,5,clif->pChangeDir,2,4); packet(0x0964,6,clif->pTakeItem,2); packet(0x0364,6,clif->pDropItem,2,4); packet(0x085A,8,clif->pMoveToKafra,2,4); packet(0x0869,8,clif->pMoveFromKafra,2,4); packet(0x08AD,10,clif->pUseSkillToPos,2,4,6,8); packet(0x08A2,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); packet(0x08A5,6,clif->pGetCharNameRequest,2); packet(0x0957,6,clif->pSolveCharName,2); packet(0x0907,5,clif->pMoveItem,2,4); packet(0x0908,5); //packet(0x08D7,28,clif->pbattlegroundreg,2:4); //Added to prevent disconnections packet(0x08CF,10); packet(0x08d2,10); packet(0x0977,14); //Monster HP Bar packet(0x08c9,2); //prevent crash? #endif [/code]

KeiKun - Jul 9, 2013 2:09

is it because session just expired?

hemagx - Jul 11, 2013 12:05

[quote name="KeiKun" timestamp="1373335771"]
is it because session just expired?[/quote]

it's because Herc have not 20120515 Packets :3
the fix is in the comment b4 that one :3

mkbu95 - Jul 11, 2013 16:25

Can you confirm it works with the packet db you posted? And who's the author?