Temtaime Posted August 12, 2017 Posted August 12, 2017 It's first Æsir client release ! Yay ! Client uses login and password from command line. Get look at start.bat script. There's a settings file named aesir.json, it provides server, lang and grfs settings. Server can be passed not only as ip, but there's also a support for domain name. Currently it provides en and ru languages. You can also specify multiple grfs, the order is as it will search in them, so put rdata.grf before data.grf. Put your grf files in the folder where you'll extract 7z archive. It uses PACKETVER 20110225, also you have to comment out line 1835 from file src/map/clif_packetdb.h, it will become something like this(this bug will be fixed soon in the æsir): Quote //ack_packet(ZC_WEAR_EQUIP_ACK,0x08d0,9,2,4,6,8); You can download it there: https://cloud.acomirei.ru/s/khm08qmHJSVLEUy Get a fun !
Meroy Posted August 13, 2017 Posted August 13, 2017 Question: This is how to add multiple GRF's? Quote grfs": [ "data.grf","myro.grf","rdata.grf","palette.grf" ], Is that correct?
jenkijo Posted August 13, 2017 Posted August 13, 2017 1 minute ago, Meroy said: Question: This is how to add multiple GRF's? Is that correct? Yes, it's right. But I think you need to place custom GRF (include rdata.grf) before data.grf Example: grfs": [ "<custom.grf>","<custom.grf>","rdata.grf","data.grf" ],
caspe Posted August 13, 2017 Posted August 13, 2017 11 hours ago, Temtaime said: It uses PACKETVER 20110225, also you have to comment out line 1835 from file src/map/clif_packetdb.h, it will become something like this(this bug will be fixed soon in the æsir): @Temtaime i use hercules client and don't find any packets for this client, should i still compile server with ur suggested client version?
Temtaime Posted August 13, 2017 Author Posted August 13, 2017 Yes, if your servers relies on packet_db.txt, then comment out that line: Quote //0x08d0,9,ZC_WEAR_EQUIP_ACK,2:4:6:8 // COMMENT THIS LINE BEFORE PACKET VER 27 //2011-10-05aRagexeRE packet_ver: 27 And use packet ver 26. I will upgrade packet ver soon something more latest, from 2015 year i think.
jenkijo Posted August 13, 2017 Posted August 13, 2017 Just now, caspe said: i think hercules uses packets.h You can open src/map/packets.h and comment out this line
caspe Posted August 13, 2017 Posted August 13, 2017 (edited) same error, after comment out this line and recompile server using 20111005 as packetver, maybe i try with other packetver. Edited August 13, 2017 by caspe
jenkijo Posted August 13, 2017 Posted August 13, 2017 1 minute ago, caspe said: does clientinfo.xml in grf affect this client? No. It doesn't affect
caspe Posted August 13, 2017 Posted August 13, 2017 i have tested with packetver 20110809, with commenting the line which is provided and got this error.
Temtaime Posted August 13, 2017 Author Posted August 13, 2017 Seems your grf files are corrupt, or they are using encryption. Currently there's no support for such a grf. Only new version(0x200) are supported. I will include support for old grf files to the roadmap, thanks.
jenkijo Posted August 13, 2017 Posted August 13, 2017 13 minutes ago, caspe said: i have tested with packetver 20110809, with commenting the line which is provided and got this error. As Temtami said. You can try this client, I've used it and everything is working fine https://rathena.org/board/topic/102572-kro-full-client-last-update-2017-07-05/
caspe Posted August 13, 2017 Posted August 13, 2017 I think cps.dll causing problem because my grf work with my client name and it's different so maybe, let me test. Thanks.
caspe Posted August 13, 2017 Posted August 13, 2017 well i have downloaded kro from link above provided and added it to run with nvidia, without any custom grf or modifications, but i got error "could not create GL context" this error can be solved by adding this client to run with nvidia, but don't know why i'm not able to launch it.
caspe Posted August 13, 2017 Posted August 13, 2017 @Temtaime if u able to provide small client with required lua, dll and translated files it would be great.
jenkijo Posted August 13, 2017 Posted August 13, 2017 1 hour ago, caspe said: well i have downloaded kro from link above provided and added it to run with nvidia, without any custom grf or modifications, but i got error "could not create GL context" this error can be solved by adding this client to run with nvidia, but don't know why i'm not able to launch it. What error that you get?. Did you click "Enter" but did not enter the game?
caspe Posted August 13, 2017 Posted August 13, 2017 this i'm not able to launch client even with nvidia graphics card, when i use client which u provided
jenkijo Posted August 13, 2017 Posted August 13, 2017 12 minutes ago, caspe said: this i'm not able to launch client even with nvidia graphics card, when i use client which u provided You can try guide from Temtaime in this link:
Temtaime Posted August 13, 2017 Author Posted August 13, 2017 could not create GL context means graphic driver doesn't support required OpenGL version. It is not related to grf files. If you are sure that this is not caused by implicit using of intel integrated card, then you have to upgrade the drivers. You can download any kro client starting from 2012 i think, also æsir does not use anything except grf files, that means, all the dlls are not necessary. 1
Recommended Posts