Jump to content

2017-01-25aRagexeRE


Badarosk0

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

4 hours ago, Albert said:

Hello, there. I tried this guides that's why I can connect to server with this client.

However, I can see my characters but I can't login because of "Rejected server connection(3)."

Could anyone help me?

Do u patch disable packet encryption of ur client using nemo patcher?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  04/30/15
  • Last Seen:  

On ‎2017‎년 ‎6‎월 ‎25‎일 at 9:18 PM, hazimjauhari90 said:

Do u patch disable packet encryption of ur client using nemo patcher?

Thank you for ur answer.

But unfortunately, I don't know how to patch it using nemo patcher.

I just followed to use nemo with select recommended button and there was some errors with patch..

Plz let me know how to patch it. Thanks.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

1 hour ago, Albert said:

Thank you for ur answer.

But unfortunately, I don't know how to patch it using nemo patcher.

I just followed to use nemo with select recommended button and there was some errors with patch..

Plz let me know how to patch it. Thanks.

sinceu just use recommended patch, by default it enable packet encryption.

just check those following:

1st. db/packet_db.txt

packet_db_ver: 56
//packet_db_ver: default
packet_keys_use: default
// 2017-01-25aRagexe
packet_keys: 0x066E04FE,0x3004224A,0x04FF0458
packet_ver: 56
0x0438,7,actionrequest,2:6
0x0879,10,useskilltoid,2:4:6
0x0930,5,walktoxy,2
0x0943,6,ticksend,2
0x0881,5,changedir,2:4
0x087B,6,takeitem,2
0x0877,6,dropitem,2:4
0x091C,8,movetokafra,2:4
0x095C,8,movefromkafra,2:4
0x092B,10,useskilltopos,2:4:6:8
0x089B,90,useskilltoposinfo,2:4:6:8:10
0x0965,6,getcharnamerequest,2
0x0898,6,solvecharname,2
0x0929,12,searchstoreinfolistitemclick,2:6:10
0x0968,2,searchstoreinfonextpage,0
0x093C,-1,searchstoreinfo,2:4:5:9:13:14:15
0x087D,-1,reqtradebuyingstore,2:4:8:12
0x091B,6,reqclickbuyingstore,2
0x091D,2,reqclosebuyingstore,0
0x08A5,-1,reqopenbuyingstore,2:4:8:9:89
0x0944,18,bookingregreq,2:4:6
//0x0884,8 CZ_JOIN_BATTLE_FIELD
0x0895,-1,itemlistwindowselected,2:4:8:12
0x0811,19,wanttoconnection,2:6:10:14:18
0x086E,26,partyinvite2,2
//0x0894,4 CZ_GANGSI_RANK
0x0920,26,friendslistadd,2
0x0876,5,hommenu,2:4
0x0893,36,storagepassword,2:4:20

2nd. src/config/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

 

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  04/30/15
  • Last Seen:  

31 minutes ago, hazimjauhari90 said:

sinceu just use recommended patch, by default it enable packet encryption.

just check those following:

1st. db/packet_db.txt


packet_db_ver: 56
//packet_db_ver: default
packet_keys_use: default

// 2017-01-25aRagexe
packet_keys: 0x066E04FE,0x3004224A,0x04FF0458
packet_ver: 56
0x0438,7,actionrequest,2:6
0x0879,10,useskilltoid,2:4:6
0x0930,5,walktoxy,2
0x0943,6,ticksend,2
0x0881,5,changedir,2:4
0x087B,6,takeitem,2
0x0877,6,dropitem,2:4
0x091C,8,movetokafra,2:4
0x095C,8,movefromkafra,2:4
0x092B,10,useskilltopos,2:4:6:8
0x089B,90,useskilltoposinfo,2:4:6:8:10
0x0965,6,getcharnamerequest,2
0x0898,6,solvecharname,2
0x0929,12,searchstoreinfolistitemclick,2:6:10
0x0968,2,searchstoreinfonextpage,0
0x093C,-1,searchstoreinfo,2:4:5:9:13:14:15
0x087D,-1,reqtradebuyingstore,2:4:8:12
0x091B,6,reqclickbuyingstore,2
0x091D,2,reqclosebuyingstore,0
0x08A5,-1,reqopenbuyingstore,2:4:8:9:89
0x0944,18,bookingregreq,2:4:6
//0x0884,8 CZ_JOIN_BATTLE_FIELD
0x0895,-1,itemlistwindowselected,2:4:8:12
0x0811,19,wanttoconnection,2:6:10:14:18
0x086E,26,partyinvite2,2
//0x0894,4 CZ_GANGSI_RANK
0x0920,26,friendslistadd,2
0x0876,5,hommenu,2:4
0x0893,36,storagepassword,2:4:20

