Jump to content
Æsir MMORPG client

Recommended Posts

Posted

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 !

 

Posted

Question: This is how to add multiple GRF's?

 

Quote

grfs": [ "data.grf","myro.grf","rdata.grf","palette.grf" ],

Is that correct?

Posted
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" ],

Posted
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? 

Posted

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.

Posted (edited)

same error, after comment out this line and recompile server

using 20111005 as packetver, maybe i try with other packetver.

Edited by caspe
Posted

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.

Posted

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. 

Posted
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?

Posted
12 minutes ago, caspe said:

8beb2155d40ff75aeabc9e6bb4141139.png&key

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: 

 

Posted

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.

  • Like 1
×
×
  • Create New...