Register for your free account! | Forgot your password?

You last visited: Today at 01:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



account disconnect

Discussion on account disconnect within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2009
Posts: 94
Received Thanks: 6
account disconnect

hello everybody
-------------
got new problem in my broadcast
when i link to anything from gear or soul or anything and make broadcast with link i got disconnect and broadcast sent
that happen with broadcast only not with all chat mode
any idea from where i have to start to find my way ?
girgismena is offline  
Old 09/29/2014, 05:27   #2
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
Maybe your broadcast codes?

Partially thinking the issue could be your guild wars or character creation. They seem to be close to broadcast too.
Super Aids is offline  
Thanks
1 User
Old 09/29/2014, 08:52   #3
 
elite*gold: 0
Join Date: Aug 2009
Posts: 94
Received Thanks: 6
Quote:
Originally Posted by Super Aids View Post
Maybe your broadcast codes?

Partially thinking the issue could be your guild wars or character creation. They seem to be close to broadcast too.
i checked all broadcast codes and packets
and nothing wrong
i change broadcast packets from another source it work fine there and nothing
still have same problem
girgismena is offline  
Old 09/29/2014, 09:54   #4
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
Quote:
Originally Posted by girgismena View Post
i checked all broadcast codes and packets
and nothing wrong
i change broadcast packets from another source it work fine there and nothing
still have same problem
Did you check MagicAttack.cs line 765?
Super Aids is offline  
Thanks
2 Users
Old 09/29/2014, 14:14   #5
 
abdoumatrix's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 874
Received Thanks: 239
Chat packet 1004
item usage 1009 subtype (chatitem)

one of them could cause these
abdoumatrix is offline  
Old 09/30/2014, 01:28   #6
 
elite*gold: 0
Join Date: Aug 2009
Posts: 94
Received Thanks: 6
Quote:
Originally Posted by Super Aids View Post
Did you check MagicAttack.cs line 765?
in emplouse source we dont have MagicAttack.cs class

Quote:
Originally Posted by abdoumatrix View Post
Chat packet 1004
item usage 1009 subtype (chatitem)

one of them could cause these
Chat packet 1004
same like all source
like that
PHP Code:
#region Chat/Message (1004)
                
case 1004:
                    {
                        if (
client.Action != 2)
                            return;
                        
Message message = new Message();
                        
message.Deserialize(packet);
                        if (
message.__Message.Split(new string[] { "\\n" }, StringSplitOptions.RemoveEmptyEntries).Length 0)
                            
message.__Message message.__Message.Split(new string[] { "\\n" }, StringSplitOptions.RemoveEmptyEntries)[0];
                        
Chat(messageclient);
                        break;
                    }
                
#endregion 
in item usage 1009
u mean that part ?
PHP Code:
case 52:
                                    {
                                        var 
item Database.ConquerItemTable.LoadItem(usage.UID);
                                        
item.Mode Conquer_Online_Server.Game.Enums.ItemMode.ChatItem;
                                        
item.Send(client);
                                        break;
                                    } 
-----------------------------
i replace both of packets 1004 amd 1009 from another source it work fine there
and still have same problem
then problem not in packet 1004 or 1009
girgismena is offline  
Old 09/30/2014, 12:20   #7
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
Delete line 789 up to line 805 in Packethandler.cs
Super Aids is offline  
Old 09/30/2014, 13:55   #8
 
elite*gold: 0
Join Date: Aug 2009
Posts: 94
Received Thanks: 6
Quote:
Originally Posted by Super Aids View Post
Delete line 789 up to line 805 in Packethandler.cs
witch line brother ?
that what i have in line 789
client.LoadItemStats();
and that what have in line 805
in case 43:
and i think both of them dosent make that problem
girgismena is offline  
Old 09/30/2014, 15:06   #9
 
abdoumatrix's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 874
Received Thanks: 239
Quote:
Originally Posted by girgismena View Post
witch line brother ?
that what i have in line 789
client.LoadItemStats();
and that what have in line 805
in case 43:
and i think both of them dosent make that problem

just ignore his replies he is too bored so he just wanna makefun not help


try breakpointing & debuging and find it on ur own.
that should help u more
abdoumatrix is offline  
Thanks
1 User
Old 09/30/2014, 15:27   #10
 
elite*gold: 0
Join Date: Aug 2009
Posts: 94
Received Thanks: 6
Quote:
Originally Posted by abdoumatrix View Post
just ignore his replies he is too bored so he just wanna makefun not help


