[Release] Work In Progress LoginServer Packet Documentation 05/07/2016 - SRO Coding Corner - 61 Replies I'm (edit: was) working on packet documentation for SRO, using my own file format.
LoginServer: LoginServer PDoc - By lesderid
Character Selection: CharacterSelection PDoc - By lesderid
Note: All (non-LoginServer) packets only work in kSRO.
Other versions will have other opcodes (and other packets).
Credits: Me, pushedx (for the awesome help), Windrius (for always being nice) and some (public) emulators.
Edit: The server moved to my new site: http://lesderid.net/...
[C#] Login Packet - Silkroad Security by drew 10/15/2012 - SRO Coding Corner - 5 Replies hey i am using Drew's Silkroad Security to make a packet based login.( i extend his simple_proxy example)
So i made a new gui with a button. the func of the button is:
Packet p = new Packet(0x6102);
p.WriteUInt8(18);//Locale
p.WriteAscii(ID);
p.WriteAscii(PW);
p.WriteUInt16(11);//ServerID?
Program.gw_remote_security.Send(p);
get silkroad capacitydata packet 06/05/2011 - SRO Coding Corner - 6 Replies hi.. i'm planing to write a script that shows the capacity of a private server
i have a problem that i dont know how to catch the packet that have the information that i need.
i'm going to write it in php.
please help :)