Login & Connect server usage alongtime

Junior Spellweaver
Joined
Jul 11, 2006
Messages
104
Reaction score
1
Hey guy, Now I can open server for play alone
but when I login & connect to server it must usage time 3-5 minuts
or sometime it must usage 10 time up. I unhappy this problem.

Who can sole this problem, please help

Thank you.

Sory my bad english.
 
I don't want to make any other topic in this thread but I think his/her problem was the same of what is happening to my server. Players can login and play but after 15 or 30 minutes others can't login anymore but inside players has no problems. After 15 or 30 minutes again players able to login to the server. It must be something about delay.

Sorry not meant to make other topic.
 
Upvote 0
Hey guy, Now I can open server for play alone
but when I login & connect to server it must usage time 3-5 minuts
or sometime it must usage 10 time up. I unhappy this problem.

Who can sole this problem, please help

Thank you.

Sory my bad english.

Hmm... Sounds like he's just getting lag while logging in, or maybe he's not using the login fix and is talking about having to try so many times to login :S


This is what he searches for.
http://forum.ragezone.com/showthread.php?t=456947

It was not a flame. And you shud be removed from the mod team.

Rather than closing down threads, do something good and make a sticky with all good guides wont ya? No you rather give infraction to all.

Keep those kinds of comments to PMs, please. kthnxbai
 
Upvote 0
his problem is that he doesn't have the login fix included in his server files, causing the channel connection problem.

kumpon. search around the release section and you will find the file you lack to fix your problem.
 
Upvote 0
GUYS lets us 2 be patient and don't post already ask post plz read 1st guys..... we all suffer in login bug I KNOW but there will be a time that it will be fix ok...... Patience is Virtue ..... let us be hapy that we can still play our own private server after a long time of login..... lets hope soon there is a fix ok
 
Upvote 0
his problem is that he doesn't have the login fix included in his server files, causing the channel connection problem.

kumpon. search around the release section and you will find the file you lack to fix your problem.


Your means add scrip in

enterprise manager > Databases > ACCOUT > Tables > cabal_auth_table and right click "All task > manage triggers"
copy code and in stead of old scrip

CREATE TRIGGER [fixlogin] ON [dbo].[cabal_auth_table]
FOR INSERT, UPDATE, DELETE
AS
begin
update cabal_auth_table set login = 0
end

press OK

I did it but so have same problem.

Thank.

sorry my bad english.
 
Upvote 0
Your means add scrip in

enterprise manager > Databases > ACCOUT > Tables > cabal_auth_table and right click "All task > manage triggers"
copy code and in stead of old scrip

CREATE TRIGGER [fixlogin] ON [dbo].[cabal_auth_table]
FOR INSERT, UPDATE, DELETE
AS
begin
update cabal_auth_table set login = 0
end

press OK

I did it but so have same problem.

Thank.

sorry my bad english.

no that is not what i meant.

that trigger only solves the "account is already connected issue"

there is a fix for the channel connect login.

kindly recheck.
 
Upvote 0
Back