try breakpointing & debuging and find it on ur own.
that should help u more
lol fun ?
that good from him .. when i need some help i found some fun that really good from him .
thanks Mr abdoumatrix
i will try to find what the problem there
thanks for everything .. u was always good person and try to help
any moderetor close it cuz maybe more ppl will make more fun with me
girgismena is offline  
Old 10/01/2014, 01:44   #11
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
abdoumatrix, I'm just trying to prove a point why he shouldn't run a server.
Super Aids is offline  
Old 10/01/2014, 11:24   #12
 
elite*gold: 0
Join Date: Aug 2009
Posts: 94
Received Thanks: 6
Quote:
Originally Posted by Super Aids View Post
abdoumatrix, I'm just trying to prove a point why he shouldn't run a server.
lol
i was respect you alot
but let me say to you that is not of your business bro
i run the server to learn how fix my problems
and when i find some problem i cant fix it i just ask professionals ppls
but if some1 lough on me
i be so mad special if i give him all of my respect
so if u didnt like my posts .. just ignore it and dont replay
that will be better more than what r u doing
girgismena is offline  
Old 10/02/2014, 17:36   #13
 
Deathmist's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 126
Received Thanks: 74
Quote:
Originally Posted by girgismena View Post
lol
i was respect you alot
but let me say to you that is not of your business bro
i run the server to learn how fix my problems
and when i find some problem i cant fix it i just ask professionals ppls
but if some1 lough on me
i be so mad special if i give him all of my respect
so if u didnt like my posts .. just ignore it and dont replay
that will be better more than what r u doing
hhhhhhhhhhhhhhhhhhhhhhhhh was u respactn him alot? wowwwww hhhhhhhhhhh super aids no replay song i be u so mad special u no let some1 lough 4 u u nevar go down u go u r own pathh, true hero girgismena ask profesinal ppl 2 help
Deathmist is offline  
Old 10/02/2014, 19:08   #14


 
CptSky's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1,434
Received Thanks: 1,147
Quote:
Originally Posted by Deathmist View Post
hhhhhhhhhhhhhhhhhhhhhhhhh was u respactn him alot? wowwwww hhhhhhhhhhh super aids no replay song i be u so mad special u no let some1 lough 4 u u nevar go down u go u r own pathh, true hero girgismena ask profesinal ppl 2 help
You don't have a limit of 140 characters, feel free to write correctly
CptSky is offline  
Old 10/02/2014, 20:11   #15
 
elite*gold: 0
Join Date: Aug 2009
Posts: 94
Received Thanks: 6
Quote:
Originally Posted by Deathmist View Post
hhhhhhhhhhhhhhhhhhhhhhhhh was u respactn him alot? wowwwww hhhhhhhhhhh super aids no replay song i be u so mad special u no let some1 lough 4 u u nevar go down u go u r own pathh, true hero girgismena ask profesinal ppl 2 help
learn some english please
girgismena is offline  
Reply


Similar Threads Similar Threads
Sofortiger Disconnect nach dem Eingeben der Account-Daten!
02/27/2013 - World of Warcraft - 4 Replies
Guten Morgen, ich habe seit einigen Stunden mal wieder das Problem, wenn ich in WoW (egal ob ich über Launcher, die normale exe oder per Arelog starte sofort nachdem ich meine Account-Daten eingegeben habe WoW disconnected und "Die Server Verbindung wurde unterbrochen" anzeigt. Dieses Problem hatte ich schon mehrfach, es betrifft konstant immer alle 3 Rechner, WoWs die bereits laufen (momentan nur noch 5 -.-) werden nicht disconnectet, außer deim erneuten einloggen z.B. nach einem WoW...
Dark Orbit Account: How to disconnect Facebook Account form Dark Orbit Account
10/13/2012 - DarkOrbit - 1 Replies
Hey guys, i exchanged accounts but i realized that i got my facebook account on my exchanged account... how i could disconnect the facebook account from the do account ? Greetz
AFK = disconnect?
05/27/2012 - Flyff - 18 Replies
Also ich weiß nicht ob das neu ist aber so bald ich afk gehe und Spiel minimiere habe ich nach einiger Zeit ein disconnect. Ist das neu? Und die Auslastung ist auch höher als früher. Wie ist so eure Erfahrung?
disconnect
07/25/2007 - Cabal Online - 7 Replies
ok well i have managed to stay logged on for longer than 2 hours without disconnect (probably even longer if i wouldnt have started experimenting) and gameguard beeing deactivated all i did was, standing somewhere quitely not doing anything at all and recording packets i experimented with the speedhack changing it from 1 up to 200 it made no difference (apart from one thing the rate packets were send out has increased // unproportional to the speed hack increase tho) but i didnt get...



All times are GMT +2. The time now is 01:54.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.