Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[DEV] Scion of fate Emulator [C#]

Status
Not open for further replies.
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
jenose - [DEV] Scion of fate Emulator [C#] - RaGEZONE Forums


jenose - [DEV] Scion of fate Emulator [C#] - RaGEZONE Forums


jenose - [DEV] Scion of fate Emulator [C#] - RaGEZONE Forums

This is Yulgang (Scion of fate) C# .NET Console Emulator Developments
A Server is Console with out GUI it's written on C# .NET 4.0, NHibernate Supported
A Default IDE is Visual Studio 2012

Our Forum :
Public Repo :

my source now can:
- Login work!
- Multiple channel in 1 Game Server
- Can Create Character
- Game Data Loaded (YBi.cfg, SpeechInfo.cfg, YBq.cfg)
- Enter Maps
- Chat Able

Under Developments
- Character Info
- Equiped Info


Recruitment:
-C# Coder
-Packet Analysis (Highly requested)
 
Last edited:
Joined
Mar 22, 2008
Messages
830
Reaction score
158
Re: Scion of fate Emulator [C#]

This actually looks promising.
Hope you are willing to share your knowledge with he rest of the community.

About the packets, I have no clue. Maybe you can take a look at the sources I released on here, but they are for Chinese clients and it seems that there is no encryption on their packets.
 
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
Re: Scion of fate Emulator [C#]

atm i can't published my source untill my emulator can work in game, then i will publish my source to SVN and share ^_^

About the packets, I have no clue. Maybe you can take a look at the sources I released on here, but they are for Chinese clients and it seems that there is no encryption on their packets.

I have look already but the old version of emulator has no encryption.
Scion of fate are start using Encryption for packet in v7.0 :/:

I'v been contact moderator Zarut to help about this, wait for him reply.
i hope this can help scion of fate development comunity alive again.
 
Last edited:
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
Re: Scion of fate Emulator [C#]

packet info is

AA552800AF9BA24D0200000006A22800D9B2A0575F57CBAAE1F2D1671DD5AF410AB2431ED15A84C64D6BBB7E55AA

AA55 = start
2800 = Data Length (0x28 = 40)
AF9BA24D0200000006A22800D9B2A0575F57CBAAE1F2D1671DD5AF410AB2431ED15A84C64D6BBB7E = Data in Encrypted
55AA = end
 
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
Re: Scion of fate Emulator [C#]

xWWl emu has use byte[7] as identity

AA552800AF9BA24D0200000006A22800D9B2A0575F57CBAAE1F2D1671DD5AF410AB2431ED15A84C64D6BBB7E55AA

first we need to decrypt and see what "A24D" be identity
 
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
Re: Scion of fate Emulator [C#]

Thanks for Phant0m and Alan for unpack client dll.
and make my project possibility ^0^
 
Newbie Spellweaver
Joined
Jan 2, 2010
Messages
16
Reaction score
0
Re: Scion of fate Emulator [C#]

Thanks for Phant0m and Alan for unpack client dll.
and make my project possibility ^0^


Nice!

Grats!! i hope i can play xD thanks for all work u have put on it!! my sincere Gratitude xD
 
Last edited:
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
a current state is can getting in map screenshot post at topic,
a perfomance is using NHibernate for Database :p
 
Status
Not open for further replies.
Back
Top