Claod Posted November 9, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 11/09/15 Last Seen: November 13, 2015 Share Posted November 9, 2015 (edited) Hello guys ! I have a big problem, and I don't know how to fix this. When I login on my 127.0.0.1 server the client doesn't show a "Make" button. So I can't add any character in the game. The closest tutorial for my configuration should be this one : http://rathenaguides.blogspot.fr/ I use : 2013-08-07aRagexe.exe and its xdiff, patched with xdiffpatcher.exe. Loki launcher + loki.ini I used grfbuilder.exe to make my own grf with my data folder. kro client updated using rsu-kro-rag-lite.exe and rsu-kro-renewal-lite.exe I removed ../lua files/quest/Quest_function (it was giving me an error about nil value) mmo line changed : #define PACKETVER 20130807 packet_db.txt line changed : packet_db_ver: 45 //2013-08-07 Ragexe packet_ver: 45 0x369,7,actionrequest,2:6 0x083C,10,useskilltoid,2:4:6 0x437,5,walktoxy,2 0x035F,6,ticksend,2 0x202,5,changedir,2:4 0x70000,6,takeitem,2 0x362,6,dropitem,2:4 0x07EC,8,movetokafra,2:4 0x364,8,movefromkafra,2:4 0x438,10,useskilltopos,2:4:6:8 0x366,90,useskilltoposinfo,2:4:6:8:10 0x096A,6,getcharnamerequest,2 0x368,6,solvecharname,2 0x838,12,searchstoreinfolistitemclick,2:6:10 0x835,2,searchstoreinfonextpage,0 0x819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x811,-1,reqtradebuyingstore,2:4:8:12 0x360,6,reqclickbuyingstore,2 0x817,2,reqclosebuyingstore,0 0x815,-1,reqopenbuyingstore,2:4:8:9:89 0x365,18,bookingregreq,2:4:6 // 0x363,8 CZ_JOIN_BATTLE_FIELD 0x281,-1,itemlistwindowselected,2:4:8:12 0x022D,19,wanttoconnection,2:6:10:14:18 0x802,26,partyinvite2,2 // 0x436,4 CZ_GANGSI_RANK 0x023B,26,friendslistadd,2 0x361,5,hommenu,2:4 0x887,36,storagepassword,2:4:20 all IP in my ( login_|char_|map_) athena.conf are uncommented, and set to 127.0.0.1 subnet_athena.conf line changed : subnet: 255.255.255.0:127.0.0.1:127.0.0.1 grf-files.txt line changed : grf: C:\path to my\FullClient\rathena.grf data_dir: C:\path of the subdirectory of data\FullClient\ Everything in the BAT windows are green (so server side should be okey) And this is my clientinfo.xml : <?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>45</version> <langtype>0</langtype> <registrationweb></registrationweb> <aid> <admin></admin> <yellow></yellow> </aid> </connection> </clientinfo> Any ideas :/ please ? I really need help... Edited November 9, 2015 by Claod Quote Link to comment Share on other sites More sharing options...
0 FXFreitas Posted November 9, 2015 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 354 Reputation: 110 Joined: 01/30/13 Last Seen: June 7, 2024 Share Posted November 9, 2015 (edited) Tried double-click in empty character slot, put the char name/hair and press enter? Edited November 9, 2015 by FXFreitas Quote Link to comment Share on other sites More sharing options...
0 Claod Posted November 9, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 11/09/15 Last Seen: November 13, 2015 Author Share Posted November 9, 2015 (edited) Hey thanks for your answer Yeah I tried : Nothing happens when i click and press enter... I can read character : 1/0. It's like I can't create. maybe the button is locked because the client think I already reached the characters limit... I tried to look in the conf but max_char is set to 9... Not available on the selector, 1/0 character number, :/ it's weird... I just created a new client, same problem. same problem here : https://rathena.org/board/topic/96025-characret-slot-10-eathena-15268-2013-08-14aragexe/ I found a guy that fixed its server in this forum : https://rathena.org/board/topic/85698-character-slot-10-2013-on-client-and-newest-trunk/ But I don't understand what it means... I'm running Windows 8.1 64 Bit, and sometime I also got an error before the character selection telling me "Memory could not be "read" " If it helps to find a solution. Edited November 9, 2015 by Claod Quote Link to comment Share on other sites More sharing options...
0 FXFreitas Posted November 10, 2015 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 354 Reputation: 110 Joined: 01/30/13 Last Seen: June 7, 2024 Share Posted November 10, 2015 I see... Its a problem with you character max slots you already checked the max_slots, but maybe missing something... Quote Link to comment Share on other sites More sharing options...
0 Claod Posted November 10, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 11/09/15 Last Seen: November 13, 2015 Author Share Posted November 10, 2015 (edited) Hey again, Still not slept --' I want to fix this so badly. In fact, using the left arrow, I managed to understand that this "1/0" means we're in page N°2, In the page 1 indeed there is no "Not Available" on those first 3 slots... But I still can't make a character, the button is still not here. I tried to change max_slot, max_char, and chars_per_account ... But when I set everything to 9... charserv give me a database error with "card4" blabla x) yeah weird... Still no clue for me... Any ideas guys ? :/ EDIT : Found a solution, my server code was outdated on some code point, so I decided to rebuild it via github rAthena. Now I can create a character. But when I select the character now I got this : Charserv console : has incorrect version 47, server compilled for 45. I think I have to change the mmo version and recompile it for 47, or change the client for the 45 version and I may need to change the client version to patch, and my clientinfo version depending on the choosen solution. mapserve console : clif_parse: Disconnecting session #3 with unknown packet version (p:0x1403,1:19). I think it's the packet received to close the connexion because my server / client are not compiled for the same version. Edited November 10, 2015 by Claod Quote Link to comment Share on other sites More sharing options...
0 FXFreitas Posted November 10, 2015 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 354 Reputation: 110 Joined: 01/30/13 Last Seen: June 7, 2024 Share Posted November 10, 2015 Update your packet_db to fix this error. This happens because one packet is missing. Quote Link to comment Share on other sites More sharing options...
0 Claod Posted November 10, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 11/09/15 Last Seen: November 13, 2015 Author Share Posted November 10, 2015 (edited) hey it's okey clif_parse: Disconnecting session #3 with unknown packet version (p:0x1403,1:19). Was happening because my client version and my server was not at the same version, so the server was not understanding correctly received information, and closed the client connection. I recompiled the server on version 47, downloaded a new client 2014-10-22, patched it with nemo, modified my clientinfo version to 47. Then I built a new grf with my data folder containing the clientinfo.xml with version 47. And It was okey. Thank you guys for helping me Edited November 10, 2015 by Claod Quote Link to comment Share on other sites More sharing options...
Question
Claod
Hello guys !
I have a big problem, and I don't know how to fix this.
When I login on my 127.0.0.1 server the client doesn't show a "Make" button. So I can't add any character in the game.
The closest tutorial for my configuration should be this one : http://rathenaguides.blogspot.fr/
I use : 2013-08-07aRagexe.exe and its xdiff, patched with xdiffpatcher.exe.
Loki launcher + loki.ini
I used grfbuilder.exe to make my own grf with my data folder.
kro client updated using rsu-kro-rag-lite.exe and rsu-kro-renewal-lite.exe
I removed ../lua files/quest/Quest_function (it was giving me an error about nil value)
mmo line changed :
packet_db.txt line changed :
all IP in my ( login_|char_|map_) athena.conf are uncommented, and set to 127.0.0.1
subnet_athena.conf line changed :
grf-files.txt line changed :
Everything in the BAT windows are green (so server side should be okey)
And this is my clientinfo.xml :
Any ideas :/ please ? I really need help...
Link to comment
Share on other sites
6 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.