2nd. src/config/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

 

Thank you. There is no error in server progress but I can't still connect to server with 'Failed server connection'..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

17 hours ago, Albert said:

Thank you. There is no error in server progress but I can't still connect to server with 'Failed server connection'..

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  04/30/15
  • Last Seen:  

On ‎2017‎년 ‎6‎월 ‎29‎일 at 2:07 PM, hazimjauhari90 said:

I followed it but I have an error that "Disconnecting session #3 with unknown packet version (p:0x397f, l:19)."

I did it everything but I still can't connect to server.

Could you give me some helps? Thanks again.

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

What the everything that u did? Perhaps u can comment it here. I cannot help if i dunno what the things & changes u have done.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  152
  • Reputation:   78
  • Joined:  06/13/15
  • Last Seen:  

Hello @Albert,

 

disable PACKET_OBFUSCATION

src/config/core.h

//#define PACKET_OBFUSCATION

don't forget to recompile the server

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  04/30/15
  • Last Seen:  

On ‎2017‎년 ‎6‎월 ‎30‎일 at 8:37 PM, hazimjauhari90 said:

What the everything that u did? Perhaps u can comment it here. I cannot help if i dunno what the things & changes u have done.

I see. it's my list to adjust sth.

1. I added it in packet_db.txt

packet_db_ver: 56
//packet_db_ver: default
packet_keys_use: default
 

// 2017-01-25aRagexe
packet_ver: 56
packet_keys: 0x066E04FE,0x3004224A,0x04FF0458
0x0438,7,actionrequest,2:6
0x0879,10,useskilltoid,2:4:6
0x0930,5,walktoxy,2
0x0943,6,ticksend,2
0x0881,5,changedir,2:4
0x087B,6,takeitem,2
0x0877,6,dropitem,2:4
0x091C,8,movetokafra,2:4
0x095C,8,movefromkafra,2:4
0x092B,10,useskilltopos,2:4:6:8
0x089B,90,useskilltoposinfo,2:4:6:8:10
0x0965,6,getcharnamerequest,2
0x0898,6,solvecharname,2
0x0929,12,searchstoreinfolistitemclick,2:6:10
0x0968,2,searchstoreinfonextpage,0
0x093C,-1,searchstoreinfo,2:4:5:9:13:14:15
0x087D,-1,reqtradebuyingstore,2:4:8:12
0x091B,6,reqclickbuyingstore,2
0x091D,2,reqclosebuyingstore,0
0x08A5,-1,reqopenbuyingstore,2:4:8:9:89
0x0944,18,bookingregreq,2:4:6
//0x0884,8 CZ_JOIN_BATTLE_FIELD
0x0895,-1,itemlistwindowselected,2:4:8:12
0x0811,19,wanttoconnection,2:6:10:14:18
0x086E,26,partyinvite2,2
//0x0894,4 CZ_GANGSI_RANK
0x0920,26,friendslistadd,2
0x0876,5,hommenu,2:4
0x0893,36,storagepassword,2:4:20
 

2. I also adjusted src/config/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

 

3. src/common/mmo.h

#ifndef PACKETVER
 #define PACKETVER 20170125
 //#define PACKETVER 20120410

 

4. src/common/utils.c

 else if(date < 20151104) return 54;
 else if(date < 20160203) return 55;
 else if(date >= 20170125) return 56;

 else return 30; //default
 

5. src/map/clif.h

enum { // packet DB
 MIN_PACKET_DB  = 0x064,
 MAX_PACKET_DB  = 0xAFF,
 MAX_PACKET_VER = 56,
 MAX_PACKET_POS = 20,

then I compiled it again.

Edited by Albert
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  04/30/15
  • Last Seen:  

On ‎2017‎년 ‎7‎월 ‎1‎일 at 0:44 PM, Ciel Phantomhive said:

Hello @Albert,

 

disable PACKET_OBFUSCATION

src/config/core.h


//#define PACKET_OBFUSCATION

don't forget to recompile the server

Thanks but I already did it.. I still have problem not to connect to server..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

1 minute ago, Albert said:

4. src/common/utils.c

