Jump to content

RO2 GOTW: Revival Project (Bringing back the first RO2)


Aeromesi

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   3
  • Joined:  01/18/12
  • Last Seen:  

4ee993e3ec.jpg

Hey rAthena. I'm working on getting this project back up and alive at: https://www.facebook.com/groups/712193165518077/

 

We were able to get a version of Ragnarok 2 gate of the world up and running, but there's no mob DB, quest DB, just monsters that don't attack, and monsters that attack randomly, job changing worked, a lot of stuff worked, but a lot didn't, so we decided to work on the release from https://github.com/Willyham/SagaRO2. Compiled, set it up, and ran into some problems. Whenever trying to login, we got disconnected, with a packet error, the client sends an unknown packet to the server, 0x7715

 

We figured out that 7751 have 2 byte + 4 byte = 6 byte. We ran the test with this code:

using System;
using System.Collections.Generic;
using System.Text;
 
using SagaLib;
 
namespace SagaLogin.Packets.Client
{
    public class UnknownPacket : Packet
    {
        public UnknownPacket() //Packet 0x7715
        {
            this.size = 6;
            this.offset = 4;
        }
//What this packet do? [DanielArt]
    }
}
 

Now the server receives the packet, the console says nothing about the unknown packet, the game doesn't close out or anything, it just gets stuck at "Connecting to server"

 

Now if anyone wants to help us in this project, personally message me, we need experienced C# Programmers, the only way to get around this is either:

1) Add the packet

2) Find a download for kRO2 v101 (EuphRO2 used this, if I still had EuphRO2 I wouldn't be posting right now).

 

And here's some nice screenshots ;)

75606d2b17.jpg

 

 

41a763a175.jpg

 

e416dce882.jpg

Edited by Aeromesi
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

Is the Server itself coded in c# or the client?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   3
  • Joined:  01/18/12
  • Last Seen:  

The server itself is coded in C#

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  183
  • Reputation:   15
  • Joined:  06/10/12
  • Last Seen:  

Someone have a tutorial about compile emulator RO2, and how to configure emulator?

Link to RO2 Client compatible?

 

Plz, i have a projet RO2 personal.

Can be open to rAthena.

 

ps: sorry my bad english, i'm brazilian

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   2
  • Joined:  11/08/12
  • Last Seen:  

HD Script, to compile this emulator just download "Visual Studio for Windows Desktop" and use it :3


(I'm still working in the code of this emulator)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   2
  • Joined:  11/08/12
  • Last Seen:  

I don't like lots so much... :c

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...