Minerva ep14 bug

Results 1 to 8 of 8
  1. #1
    Proficient Member noexp is offline
    MemberRank
    Jan 2013 Join Date
    150Posts

    Minerva ep14 bug

    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);
    }

    }
    Attached Thumbnails Attached Thumbnails print-erro.png  


  2. #2
    Enthusiast ubis is offline
    MemberRank
    Jul 2012 Join Date
    /dev/nullLocation
    42Posts

    Re: Minerva ep14 bug

    Since EP8, AuthAccount packet was changed a bit and contains encrypted data, see http://forum.ragezone.com/f458/ep8-authaccount-949943/. For EP14 i dont know - it might be changed again.
    I was searching for encryption algorithm in cabalmain, but after half a day it was faster to disable it. Now it sends readable data.

  3. #3
    Account Upgraded | Title Enabled! joel de paula is offline
    MemberRank
    May 2011 Join Date
    414Posts

    Re: Minerva ep14 bug

    anyone can share the work of Yamachi Minerva?

  4. #4
    Enthusiast ubis is offline
    MemberRank
    Jul 2012 Join Date
    /dev/nullLocation
    42Posts

    Re: Minerva ep14 bug

    Last commit (i think) FauxBestaan-minerva-d98f8bf2eb4e.zip
    My repo (added EP8 support, MySQL support and etc etc, though very limited): https://bitbucket.org/dignityteam/minerva

  5. #5
    Proficient Member noexp is offline
    MemberRank
    Jan 2013 Join Date
    150Posts

    Re: Minerva ep14 bug

    How to solve this errors ubis?
    Attached Thumbnails Attached Thumbnails errors.png  

  6. #6
    Enthusiast ubis is offline
    MemberRank
    Jul 2012 Join Date
    /dev/nullLocation
    42Posts

    Re: Minerva ep14 bug

    Fixed in last commit.

  7. #7
    Proficient Member noexp is offline
    MemberRank
    Jan 2013 Join Date
    150Posts

    Re: Minerva ep14 bug

    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.
    Attached Thumbnails Attached Thumbnails error1clientep13.png  

  8. #8
    Enthusiast ubis is offline
    MemberRank
    Jul 2012 Join Date
    /dev/nullLocation
    42Posts

    Re: Minerva ep14 bug

    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.



Advertisement