Mir3 server emu source

Play Now

Damian

LOMCN Developer
Developer
Ravagers
Game Master
Jun 13, 2003
1,184
154
290
Some extra enum functions in the attached file, These I
found on a korean site for mir 2 but should work for mir3 by
the looks of it :)

You may already be aware of these anyhow, but if your
not...then you now are :)
 

StuzUK

Dedicated Member
Dedicated Member
May 5, 2003
91
0
82
Cyber Space
Having some problems with SM_DISSAPEAR, has anyone managed to get this to work correctly?

The problem is that when you logg out ghosts of your char still stay on the server been trying to get this working for some time now and stil not able to do it 100%

Tried sending the dissapear to all locals if any online to get there cleints to remove the logger from thier screens.

Also when tryinh this unpredictable things happen sauch as double login and login lockout.
 

Damian

LOMCN Developer
Developer
Ravagers
Game Master
Jun 13, 2003
1,184
154
290
I'm get a binding error when starting up the server?
Anybody else getting this, or know of the solution...

Is it spose to connect to port 7200 by default?
 

StuzUK

Dedicated Member
Dedicated Member
May 5, 2003
91
0
82
Cyber Space
damian said:
I'm get a binding error when starting up the server?
Anybody else getting this, or know of the solution...

Is it spose to connect to port 7200 by default?

Check all the ini files manualy as the settings menu in the applications do not seem to edit them all correctly.

Check all ini especaily for ports as we noticed one of them was wrong, can't remeber what one sorry and I am not at my home pc.

Make sure all IP's are correct and the username and passwords for SQL are correct.

Simply checking the ini files by opening them in notepad should allow you to access the game =)
 

YouKnowWho

Dedicated Member
Dedicated Member
Dec 12, 2003
60
0
32
StuzUK said:
Having some problems with SM_DISSAPEAR, has anyone managed to get this to work correctly?

The problem is that when you logg out ghosts of your char still stay on the server been trying to get this working for some time now and stil not able to do it 100%

Tried sending the dissapear to all locals if any online to get there cleints to remove the logger from thier screens.

Also when tryinh this unpredictable things happen sauch as double login and login lockout.

Are you remaking the GameGate as well?

I dont know how the mir3 GameGate works, but the way i do it is;

When a client disconnects the GameGate knows about it because of using TCP, when this does happen the GameGate sends a message to the GameServer saying what client has disappeared, the GameServer then removes all reference of that client from the map etc.

All other clients around the one who has just been disconnected, are then in-turn informed of the disconnected client, by the SearchViewRange function, which im guessing you will have.

I would have thought this is how TD had done it, so i cant see the problem. Maybe explain it a bit further?
 

Damian

LOMCN Developer
Developer
Ravagers
Game Master
Jun 13, 2003
1,184
154
290
Any updates been made with this? It was looking quite
promising >.<

Also, links are down, any chance they will be hosted again?
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
why double post, specially on a 3 year old thread. this source wasnt completed, and still isnt.

if you want a source, convert dm2 to mir3, it would be alot easier.