 else if(date < 20151104) return 54;
 else if(date < 20160203) return 55;
 else if(date >= 20170125) return 56;

 else return 30; //default

should be like this.

4. src/common/utils.c

 else if(date < 20151104) return 54;
 else if(date < 20170125) return 55;
 else if(date >= 20170125) return 56;

 else return 30; //default

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  04/30/15
  • Last Seen:  

11 minutes ago, hazimjauhari90 said:

should be like this.


4. src/common/utils.c

 else if(date < 20151104) return 54;
 else if(date < 20170125) return 55;
 else if(date >= 20170125) return 56;

 else return 30; //default

 

Spoiler

 

Thanks. I already changed and recompiled.

However, I have still problem like "Rejected server connection(3)."

If I choose "Disable Packet Encryption" in NEMO, I can see "Failed connect to server."

Unless if I choose it in NEMO, I find "Rejected server connection(3) with "Disconnecting session #3 with unknown packet version (p:0x397f, l:19)".

I still don't know what my server problem is...

Edited by Albert
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

1 minute ago, Albert said:
  Reveal hidden contents

 

Thanks. I already changed and recompiled.

However, I have still problem like "Rejected server connection(3)."

If I choose "Disable Packet Encryption" in NEMO, I can see "Failed connect to server."

Unless if I choose it in NEMO, I find "Rejected server connection(3)."

I still don't know what my server problem is...

u still missing something.. check back mrmagic guide.. u must enable RE client on server-side. since this is RE client.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

52 minutes ago, Albert said:

2. I also adjusted src/config/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

paste the diff patch list of ur nemo patcher.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  152
  • Reputation:   78
  • Joined:  06/13/15
  • Last Seen:  

Hello again @Albert

patch the client using nemo check this list only ( just tested it now by me )

NOTE: IF YOU DISABLE " PACKET OBFUSCATION " YOU NEED TO DISABLE " PACKET ENCRYPTION " IN NEMO TOO

@ Bug Fix (Recommended)
Always Call SelectKoreaClientInfo() (Recommended)
Cancel to Login Window (Recommended)
Custom Window Title
Disable 1rag1 type parameters (Recommended)
Disable Game Guard (Recommended)
Disable Help Message on Login (Recommended)
Disable Nagle Algorithm (Recommended)
Disable Ragexe Filename Check (Recommended)
Enable /showname (Recommended)
Enable /who command (Recommended)
Enable 64k Hairstyle
Enable DNS Support (Recommended)
Enable Multiple GRFs (Recommended)
Enable Title Bar Menu
Fix Camera Angles (Recommended)
Load Custom lua file instead of iteminfo*.lub (Recommended)
Read Data Folder First
Read msgstringtable.txt (Recommended)
Read questid2display.txt (Recommended)
Remove Gravity Ads (Recommended)
Remove Gravity Logo (Recommended)
Remove Hourly Announce (Recommended)
Remove Serial Display (Recommended)
Restore Login Window (Recommended)
Translate Client (Recommended)
Use Ascii on All LangTypes (Recommended)
Use Normal Guild Brackets (Recommended)
Use Plain Text Descriptions (Recommended)
Use Ragnarok icon
//IF YOU DISABLE " PACKET OBFUSCATION " YOU NEED TO DISABLE " PACKET ENCRYPTION " IN NEMO TOO
Disable Packet Encryption

 

Edited by Ciel Phantomhive
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

13 minutes ago, Ciel Phantomhive said:

Hello again @Albert

patch the client using nemo check this list only ( just tested it now by me )


@ Bug Fix (Recommended)
Always Call SelectKoreaClientInfo() (Recommended)
Cancel to Login Window (Recommended)
Custom Window Title
Disable 1rag1 type parameters (Recommended)
Disable Game Guard (Recommended)
Disable Help Message on Login (Recommended)
Disable Nagle Algorithm (Recommended)
Disable Ragexe Filename Check (Recommended)
Enable /showname (Recommended)
Enable /who command (Recommended)
Enable 64k Hairstyle
Enable DNS Support (Recommended)
Enable Multiple GRFs (Recommended)
Enable Title Bar Menu
Fix Camera Angles (Recommended)
Load Custom lua file instead of iteminfo*.lub (Recommended)
Read Data Folder First
Read msgstringtable.txt (Recommended)
Read questid2display.txt (Recommended)
Remove Gravity Ads (Recommended)
Remove Gravity Logo (Recommended)
Remove Hourly Announce (Recommended)
Remove Serial Display (Recommended)
Restore Login Window (Recommended)
Translate Client (Recommended)
Use Ascii on All LangTypes (Recommended)
Use Normal Guild Brackets (Recommended)
Use Plain Text Descriptions (Recommended)
Use Ragnarok icon

 

@Ciel Phantomhive since @Albert has disable packet obfuscation on server side, he need to disable packet encryption on nemo patcher.

On 30/06/2017 at 4:53 PM, Albert said:

I followed it but I have an error that "Disconnecting session #3 with unknown packet version (p:0x397f, l:19)."

I did it everything but I still can't connect to server.

Could you give me some helps? Thanks again.

perhaps u did not disable packet encryption on nemo patcher. there is just another possiblity of this unknown packet. @Albert please read more on following link

 

Edited by hazimjauhari90
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  152
  • Reputation:   78
  • Joined:  06/13/15
  • Last Seen:  

7 minutes ago, hazimjauhari90 said:

@Ciel Phantomhive since @Albert has disable packet obfuscation on server side, he need to disable packet encryption on nemo patcher.

perhaps u did not disable packet encryption on nemo patcher. there is just another possiblity of this unknown packet. @Albert please read more on following link

 

noted and edited , thanks 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  311
  • Reputation:   46
  • Joined:  11/06/11
  • Last Seen:  

On 7/2/2017 at 1:48 PM, Ciel Phantomhive said:

Hello again @Albert

patch the client using nemo check this list only ( just tested it now by me )

NOTE: IF YOU DISABLE " PACKET OBFUSCATION " YOU NEED TO DISABLE " PACKET ENCRYPTION " IN NEMO TOO


@ Bug Fix (Recommended)
Always Call SelectKoreaClientInfo() (Recommended)
Cancel to Login Window (Recommended)
Custom Window Title
Disable 1rag1 type parameters (Recommended)
Disable Game Guard (Recommended)
Disable Help Message on Login (Recommended)
Disable Nagle Algorithm (Recommended)
Disable Ragexe Filename Check (Recommended)
Enable /showname (Recommended)
Enable /who command (Recommended)
Enable 64k Hairstyle
Enable DNS Support (Recommended)
Enable Multiple GRFs (Recommended)
Enable Title Bar Menu
Fix Camera Angles (Recommended)
Load Custom lua file instead of iteminfo*.lub (Recommended)
Read Data Folder First
Read msgstringtable.txt (Recommended)
Read questid2display.txt (Recommended)
Remove Gravity Ads (Recommended)
Remove Gravity Logo (Recommended)
Remove Hourly Announce (Recommended)
Remove Serial Display (Recommended)
Restore Login Window (Recommended)
Translate Client (Recommended)
Use Ascii on All LangTypes (Recommended)
Use Normal Guild Brackets (Recommended)
Use Plain Text Descriptions (Recommended)
Use Ragnarok icon
//IF YOU DISABLE " PACKET OBFUSCATION " YOU NEED TO DISABLE " PACKET ENCRYPTION " IN NEMO TOO
Disable Packet Encryption

 

Are you able to patch 64k Hairstyle on 2017-01-25 client?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  152
  • Reputation:   78
  • Joined:  06/13/15
  • Last Seen:  

Just now, vBrenth said:

Are you able to patch 64k Hairstyle on 2017-01-25 client?

i don't use 2017 clients actually , however there seems to be a problems with hairstyle and haircolor in the newer clients 2015+ in general there's top unanswered question in the general support

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

15 minutes ago, vBrenth said:

Are you able to patch 64k Hairstyle on 2017-01-25 client?

Well.. u shouldn't expect it will work.. even it is not work on 2015 clients..:P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  311
  • Reputation:   46
  • Joined:  11/06/11
  • Last Seen:  

1 minute ago, hazimjauhari90 said:

Well.. u shouldn't expect it will work.. even it is not work on 2015 clients..:P

Never lose hope :P someone made it possible tho :) by manual hexing it ^.^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   1
  • Joined:  12/11/16
  • Last Seen:  

