Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

JoinServer 0.77 MapMove AutoDisconnect DLL

Newbie Spellweaver
Joined
Jul 10, 2005
Messages
69
Reaction score
0
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

i changed to this JS 2 days ago.. was no error... (i know because a lot of players writing me if they have account have already connected), but after these 2 days (i dont know WHY :/ ) again and agaaain this bug appeared...
 
Hybrid
Loyal Member
Joined
Mar 15, 2006
Messages
451
Reaction score
285
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

i changed to this JS 2 days ago.. was no error... (i know because a lot of players writing me if they have account have already connected), but after these 2 days (i dont know WHY :/ ) again and agaaain this bug appeared...

may be your players want to cheat :D
ask them how they got stucked + check if they are really stucked
 
Junior Spellweaver
Joined
Jan 8, 2005
Messages
104
Reaction score
0
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

i changed to this JS 2 days ago.. was no error... (i know because a lot of players writing me if they have account have already connected), but after these 2 days (i dont know WHY :/ ) again and agaaain this bug appeared...

Same for me.
My players are getting stucked moving between maps and between GS - GS_CS
All I have is 3 accounts stucked, and when I dc them another 3 ones get stucked. Never more than 3.
 
Hybrid
Loyal Member
Joined
Mar 15, 2006
Messages
451
Reaction score
285
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

Same for me.
My players are getting stucked moving between maps and between GS - GS_CS
All I have is 3 accounts stucked, and when I dc them another 3 ones get stucked. Never more than 3.

i can't help with this kind of info =\
i don't have server, i can't run server to check all the things related with disconnects, so need more info
have they tried to wait and then enter? have you checked if they are really stucked?
 
Newbie Spellweaver
Joined
Jul 10, 2005
Messages
69
Reaction score
0
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

especially I, played on my server, tested a lot of times...tryed to bug (move fast between gs - gs_cs (raklion - lorencia, raklion - lorencia) another maps... but i hadn't stuck.. i dont know if they are really stuck. Because one man wrote me he got message "Account is Already Connected" , i do nothing, as i was away from PC, i get back and look he is playing ^_^ ... server was on without restarts...
 
Junior Spellweaver
Joined
Jan 8, 2005
Messages
104
Reaction score
0
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

i can't help with this kind of info =\
i don't have server, i can't run server to check all the things related with disconnects, so need more info
have they tried to wait and then enter? have you checked if they are really stucked?

Yes, they waited for almost one hour and I connected to the server and didnt find anyony tracing them.
 
iNewLegend , Leo123
Joined
Apr 26, 2006
Messages
296
Reaction score
81
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

will got posbile to make
if a user is allredy connected and try connect again so disconnect to connected one
and allow to trying logeed one to connect.
ON conect.. if user = isconnected
gs send to js packet kick
gs kick
and alow to connect.
 
Hybrid
Loyal Member
Joined
Mar 15, 2006
Messages
451
Reaction score
285
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

will got posbile to make
if a user is allredy connected and try connect again so disconnect to connected one
and allow to trying logeed one to connect.
ON conect.. if user = isconnected
gs send to js packet kick
gs kick
and alow to connect.


but only js must send to gs kick packet =)
 
Newbie Spellweaver
Joined
May 21, 2006
Messages
8
Reaction score
0
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

work windows 2003 server?
 
Newbie Spellweaver
Joined
Oct 25, 2004
Messages
11
Reaction score
0
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

Gembrid dont work in Windows 2003 server, JS dont open


Windows XP2 works 100%

Solution???
 
Junior Spellweaver
Joined
Jun 6, 2007
Messages
118
Reaction score
4
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

I run 2003 server dude and it works 100% flawless......

Do what i did and change the offset of the dllloadlibrary hook to the one i listed in previous post.

Malice
 
Hybrid
Loyal Member
Joined
Mar 15, 2006
Messages
451
Reaction score
285
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

Gembrid dont work in Windows 2003 server, JS dont open


Windows XP2 works 100%

Solution???

wrong JS hook, don't use dirrect offset of LoadLibraryA, cause on different OS's it has different entry point, you should use it through import table -> CALL [DWORD DS: OFFSET]
 
Newbie Spellweaver
Joined
Aug 23, 2007
Messages
19
Reaction score
1
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

Thank you so much this help a lot.
 
Newbie Spellweaver
Joined
Apr 23, 2008
Messages
7
Reaction score
0
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

Yea, don't work for me ^^
 
Elite Diviner
Joined
Apr 29, 2006
Messages
420
Reaction score
0
Re: [Release] JoinServer 0.77 MapMove AutoDisconnect DLL

don t send error in win 2003 if i use the js hooked from here

please hook dll into this js:

thx in advance
 
Back
Top