[Release] Extremely basic (but working/bugless) C# Source

04/09/2010 05:36 Santa#226
I'mFlamedCOD, did you code the encryption right into the source or did you edit the DLL?
04/09/2010 13:30 KraHen#227
The real source of the DLL (from Hybrid) is up on epvp, you can edit that. Search for SocketNetwork source.
04/09/2010 21:01 Kiyono#228
Quote:
Originally Posted by ElDeRnEcRo View Post
The real source of the DLL (from Hybrid) is up on epvp, you can edit that. Search for SocketNetwork source.
Which can be found here [Only registered and activated users can see links. Click Here To Register...]
04/10/2010 00:04 CIRASH#229
How can I find the subtype of lets say viewequips on somebody else for the packet processor?
04/10/2010 00:35 pro4never#230
Quote:
Originally Posted by CIRASH View Post
How can I find the subtype of lets say viewequips on somebody else for the packet processor?
The easiest way (if you are going with either 5017, 5095 or 5165) would be to just see what it is from a different source. Basically any packet/subtype you would need has been documented and released in various sources which makes them a great reference tool when coding your own stuff.
04/10/2010 01:48 ImFlamedCOD#231
Quote:
Originally Posted by StarBucks View Post
I'mFlamedCOD, did you code the encryption right into the source or did you edit the DLL?
It is my own DLL i do not use Hybrids released dll anymore. I use my own version of his socket system. I upgraded it , and rewrote just about everything. That version of the 5017 cipher I had from another source i believe but it works. The only reason why there is an error when you .net reflect the source is because of the labels that is all.
04/22/2010 20:15 Øblivion#232
I decompiled the .DLL looking threw it now
04/23/2010 09:43 KraHen#233
Quote:
Originally Posted by Øblivion View Post
I decompiled the .DLL looking threw it now
The original source of it is on epvp as well.
04/23/2010 15:47 ~Yuki~#234
its even on this thread already.
04/25/2010 01:12 Øblivion#235
Quote:
Originally Posted by ~Yuki~ View Post
its even on this thread already.
Yeah i went threw this thread and found kinshi already did that <.<
I might just start contributing to this source
04/25/2010 10:17 KraHen#236
Quote:
Originally Posted by Øblivion View Post
Yeah i went threw this thread and found kinshi already did that <.<
I might just start contributing to this source
The original source was released by LetterX.
04/25/2010 13:37 ~Yuki~#237
nope. Sparkie
05/01/2010 08:32 ImFlamedCOD#238
oblivion that was already released and put in the source hehe.
05/03/2010 04:43 t_dubble_uu#239
Ok im gonna take a shot at this source and add it to my open source project.

So far ive got this done to rev3:
Added Accounts/Characters to mysql
Added create character function from client
Added mobs
05/09/2010 22:39 MonstersAbroad#240
I am gonna take a shot at this source

T = Todo and D = Done

D - Shops
- Portals
- Items
- Dmaps

T - Upgrade to 5165
- Upgrade packets to 5165
- Mobs
- Skills
- And more! started not long ago

anybody want to help on making 5165 ?