Hi Guys,

i already follow instruction from first page until last page and using 2017 latest kro client still cannot make it work....the rejected from server (3) and character number keep pop out after login id.

how to solve it? need help.

Thanks in advanced.

Edited by players
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1182
  • Reputation:   160
  • Joined:  06/12/12
  • Last Seen:  

10 hours ago, players said:

Hi Guys,

i already follow instruction from first page until last page and using 2017 latest kro client still cannot make it work....the rejected from server (3) and character number keep pop out after login id.

how to solve it? need help.

Thanks in advanced.

go to src\config\core.h disable define PACKET_OBFUSCATION

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   1
  • Joined:  12/11/16
  • Last Seen:  

3 hours ago, hendra814 said:

go to src\config\core.h disable define PACKET_OBFUSCATION

Already tried and still can't run the client

Anyway this is what i've changed :

1. mmo.h

#ifndef PACKETVER
    #define PACKETVER 20170125
    //#define PACKETVER 20120410
#endif

2. 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

3. clif.c

/// Notifies the client, that it's connection attempt was accepted.
/// 0073 <start time>.L <position>.3B <x size>.B <y size>.B (ZC_ACCEPT_ENTER)
/// 02eb <start time>.L <position>.3B <x size>.B <y size>.B <font>.W (ZC_ACCEPT_ENTER2)
/// 0a18 <start time>.L <position>.3B <x size>.B <y size>.B <font>.W <sex>.B (ZC_ACCEPT_ENTER3)
void clif_authok(struct map_session_data *sd)
{
#if PACKETVER < 20080102
    const int cmd = 0x73;
#elif PACKETVER < 20141022
    const int cmd = 0x2eb;
#elif PACKETVER < 20161228 <-- ( change it to 20170125 not make any difference )
    const imt cmd = 0xa18;
#else
    const int cmd = 0x2eb;
#endif
    int fd = sd->fd;

4. clif.h

enum { // packet DB
    MIN_PACKET_DB  = 0x064,
    MAX_PACKET_DB  = 0xAFF,
    MAX_PACKET_VER = 56,
    MAX_PACKET_POS = 20,

5. packet db

// 2017-01-25aRagexe
packet_ver: 57
packet_keys: 0x066E04FE,0x3004224A,0x04FF0458
0x0438,7,actionrequest,2:6
0x0879,10,useskilltoid,2:4:6
0x0930,5,walktoxy,2
0x0943,6,ticksend,2
0x0881,5,changedir,2:4
0x087B,6,takeitem,2
0x0877,6,dropitem,2:4
0x091C,8,movetokafra,2:4
0x095C,8,movefromkafra,2:4
0x092B,10,useskilltopos,2:4:6:8
0x089B,90,useskilltoposinfo,2:4:6:8:10
0x0965,6,getcharnamerequest,2
0x0898,6,solvecharname,2
0x0929,12,searchstoreinfolistitemclick,2:6:10
0x0968,2,searchstoreinfonextpage,0
0x093C,-1,searchstoreinfo,2:4:5:9:13:14:15
0x087D,-1,reqtradebuyingstore,2:4:8:12
0x091B,6,reqclickbuyingstore,2
0x091D,2,reqclosebuyingstore,0
0x08A5,-1,reqopenbuyingstore,2:4:8:9:89
0x0944,18,bookingregreq,2:4:6
//0x0884,8 CZ_JOIN_BATTLE_FIELD
0x0895,-1,itemlistwindowselected,2:4:8:12
0x0811,19,wanttoconnection,2:6:10:14:18
0x086E,26,partyinvite2,2
//0x0894,4 CZ_GANGSI_RANK
0x0920,26,friendslistadd,2
0x0876,5,hommenu,2:4
0x0893,36,storagepassword,2:4:20

6. utils.c

else if(date < 20141022) return 50;
    else if(date < 20150513) return 51;
    else if(date < 20150916) return 52;
    else if(date < 20151001) return 53;
    else if(date < 20151104) return 54;
    else if(date < 20170125) return 55;
    else if(date >= 20170125) return 56;

    else return 30; //default

7. PROFILE LOG NEMO

Attached.

Thanks guys.

20170125 Profile.log

Edited by players
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1182
  • Reputation:   160
  • Joined:  06/12/12
  • Last Seen:  

10 minutes ago, players said:

Already tried and still can't run the client

sorry i'm forgot.

are you already recompile the server after edit core.h

if you already do that, check your client version at clientinfo.xml

fill in with client version you're using at packetdb.txt

example

i'm using 2015-11-04 client, so at packetdb.txt it's version 55

2017-07-11_104956.jpg.d6f41ec8fd83e79923721278f62321a9.jpg

so i'm fill 55 at my clientinfo.xml

client.jpg.2ad9c6b48285a997d236a3bb25d0cb94.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...