• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Minerva ep14 bug

Junior Spellweaver
Joined
Jan 15, 2013
Messages
153
Reaction score
4
Hello, I am a few months working in Minerva emulator project initiated by Yamachi, but am having a hard time making it work with a client ep13, since I work with a client EP8 and spawns mobs, drops, among other functions already are working, can anyone help me with this error.


does anyone have any idea how to build classes to login with client EP13?

public string ReadString(int length) {
//string logFile = @"C:\Users\noexp\Desktop\FauxBestaan-minerva-d98f8bf2eb4e\FauxBestaan-minerva-d98f8bf2eb4e\bin\x64\Release\MyApplicationLog.txt";



//string s = System.Text.Encoding.UTF8.GetString(_data, 0, _data.Length);


//var message = index.ToString() + " - " + length.ToString() + " - " + s.ToString();


//WriteToLogFile(message, logFile);


//var arr = index.ToString();
try
{
//var result = System.Text.Encoding.ASCII.GetString(_data, index, length);
var result = System.Text.Encoding.UTF8.GetString(_data, 0, _data.Length);
index += length;
return result;
}
catch (Exception ex)
{
throw new Exception(ex.Message + ex.InnerException + ex.StackTrace);
}

}
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 18, 2012
Messages
42
Reaction score
59
Last commit (i think)
My repo (added EP8 support, MySQL support and etc etc, though very limited):
 
Upvote 0
Junior Spellweaver
Joined
Jan 15, 2013
Messages
153
Reaction score
4
UBIS,


After trying to connect using the client EP13, I got the same error I was facing before, I m attaching a print if u have any ideas to help me solve, if u can give me your skype to work together.
 

Attachments

You must be registered for see attachments list
Upvote 0
Newbie Spellweaver
Joined
Jul 18, 2012
Messages
42
Reaction score
59
Im using cabal eu client, with 1421 cabalmain version. And as i mentioned previously, i wrote a simple patch in cabalmain, to skip encryption. Probably sooner or later i will update my repo with patchedmain and whole client.
EP13's login side is changed aswell, and currently, im giving support only for EP8, eu version.Skype: bsblooder, if you still interested in EP8.
 
Upvote 0
Back
Top