Family Guy Posted October 28, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 10/24/15 Last Seen: July 15, 2016 Share Posted October 28, 2015 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 step Quote Link to comment Share on other sites More sharing options...
Haziel Posted October 28, 2015 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted October 28, 2015 Edit your clientinfo.xml, where there's version, change it to 38. Quote Link to comment Share on other sites More sharing options...
Family Guy Posted October 28, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 10/24/15 Last Seen: July 15, 2016 Author Share Posted October 28, 2015 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> Quote Link to comment Share on other sites More sharing options...
Haziel Posted October 28, 2015 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted October 28, 2015 (edited) 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 October 28, 2015 by Haziel Quote Link to comment Share on other sites More sharing options...
Family Guy Posted October 28, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 10/24/15 Last Seen: July 15, 2016 Author Share Posted October 28, 2015 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 Quote Link to comment Share on other sites More sharing options...
Azeroth Posted October 28, 2015 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 383 Reputation: 121 Joined: 03/31/12 Last Seen: January 29, 2023 Share Posted October 28, 2015 check your mmo.h and packet_version. Quote Link to comment Share on other sites More sharing options...
Super Arki Posted October 28, 2015 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 30 Reputation: 0 Joined: 10/25/15 Last Seen: March 28, 2020 Share Posted October 28, 2015 I HAD THIS PROBLEM. CHANGE YOUR ACCOUNT SEX TO MALE OR FEMALE. ITS IN "S" Quote Link to comment Share on other sites More sharing options...
Stolao Posted October 28, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Yesterday at 01:58 PM Share Posted October 28, 2015 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 Quote Link to comment Share on other sites More sharing options...
sader1992 Posted October 29, 2015 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 9 hours ago Share Posted October 29, 2015 (edited) 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 October 29, 2015 by sader1992 Quote Link to comment Share on other sites More sharing options...
Question
Family Guy
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 step
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.