Fix for multiple logging in at one time

03/19/2011 20:57 snow118#61
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
03/19/2011 21:12 Syst3m_W1z4rd#62
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.
03/19/2011 21:18 iStefan#63
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 shitty 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.
03/19/2011 21:50 Syst3m_W1z4rd#64
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 shitty 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.
03/20/2011 14:12 _DreadNought_#65
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.
03/20/2011 14:24 iStefan#66
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.
And Removing Brackets makes him better than Impulse or Arco ROFL!
03/20/2011 15:18 Syst3m_W1z4rd#67
Snow is better than Hybrid soon.
03/20/2011 15:41 iStefan#68
Quote:
Originally Posted by Syst3m_W1z4rd View Post
Snow is better than Hybrid soon.
HAHAHAHAH!!!!!!!!!!!! /WIN /WIN /WIN!!!!!!!!!!!!
Even I think he already is.
03/20/2011 23:47 Arco.#69
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.
03/21/2011 17:11 _DreadNought_#70
That's what you get for coding outta c# after not touching it for a few months,