Jump to content
  • 0

2013-08-14a Client Support/Request


Pneuma

Question


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

So its been a while since I've done anything relevant to RO and I thought Hexing a client would have become simpler but alas it hasnt...
I have made a 2013-08-14a and I can get all the way to the character select screen however when I goto enter the map I get "Rejected from Server (3)" and in my Map Console I receive this error:

[Info]: clif_parse: Disconnecting session #3 with unknown packet version (p:0x03
68,l:19).

Now before any of you say anything about my clientversion, I'm sure it is the right version in the src/common/mmo.h file

#ifndef PACKETVER
	#define PACKETVER 20130814
	//#define PACKETVER 20120410
#endif

Here is the current list of patches that I would like in my client; Please specify anything else I would need first to make my client work without errors/crashes

Want:
Allow Space in Guild Name
Chat Flood Remove Limit
Custom Window Title: Aegis RO
Disable Swear Filter
Enable Multiple GRFs
Enable Official Custom Fonts
Enforce Official Login Background
Extend Chat Box
Extend Chat Room Box
Extend NPC Dialog Box
Extend PM Box
Fix Camera Angles
Fix Tetra Vortex
Increase Screenshot Quality: 100
Increase Zoom Out 50%
Load Custom Quest Lua/Lub Files
Remove GM Sprites
Remove Gravity Ads
Remove Gravity Logo
Remove Hourly Announce
Remove Serial Display
Skip License Screen
Translate Client
Use Normal Guild Brackets
Use Official Cloth Palettes
Use Plain Text Description
Use Ragnarok Icon
Use SSO Login Packet
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  41
  • Reputation:   0
  • Joined:  05/13/12
  • Last Seen:  

i have this same problem

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   7
  • Joined:  07/28/13
  • Last Seen:  

Server-side editing has done enough?


rAthena\src\map\clif.h (Editing)

 MAX_PACKET_VER = 47,


rAthena\src\common\utils.c (Editing)

 else if(date < 20130814) return 45;
 else if(date < 20131223) return 46;
 else if(date >= 20131223) return 47;


rAthena\db\packet_db.txt (Editing)

//2013-08-14aRagexe
packet_ver: 46
0x0874,7,actionrequest,2:6
0x0947,10,useskilltoid,2:4:6
0x093A,5,walktoxy,2
0x088A,6,ticksend,2
0x088C,5,changedir,2:4
0x0926,6,takeitem,2
0x095F,6,dropitem,2:4
0x0202,8,movetokafra,2:4
0x0873,8,movefromkafra,2:4
0x0887,10,useskilltopos,2:4:6:8
0x0962,90,useskilltoposinfo,2:4:6:8:10
0x0937,6,getcharnamerequest,2
0x0923,6,solvecharname,2
0x0868,12,searchstoreinfolistitemclick,2:6:10
0x0941,2,searchstoreinfonextpage,0
0x0889,-1,searchstoreinfo,2:4:5:9:13:14:15
0x0835,-1,reqtradebuyingstore,2:4:8:12
0x0895,6,reqclickbuyingstore,2
0x094E,2,reqclosebuyingstore,0
0x0936,-1,reqopenbuyingstore,2:4:8:9:89
0x0959,18,bookingregreq,2:4:6
//0x0896,8 // CZ_JOIN_BATTLE_FIELD
0x08A4,-1,itemlistwindowselected,2:4:8:12
0x0368,19,wanttoconnection,2:6:10:14:18
0x0927,26,partyinvite2,2
//0x0815,4 // CZ_GANGSI_RANK
0x0281,26,friendslistadd,2
0x0958,5,hommenu,2:4
0x0885,36,storagepassword,2:4:20
 
//2013-12-23Ragexe
packet_ver: 47
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
0x0817,2,reqclosebuyingstore,0
0x0815,-1,reqopenbuyingstore,2:4:8:9:89
0x0365,18,bookingregreq,2:4:6
//0x363,8 // CZ_JOIN_BATTLE_FIELD
0x0281,-1,itemlistwindowselected,2:4:8:12
0x022D,19,wanttoconnection,2:6:10:14:18
0x0802,26,partyinvite2,2
//0x436,4 // CZ_GANGSI_RANK
0x023B,26,friendslistadd,2
0x0361,5,hommenu,2:4
0x08A4,36,storagepassword,2:4:20
//New Packets
//0x097E,12 //ZC_UPDATE_RANKING_POINT
0x09B4,6,dull,0 //Cash Shop - Special Tab
0x09CE,102,itemmonster,2
0x09D4,2,dull,0 //npcshopclosed
//NPC Market
0x09D6,-1,dull,0 //npcmarketpurchase
0x09D8,2,dull,0 //npcmarketclosed
0x09DF,7
 
//Add new packets here
//packet_ver: 48
 


rAthena\db\import\packet_db.txt (Add to the last line)

packet_db_ver: 46


Your RO data ( clientinfo.xml )

<version>46</version>
  Edited by Lilystar
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  41
  • Reputation:   0
  • Joined:  05/13/12
  • Last Seen:  

Hi Lilystar,

thanks for your guidance. Unfortunately it does not work so well and stops with the same error.

Edited by LightRO
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   7
  • Joined:  07/28/13
  • Last Seen:  

Hi Lilystar,

thanks for your guidance. Unfortunately it does not work so well and stops with the same error.

 

It is moving in this in my environment.

After making the editing, did redo the compile?

 

14ac31z.jpg

 

 

Please do not forget the edit of the "mmo.h" written on.

 

Now before any of you say anything about my clientversion, I'm sure it is the right version in the src/common/mmo.h file

#ifndef PACKETVER
    #define PACKETVER 20130814
    //#define PACKETVER 20120410
#endif
Edited by Lilystar
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  41
  • Reputation:   0
  • Joined:  05/13/12
  • Last Seen:  

i have delete all files from my server, then configure the new server files with you guide uploaded the new server files. Then i have compiled the server and i can now connecting with the server with no problems.

 

Tank you for you help ^^. Your Guide is working ^^

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
Answer this question...

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