Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server > CO2 PServer Guides & Releases
You last visited: Today at 19:39

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

Advertisement



Fix for multiple logging in at one time

Discussion on Fix for multiple logging in at one time within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 03/19/2011, 20:57   #61
 
elite*gold: 0
Join Date: Apr 2009
Posts: 82
Received Thanks: 5
Tell me a problem with 5165... Any bug Glitch..... Ill tell u the fix. I will personally release it in 5165 question thread, whenever needed.. I have new socket system My own. New threading... Packet sending works perfectly now. No glitching with the inventory. No attacking on horses no item drops in random maps. No seeing each other on other screens. U ask I will post. But choose wisely Ill only post 3 problem resolves for 5165. Try me An arco an impulse failed to release the code i just release.d. It works like real conquer with no cmd errors. Thank you very much
snow118 is offline  
Old 03/19/2011, 21:12   #62
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Quote:
Originally Posted by snow118 View Post
Tell me a problem with 5165... Any bug Glitch..... Ill tell u the fix. I will personally release it in 5165 question thread, whenever needed.. I have new socket system My own. New threading... Packet sending works perfectly now. No glitching with the inventory. No attacking on horses no item drops in random maps. No seeing each other on other screens. U ask I will post. But choose wisely Ill only post 3 problem resolves for 5165. Try me An arco an impulse failed to release the code i just release.d. It works like real conquer with no cmd errors. Thank you very much
Show me your "socketsystem", thank you.
Syst3m_W1z4rd is offline  
Old 03/19/2011, 21:18   #63
 
elite*gold: 0
Join Date: Mar 2011
Posts: 165
Received Thanks: 17
I added your new threading, I Fixed your horse attacking, I Fixed your stone city warehouse bug, I made when you create the character to be 70 Level with the real stats... And I Don't remember what else i did...
Impulse has released his OWN source, That he made himself which is much harder than those ****** features fix.
Arco has released fixes for 50 % of the bugs for newestcoserver, you copy + pasted them and you're better than him now. Without Arco, Your SS/FB System will still suck.(That's one fix that you must use)

And besides this, you dare to say that you're better than those 2 guyz? You're fail dude.

#edit
I Fixed Rollbacks for you , I remember.
iStefan is offline  
Old 03/19/2011, 21:50   #64
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Quote:
Originally Posted by iStefan View Post
I added your new threading, I Fixed your horse attacking, I Fixed your stone city warehouse bug, I made when you create the character to be 70 Level with the real stats... And I Don't remember what else i did...
Impulse has released his OWN source, That he made himself which is much harder than those ****** features fix.
Arco has released fixes for 50 % of the bugs for newestcoserver, you copy + pasted them and you're better than him now. Without Arco, Your SS/FB System will still suck.(That's one fix that you must use)

And besides this, you dare to say that you're better than those 2 guyz? You're fail dude.

#edit
I Fixed Rollbacks for you , I remember.
Also remember Arco is coder in Hellmouth.
Syst3m_W1z4rd is offline  
Thanks
1 User
Old 03/20/2011, 14:12   #65
 
_DreadNought_'s Avatar
 
elite*gold: 28
Join Date: Jun 2010
Posts: 2,223
Received Thanks: 867
Snow could you please tell me how your 'better' then Impulse or Arco?

You use Newestcoserver that for a starter makes alot of people already more advanced then you.

You go round removing brackets think changing
Code:
if (Snow = Words.Fail)
{
        SnowFeelsLike(Words.****);
}
to
Code:
if (Snow = Words.Fail)
        SnowFeelsLike(Words.****);
Makes it compile and run faster as there's less code to read? You do know '{' '}' dont slow your source down?

Yawn.
_DreadNought_ is offline  
Thanks
2 Users
Old 03/20/2011, 14:24   #66
 
elite*gold: 0
Join Date: Mar 2011
Posts: 165
Received Thanks: 17
Quote:
Originally Posted by _DreadNought_ View Post
Snow could you please tell me how your 'better' then Impulse or Arco?

You use Newestcoserver that for a starter makes alot of people already more advanced then you.

You go round removing brackets think changing
Code:
if (Snow = Words.Fail)
{
        SnowFeelsLike(Words.****);
}
to
Code:
if (Snow = Words.Fail)
        SnowFeelsLike(Words.****);
Makes it compile and run faster as there's less code to read? You do know '{' '}' dont slow your source down?

Yawn.
And Removing Brackets makes him better than Impulse or Arco ROFL!
iStefan is offline  
Old 03/20/2011, 15:18   #67
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Snow is better than Hybrid soon.
Syst3m_W1z4rd is offline  
Thanks
1 User
Old 03/20/2011, 15:41   #68
 
elite*gold: 0
Join Date: Mar 2011
Posts: 165
Received Thanks: 17
Quote:
Originally Posted by Syst3m_W1z4rd View Post
Snow is better than Hybrid soon.
HAHAHAHAH!!!!!!!!!!!! /WIN /WIN /WIN!!!!!!!!!!!!
Even I think he already is.
iStefan is offline  
Old 03/20/2011, 23:47   #69
 
