Mir3 server emu source

thedeath

LOMCN Developer
Developer
Mar 26, 2003
1,340
90
294
k lets keep this clear:
codes and temp db:
http://users.pandora.be/thedeath/mirserv/

mirserver.rar:
the infoserver, loginserver and selcharserver code i use
old gameserver i totaly recoded (can do more but also has more bugs and doesnt work well with more then 1 person on)

mirserver-new.rar:
new gameserver i use now (recoded version)

the code is in vb.net so YES you NEED vs.net to code it

also you'll need the lombot dll from the bot and register it by running the bat file and stuff
http://users.pandora.be/thedeath/mirbot/lombot.rar

this is verry basic and does verry little except for walking and chatting but if you take the code from old gameserver you could add magic, attacking, ect

it's all upto you guys, however if any of you do manage code anything to this or if you HAVE vs.net and managed to actionly mod it even a little bit (not just changing a name somewhere ) then you can always add [email protected] if you would like to be into the loop on future updates and stuff
 

UniTY

O.G.
VIP
Apr 29, 2003
270
6
155
Florida, USA
Most will have no clue what to do :\

btw, no commented source from anything else in there is there? (just checking)
 

thedeath

LOMCN Developer
Developer
Mar 26, 2003
1,340
90
294
unity no idea what you're talking about :p
could be i put a line or 2 commented code from c++ things inthere but dont think i really did

at least most of it isnt anywhere near the codes other servers use :p
 

StuzUK

Dedicated Member
Dedicated Member
May 5, 2003
91
0
102
Cyber Space
Perhaps we sould start a lil dev using this as a basis.

Looking through it myself to see what is there.
The great thing is as its VB.net we can do anything at all with it.
 
Last edited:

StuzUK

Dedicated Member
Dedicated Member
May 5, 2003
91
0
102
Cyber Space
Do you think we could get enough interest her people to perhaps get a sourceforge project up and then list the sources we have there.

It would be a way for us all to share sources.

We have enough code there to start a project, I dont know if any of you would be interested but my name is on the list.
 

loser123

Dedicated Member
Dedicated Member
Jun 8, 2004
38
0
52
maybe im wrong on this and will get flamed back to the stone age but ohwell.

why post the source, in doing so, u just released all the in-securities of the mir-3 emulators.

am i wrong in thinking this?
 

thedeath

LOMCN Developer
Developer
Mar 26, 2003
1,340
90
294
hehe it's far from finished so yeah i post insecurity's but hell if i did ever bother to finish it those insecurity's would change :p
 

konnichiwa

LOMCN VIP
VIP
Mar 26, 2003
261
0
152
hey everyone that knows me

i'm interested in this

i'll be on my old MSN later

i'm gonna take a look at this if i have some time today

by the way, well done for using .NET! :D

gonna look over some of the code now

talk later.

Konnichiwa
 

thedeath

LOMCN Developer
Developer
Mar 26, 2003
1,340
90
294
thing is i'm bored cause it's to much to do all on my own
it's easy to code but there's just to much :(
 

konnichiwa

LOMCN VIP
VIP
Mar 26, 2003
261
0
152
code looks okay... socket stuff needs a bit of revision.. could let u have my kSocket stuff for it.. err

can i ask why u chose VB rather than C#?

i can see alot of work went into finding all the packet collection! well done for that.


yeah i agree, once u got all the structure in place its pretty tedious..

anyway, if ur interested with me working on it too just give me a shout.
 

thedeath

LOMCN Developer
Developer
Mar 26, 2003
1,340
90
294
lol well allready got certain parts of it (like the encoding/decoding thingy) in vb/vb.net and i did have a verry smal amount of vb experience before starting this :p (lol mostly things i learned when working on lombot)
while i had absolutely no c# experience

upto you to decide wether you wanna work on this (could add me to msn if you want :p
 

thedeath

LOMCN Developer
Developer
Mar 26, 2003
1,340
90
294
i dont really care if you want to put this on sourceforge but i doubt there's anyone willing to bother except for mir ppl :p
 

konnichiwa

LOMCN VIP
VIP
Mar 26, 2003
261
0
152
i've already converted half of it into C#, but i dont have Visual Studio 2005 until it ships on CD for MSDN subscribers, can u help me out Auron?
 
Mar 23, 2003
922
4
265
Cairo Orbital Defence Platform
Well, i use the express editions, as they're lightweight downloads, however, log into the MSDN download section, and you should find the Whidbey Beta 2 there...

Don't forget to get the .net framework 2.0.

Also, i'd recommend we move away from having the queries in the actual code, and go onto stored procedures for the MSSQL version. Stored procedures are much more secure, and run faster.