Jump to content
  • 0
Sign in to follow this  
jimboy09232

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

Question

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

 

 

post-924-0-06618200-1370167153_thumb.jpg

post-924-0-40507500-1370167164_thumb.jpg

post-924-0-80522700-1370167287_thumb.jpg

Share this post


Link to post
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Wrong packetver in mmo.h

 

Or maybe not implented yet

 

Search in packet.h the date 20120704

and add this below

 

packet(0x0944,5,clif->pHomMenu,2,4);
Edited by Shakto

Share this post


Link to post
Share on other sites
  • 0

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

//2012-07-04#if PACKETVER >= 20120704	packet(0x0944,5,clif->pHomMenu,2,4);#endif
Edited by Shakto

Share this post


Link to post
Share on other sites
  • 0

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 

Share this post


Link to post
Share on other sites
  • 0

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

 

 

0x0944,5,hommenu,2:4
Edited by Shakto

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.