Arco.'s Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 335
Received Thanks: 170
Quote:
Originally Posted by snow118 View Post
nTL3fTy when it comes to 5165.. Im far more advanced than impulse or Arco... I will even release the code they couldnt...

PHP Code:
                                    GC.MyChar.AccountName Acc;
                                    if (!
Game.World.H_Chars.Contains(GC.MyChar.EntityID))
                                    {
                                        
Game.Character Old = (Game.Character)Game.World.H_Chars[GC.MyChar.EntityID];
                                        
GC.AddSend(Packets.SystemMessage(GC.MessageID"ANSWER_OK"));
                                        
GC.AddSend(Packets.CharacterInfo(GC.MyChar));
                                        
GC.AddSend(Packets.Status(GC.MyChar.EntityIDGame.Status.VIPLevelGC.MyChar.VipLevel));
                                        
GC.AddSend(Packets.Time());
                                        
GC.AddSend(Packets.Donators(GC.MyChar));
                                        
GC.AddSend(Packets.Packet1012(GC.MyChar.EntityID));
                                        
GC.AddSend(Packets.Status(GC.MyChar.EntityIDGame.Status.Effect0));
                                    }
                                    else
                                    {
                                        
Game.Character Old = (Game.Character)Game.World.H_Chars[GC.MyChar.EntityID];
                                        
Old.MyClient.Disconnect();
                                        
GC.AddSend(Packets.SystemMessage(GC.MessageID"ANSWER_OK"));
                                        
GC.AddSend(Packets.CharacterInfo(GC.MyChar));
                                        
GC.AddSend(Packets.Status(GC.MyChar.EntityIDGame.Status.VIPLevelGC.MyChar.VipLevel));
                                        
GC.AddSend(Packets.Time());
                                        
GC.AddSend(Packets.Donators(GC.MyChar));
                                        
GC.AddSend(Packets.Packet1012(GC.MyChar.EntityID));
                                        
GC.AddSend(Packets.Status(GC.MyChar.EntityIDGame.Status.Effect0));
                                    }
                                    
Program.WriteLine(GC.MyChar.Name " has logged on.");
                                }
                                
GC.EndSend(); 

This will make the old client disconnect, stoppin rollbacks and cheats... The new client will login and will load after NPCS... so you dont have to jump on an offscreen. First time this has been released, so i hope you guys like it. Click thanks.
Hey dipshit,
if (!Game.World.H_Chars.Contains(GC.MyChar.EntityID)) means a check if that table DOES NOT contain that key.
So why on earth would you need to declare
Game.Character Old = (Game.Character)Game.World.H_Chars[GC.MyChar.EntityID]; inside of that if statement? The hashtable doesn't even contain it, so you're setting the variable "Old" as nothing.
Good game though, good game.


Quote:
Originally Posted by _DreadNought_ View Post
Snow could you please tell me how your 'better' then Impulse or Arco?

You use Newestcoserver that for a starter makes alot of people already more advanced then you.

You go round removing brackets think changing
Code:
if (Snow = Words.Fail)
{
        SnowFeelsLike(Words.Shit);
}
to
Code:
if (Snow = Words.Fail)
        SnowFeelsLike(Words.Shit);
Makes it compile and run faster as there's less code to read? You do know '{' '}' dont slow your source down?

Yawn.
= for sets
== for checks.
Arco. is offline  
Thanks
2 Users
Old 03/21/2011, 17:11   #70
 
_DreadNought_'s Avatar
 
elite*gold: 28
Join Date: Jun 2010
Posts: 2,223
Received Thanks: 867
That's what you get for coding outta c# after not touching it for a few months,
_DreadNought_ is offline  
Reply


Similar Threads Similar Threads
Can run bot on multiple client at same time?
03/15/2010 - GW Bots - 2 Replies
Hi, sorry if this question is basic but I am a noob with computers. I have GW Multi Launch and have several accounts that I can bot on, but for some reason the bot and/or the injector only works for 1 client at a time. Is there any way to bot on 2 GW at once?
Sibibot first time logging
05/24/2009 - SRO Private Server - 0 Replies
Hello!Can somebody explain me why i need to log to sjsro from the first time so that sibibot can hunt alone?I would be gratefull if somebody could tell me some ideas to fix this little annoying "bug" ... Thx in advance ! Your buddy, rockangel
Buy multiple db packs as first time buyer(Paypal only)
04/04/2008 - CO2 Guides & Templates - 8 Replies
If your in a hurry to buy multiple db packs but dont want to wait 3 days to buy again then this will help you. You will need 2 or more email accounts to do this and a paypal. Buy your dbs like normal then it should be emailed to you. Go to your paypal account and change your primary email to something different and it will change your log in to something else and trick the buying process to think your someone different. The codes should be emailed to your new primary email. Hope that helps.



All times are GMT +2. The time now is 19:39.


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.