Register for your free account! | Forgot your password?

Go Back   elitepvpers Popular Games Silkroad Online SRO Coding Corner
You last visited: Today at 17:59

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Getting a very old client to run

Discussion on Getting a very old client to run within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old   #91
 
Schickl's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,064
Received Thanks: 539
Quote:
Originally Posted by paxemuman View Post
How anyone can help you if you didn't shared anything ? it is pointless to continue this thread let him die.
I'm not gonna share some messy and ****** up code<.<

oh and I'm not gonna die just because you say so
no I'm gonna do the exact opposite: I'll enojy my long and happy life!
Schickl is offline  
Old   #92
 
paxemuman's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 934
Received Thanks: 746
Quote:
Originally Posted by Schickl View Post
I'm not gonna share some messy and ****** up code<.<

oh and I'm not gonna die just because you say so
no I'm gonna do the exact opposite: I'll enojy my long and happy life!
you misunderstand me, i was talking about "this thread should die" not you... anyway do what you want, i wish to help you but i cant.
paxemuman is offline  
Old   #93
 
desmin89's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 32
Received Thanks: 1
Sorry for the huge bump.

When starting this client, I got past the first errors, but now I get errors about FileManager.dll. I have the game in C:\****** />
Any help?

P.S.

Shickl, I'm interested in making an emulator for this client, p.m me!
desmin89 is offline  
Old   #94
 
desmin89's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 32
Received Thanks: 1
Well, I got the launcher to open.

I made a quick little server to accept a connection on port 15779, and it started up.

Anybody?

I tried making a login server, the launcher connects but does nothing else from that point. Am I supposed to send it a gatewayinfo packet, or should it send me one?
desmin89 is offline  
Old   #95

 
MeGaMaX's Avatar
 
elite*gold: 9672
Join Date: Sep 2006
Posts: 1,089
Received Thanks: 2,612
the thread starter you still alive or you screw the project ? ._.
MeGaMaX is offline  
Old   #96
 
urian1982's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 169
Received Thanks: 68
Yeah this **** client looks cool and would be fantastic to play on a server like this.

Keep the good work up!!
urian1982 is offline  
Old   #97
 
desmin89's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 32
Received Thanks: 1
I'm almost done on the login server, just implementing more packets.

Progress is being made! Schickl won't respond though, and he could be a huge help to us.
desmin89 is offline  
Thanks
1 User
Old   #98
 
elite*gold: 25
Join Date: Sep 2012
Posts: 209
Received Thanks: 343
stuck at 0x3013
VEssence is offline  
Old   #99
 
desmin89's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 32
Received Thanks: 1
Quote:
Originally Posted by VEssence View Post
stuck at 0x3013
Did you make a login server?

If so, can you share your source I can learn a bit more?
desmin89 is offline  
Old   #100
 
elite*gold: 25
Join Date: Sep 2012
Posts: 209
Received Thanks: 343
Quote:
Originally Posted by desmin89 View Post
Did you make a login server?

If so, can you share your source I can learn a bit more?
nothing special at this client else server list at login server as i know
heres my structure for server list,

Quote:
writer = new PacketWriter(0xA101);
writer.Write((byte)1);
writer.Write((byte)0x15);
writer.Write("SRO_Global_TestBed");
writer.Write((byte)0);
foreach (prjSRGatewayServer.Global.Servers.Server server in prjSRGatewayServer.Global.Servers.ServerList)
{
writer.Write((byte)1);
writer.Write(server.ID);
writer.Write(server.ServerName);
writer.Write(server.ServerCurrentUser);
writer.Write(server.ServerMaxUser);
writer.Write(server.ServerStatus);
}
does someone has structure for 0x3013 ? (InitGame)
VEssence is offline  
Old   #101
 
desmin89's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 32
Received Thanks: 1
I don't have the structure, sorry

Have you looked at the source of other emulators to get help?

Does anybody have the structure for the patch info packet?
desmin89 is offline  
Old   #102
 
elite*gold: 25
Join Date: Sep 2012
Posts: 209
Received Thanks: 343

i'm in
VEssence is offline  
Thanks
3 Users
Old   #103
 
desmin89's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 32
Received Thanks: 1
Sweet!

Can you PM me your source code so I can convert it to java and learn off it please?

I'd love to work together as well. add me on skype desmin89

I can't get the login server though. im stuck on patch info.
desmin89 is offline  
Old   #104
 
Ferpa_'s Avatar
 
elite*gold: 100
Join Date: Sep 2009
Posts: 1,195
Received Thanks: 379
WOW, really nice!

How did you get that?
Is a emulator?
Ferpa_ is offline  
Old   #105
 
elite*gold: 25
Join Date: Sep 2012
Posts: 209
Received Thanks: 343
Quote:
Originally Posted by desmin89 View Post
Sweet!

Can you PM me your source code so I can convert it to java and learn off it please?

I'd love to work together as well. add me on skype desmin89

I can't get the login server though. im stuck on patch info.
you can check d-sremu's packets for patch info its same at every client

Quote:
Originally Posted by Ferpa_ View Post
WOW, really nice!

How did you get that?
Is a emulator?
its emulator

day 4
-got true structure for 0xb021(walk), 0xb023(teleported walk), 0xb070(skill start), 0xb071(skill cast end), teleport system
VEssence is offline  
Reply


Similar Threads Similar Threads
[HELP]I have a 5200+ source and client I make char FINE relog Client exit
03/06/2010 - CO2 Private Server - 66 Replies
Hello, I have made myself an 5200+ it works just about I have the client updated to 5200 And my source updated to 5200+ here is what my problem Is So I make an account /newacc hello test and I login all fine my CMD is showing fine too so then I make an character that character gets made the CMD shows no error but then when I relog in my CMD sais Hello has connected to you! and then I login and get to Logging into Gameserver and the my client just closes but my CMD does not say hello...



All times are GMT +2. The time now is 18:00.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.