Jump to content

Recommended Posts

Posted (edited)

https://github.com/ThemonChan/2014-Ragexe-Client

 

// 2014-02-05bRagexe - Themon

packet_ver: 46

0x0369,7,actionrequest,2:6

0x083C,10,useskilltoid,2:4:6

0x0437,5,walktoxy,2

0x035F,6,ticksend,2

0x0202,5,changedir,2:4

0x07E4,6,takeitem,2

0x0362,6,dropitem,2:4

0x07EC,8,movetokafra,2:4

0x0364,8,movefromkafra,2:4

0x0438,10,useskilltopos,2:4:6:8

0x0366,90,useskilltoposinfo,2:4:6:8:10

0x096A,6,getcharnamerequest,2

0x0368,6,solvecharname,2

0x0838,12,searchstoreinfolistitemclick,2:6:10

0x0835,2,searchstoreinfonextpage,0

0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15

0x0811,-1,reqtradebuyingstore,2:4:8:12

0x0360,6,reqclickbuyingstore,2

0x09D4,2 ,reqclosebuyingstore,0

0x0815,-1,reqopenbuyingstore,2:4:8:9:89

0x0365,18,bookingregreq,2:4:6

// 0x0363,8 CZ_JOIN_BATTLE_FIELD

0x0281,-1, itemlistwindowselected,2:4:8:12

0x022D,19,wanttoconnection,2:6:10:14:18

0x0802,26,partyinvite2,2

// 0x0436,4 CZ_GANGSI_RANK

0x023B,26,friendslistadd,2

0x0361,5,hommenu,2:4

0x0938,36,storagepassword,2:4:20

0x09df,7

// 2014-03-05bRagexe - Themon

packet_ver: 47

0x0369,7,actionrequest,2:6

0x083C,10,useskilltoid,2:4:6

0x0437,5,walktoxy,2

0x035F,6,ticksend,2

0x0815,5,changedir,2:4

0x0202,6,takeitem,2

0x0362,6,dropitem,2:4

0x07EC,8,movetokafra,2:4

0x0364,8,movefromkafra,2:4

0x0436,10,useskilltopos,2:4:6:8

0x0366,90,useskilltoposinfo,2:4:6:8:10

0x096A,6,getcharnamerequest,2

0x0368,6,solvecharname,2

0x0838,12,searchstoreinfolistitemclick,2:6:10

0x0835,2,searchstoreinfonextpage,0

0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15

0x0811,-1,reqtradebuyingstore,2:4:8:12

0x0360,6,reqclickbuyingstore,2

0x09D4,2,reqclosebuyingstore,0

0x0361,-1,reqopenbuyingstore,2:4:8:9:89

0x0365,18,bookingregreq,2:4:6

// 0x0363,8 CZ_JOIN_BATTLE_FIELD

0x0281,-1, itemlistwindowselected,2:4:8:12

0x0438,19,wanttoconnection,2:6:10:14:18

0x0802,26,partyinvite2,2

// 0x0878,4 CZ_GANGSI_RANK

0x07E4,26,friendslistadd,2

0x0934,5,hommenu,2:4

0x095e,36,storagepassword,2:4:20

0x09df,7

Edited by themon
  • Upvote 5
Posted

How can  I use 2014 client support packet in rathena ?

rathena and hercules support packet are different.

I'm using this packet in both hercules and rathena. I just convert my hercules packets.h packet data to rathena format packet data in packet_db.txt

Posted

 

How can  I use 2014 client support packet in rathena ?

rathena and hercules support packet are different.

I'm using this packet in both hercules and rathena. I just convert my hercules packets.h packet data to rathena format packet data in packet_db.txt

 

how can do it?can you show me please?

Posted (edited)

// 2014-02-05bRagexe - Themon

disconnect when making a purchase

 

any solution??

Try to post map server error screenshot

I'm currently using 2014-03-05Ragexe on rathena and the only error I get before is when I press close on store I get disconnected. And already fixed it. But never try using 2014-02-05Ragexe client on rathena

Edited by themon
Posted

 

How can  I use 2014 client support packet in rathena ?

rathena and hercules support packet are different.

I'm using this packet in both hercules and rathena. I just convert my hercules packets.h packet data to rathena format packet data in packet_db.txt

 

hercules packets.h -> rathena clif.c ?

Can share how to do ..?

close shop always disconnected.......

Posted (edited)

How can  I use 2014 client support packet in rathena ?

rathena and hercules support packet are different.

