Revolution Emulator [C#, R63B, Encryption Cracked, DAO, Fluent NHibernate, Lua Plugin, Mono]

Status
Not open for further replies.

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
Looking good, nice to have something new out there.
Good luck with it
 

Zak

Posting Freak
Mar 12, 2011
847
453
I will not be using NHibernate anymore.

It is too advanced because you gotta map every table and field.

But not to worry i'm making my own stable SQL system.

Sorry for the let down but i promise this one will be 10x no 20x better.
 

Zak

Posting Freak
Mar 12, 2011
847
453
Does that mean that it won't be compatible with multiple databases?
Hell no are you mad?
I am not letting that feature go!

It will be multiple database supported.
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
That's awesome :D

To be honest, it isn't much of a turndown for me, but if both the CMS and the Emulator have that option, you can be using uberCMS with uberEmulator and just change to RevCMS and RevEmu without a trouble ;)
 

Zak

Posting Freak
Mar 12, 2011
847
453
That was the main idea.

I want big hotels to use this instead of a closed emulator. And apply there own custom features and switch without a hassle or having there data lost.
 

Zak

Posting Freak
Mar 12, 2011
847
453
I will update the main Thread with the new Sql Info when i'm done.
 

Zak

Posting Freak
Mar 12, 2011
847
453
Sorry for the lack of updates, it's test week.

I promise you 100's of updates next week since it's only this week that's the tests.
 

Zak

Posting Freak
Mar 12, 2011
847
453
Code:
        public void ProtocolCrack()
        {
            // Define Client
            var client = new TcpClient();
            // Define Stream And Use Client To Get It.
            var stream = client.GetStream();
            // Define Reader And Use Binaryreader Using The Stream.
            var reader = new BinaryReader(stream);
            // PolicyCheck.
            byte policyCheck = reader.ReadByte();

            //TODO Check if it's 60.

            // Set as 60 since dom thinks it is.
            if (policyCheck != 60)
            {
                int tMsgLen = reader.ReadInt32();
                short tMsgID = reader.ReadInt16();
            }
            // Send Client Policy.
            else
            {
                ClientUtil.GetHabboClientPolicy();
            }
        }

A sleek preview of what's to come ^.^
 

Zak

Posting Freak
Mar 12, 2011
847
453
Next week you'll see the server in action with basic functions and working with the new crack.
 

LethalEdward

Member
Sep 2, 2010
119
22
Just a headsup that the Phoenix Items table is different to the Uber.

The room_items and user_items is merged into 1 in Phoenix.
 

Zak

Posting Freak
Mar 12, 2011
847
453
There will be a new member joining the project.
Why?
So you can get updates when i'm busy.
Faster progress.
Help.

Who is this person:
Ssshhhh let keep it a secret for a while.

Updates:
Deleted Server.
Starting over again with new encoding.
Better sockets.
New protocol.
New SQL system is pre-coded [you will see]
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
Nice, hope to see the project more active.

Welcome wichard/Breakz0ne or Matty into the project. (Wasn't a hard guess)
 

Zak

Posting Freak
Mar 12, 2011
847
453
Eh-Uh. (Wrong noise from buzzer)

Matty has to deal with Mango.
And Wichard has to deal with Seahorse.

Haha how funny both there projects relate to a type of human food.
Not sure about seahorse but if it's japan then yeah.
 
Status
Not open for further replies.

Users who are viewing this thread

Top