Jump to content
  • 0

s aid=1 has an incorrect version of clientinfo


Family Guy

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  10/24/15
  • Last Seen:  

i've searched for this problem but none of it works and some just said they solved it without saying solution.. please help me step by steppost-35482-0-05696800-1446006286_thumb.png

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

Edit your clientinfo.xml, where there's version, change it to 38.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  10/24/15
  • Last Seen:  

Edit your clientinfo.xml, where there's version, change it to 38.

my clientinfo.xml never changes it is always like this 

 

<?xml version="1.0"
encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>primary</servertype>
<connection>
<display>Ragnarok</display> 
<balloon>Ragnarok</balloon>    
<desc>Ragnarok</desc>     
<address>127.0.0.1</address>     
<port>6900</port>     
<version>38</version>     
<langtype>0</langtype>     
<registrationweb></registrationweb>     
<aid>
              <admin>2000000</admin>        
<yellow></yellow>
      </aid>  
</connection>
</clientinfo>
Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

Try this one:

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<desc>Ragnarok Client Information</desc>
	<servicetype>korea</servicetype>
	<servertype>primary</servertype>
	<connection>
		<display>Ragnarok</display>
		<desc>Ragnarok Online</desc>
		<balloon></balloon>
		<address>127.0.0.1</address>
		<port>6900</port>
		<version>38</version>
		<langtype>0</langtype>
		<registrationweb>REGISTRATION URL HERE</registrationweb>
		<aid>
			<admin>2000000</admin>
		</aid>
		<loading>
			<image>loading00.jpg</image>
		</loading>
	</connection>
</clientinfo>
Edited by Haziel
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  10/24/15
  • Last Seen:  

 

Try this one:

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<desc>Ragnarok Client Information</desc>
	<servicetype>korea</servicetype>
	<servertype>primary</servertype>
	<connection>
		<display>Ragnarok</display>
		<desc>Ragnarok Online</desc>
		<balloon></balloon>
		<address>127.0.0.1</address>
		<port>6900</port>
		<version>38</version>
		<langtype>0</langtype>
		<registrationweb>REGISTRATION URL HERE</registrationweb>
		<aid>
			<admin>2000000</admin>
		</aid>
		<loading>
			<image>loading00.jpg</image>
		</loading>
	</connection>
</clientinfo>

doesn't work tho

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  383
  • Reputation:   121
  • Joined:  03/31/12
  • Last Seen:  

check your mmo.h and packet_version.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  30
  • Reputation:   0
  • Joined:  10/25/15
  • Last Seen:  

I HAD THIS PROBLEM. CHANGE YOUR ACCOUNT SEX TO MALE OR FEMALE. ITS IN "S"

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

I HAD THIS PROBLEM. CHANGE YOUR ACCOUNT SEX TO MALE OR FEMALE. ITS IN "S"

Not quite... He's trying to log in as account 1 ( his server) he needs to 1st create an admin account to log in as

Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1678
  • Reputation:   704
  • Joined:  12/21/14
  • Last Seen:  

conf/battle/client.conf

packet_ver_flag: 0x7FFFFFFF

packet_ver_flag2: 0x7FFFFFFF

conf/login_athena.conf

check_client_version: no

db/packet_db.txt

packet_db_ver: default
packet_keys_use: default
packet_ver: 38
packet_keys: 0x646E08D9,0x5F153AB5,0x61B509B5 // or your packet keys

on diff

do not load your packet keys !!

write them Manual !!

............................

first playable account the id must be 2000000 or more!

M or F not S

the account id 1 is S for 

conf/char_athena.conf

// Server Communication username and password.
userid: username
passwd: password

and

conf/map_athena.conf

// Interserver communication passwords, set in account.txt (or equiv.)
userid: username
passwd: password 

and it's not playable

........................

 

src/common/mmo.h

#define PACKETVER 20130605

use 2013-06-05Ragexe.exe for the 38!

Edited by sader1992
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...