I'm using this packet in both hercules and rathena. I just convert my hercules packets.h packet data to rathena format packet data in packet_db.txt

hercules packets.h -> rathena clif.c ?

Can share how to do ..?

close shop always disconnected.......

Herc packets.h >>> rathena packet_db.txt

Just post the screenshot of the error in your map server

0x09D4,2,reqclosebuyingstore,0

Just change this 0x09D4,2 to the missing packet shown on you map server error

Edited by themon
Posted

 

 

 

How can  I use 2014 client support packet in rathena ?

rathena and hercules support packet are different.

I'm using this packet in both hercules and rathena. I just convert my hercules packets.h packet data to rathena format packet data in packet_db.txt

 

hercules packets.h -> rathena clif.c ?

Can share how to do ..?

close shop always disconnected.......

 

Herc packets.h >>> rathena packet_db.txt

Just post the screenshot of the error in your map server

0x09D4,2,reqclosebuyingstore,0

Just change this 0x09D4,2 to the missing packet shown on you map server error

 

solved.

clif.h

MAX_PACKET_VER

I forgot edit it ..

Posted

Help please....

 

 

when I clicked the 2014-03-05bRagexe_2 nothing happens there is a small ERROR with no labels just blank ERROR!

Use nemo patcher to diff it.

Posted

 

Help please....

 

 

when I clicked the 2014-03-05bRagexe_2 nothing happens there is a small ERROR with no labels just blank ERROR!

Use nemo patcher to diff it.

 

 

what should I diff? I got same error.

Posted (edited)

@themon

 

care to elaborate more? used NEMO to diff what sir themon? /panic

 

do I need to do the step by step on this tutorial sir? 

 

Edit..

 

 

this is the problem I encounter when after pressing the  runserver-sql !

 

 

~~~~~~~

PROBLEM 1

~~~~~~

 

http://s1310.photobucket.com/user/sicknessstyle/media/PROBLEM1_zpsb5b212a8.png.html?sort=3&o=1

 

 

~~~~~~~

PROBLEM 2

~~~~~~

 

http://s1310.photobucket.com/user/sicknessstyle/media/PROBLEM2_zpsaa753c54.png.html?sort=3&o=0

 

 

~~~~~~~~~~

PROBLEM 3

~~~~~~~~~~~~

 

http://s1310.photobucket.com/user/sicknessstyle/media/PROBLEM3_zps6e2b75d5.png.html

 

 

please HELP...

Edited by pookedandy
Posted (edited)

 

Can you help me, error on the job Warlock male-05bRagexe_patched1 2014-02 and 2014-03-05bRagexe_patched6pst37.jpg

Try to update your grf files.

 

 

its work, thanks themon /no1 you rock

Edited by tatus
Posted

2014-03-05bRagexe As if the patching mark nemo me error?Nemoerror_zps1c4d21fc.png

I currently using 2014-03-05bRagexe and don't get that error on nemo. Try to update your nemo patcher or try to post this error on nemo topic

  • 2 weeks later...
Posted

@joel try to post a screenshot of your map server error message.

did you add the packet data in your packet_db.txt.

try to read the previous post for the solution of your problem. maybe you just to change something

Posted (edited)

sir i put all the packets onto packet_db.txt and

my console said packet db table only has support up to version 46, skipping packet version 47


@themon

 

care to elaborate more? used NEMO to diff what sir themon? /panic

 

do I need to do the step by step on this tutorial sir? 

 

Edit..

 

 

this is the problem I encounter when after pressing the  runserver-sql !

 

 

~~~~~~~

PROBLEM 1

~~~~~~

 

http://s1310.photobucket.com/user/sicknessstyle/media/PROBLEM1_zpsb5b212a8.png.html?sort=3&o=1

 

 

~~~~~~~

PROBLEM 2

~~~~~~

 

http://s1310.photobucket.com/user/sicknessstyle/media/PROBLEM2_zpsaa753c54.png.html?sort=3&o=0

 

 

~~~~~~~~~~

PROBLEM 3

~~~~~~~~~~~~

 

http://s1310.photobucket.com/user/sicknessstyle/media/PROBLEM3_zps6e2b75d5.png.html

 

 

please HELP...

sir themon check the picture of pookedandy problem 3...we have the same issue...skipping packet version 47


http://s1156.photobucket.com/user/Jo_E_Lo/media/Untitled_zpse5a9aa26.jpg.html

 

sir i almost forgot where can i get 20140305 translated blue ghost setup,

Edited by joelolopez

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...