HELP PLEASE in 2012-07-2aRagexe I GOT BUG

jimboy09232

New member
Messages
36
Points
0
Thank you for the answer another bug I found 

When i try to feed homunculus I got DC

I'm using 2012-07-2aRagexe

here is  my screen shot and I got warning on my server 

@JUDAS PLEASE HELP ..

@Ind PLEASE HELP

@dastgirpojee please help

feeding homunculus.JPG

dc.JPG

warning.JPG

 
Wrong packetver in mmo.h

Or maybe not implented yet

Search in packet.h the date 20120704

and add this below

Code:
packet(0x0944,5,clif->pHomMenu,2,4);
 
Last edited by a moderator:
I told you what to do in the previous post °°

Open the file src/map/packets.h

Search 

//2012-07-10#if PACKETVER >= 20120710 packet(0x0886,2,clif->pReqCloseBuyingStore,0);#endif


Before add

Code:
//2012-07-04#if PACKETVER >= 20120704	packet(0x0944,5,clif->pHomMenu,2,4);#endif
 
Last edited by a moderator:
HERE IS MY MMO.H I'l show u sir 

#ifndef PACKETVER
#define PACKETVER 20120702
//#define PACKETVER 20111116
#endif
 
 
my problem is when I try to feed my homunculus I got DC 
 
Lol post on rathena board then u_u

well, open db/packet_db.txt

Search 

//2012-07-02aRagexeRE (unstable)packet_ver: 33

and add this under those lines

Code:
0x0944,5,hommenu,2:4
 
Last edited by a moderator:
Back
Top