Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 22:22

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

Advertisement



Ask yourself this before you start trying to make a server.

Discussion on Ask yourself this before you start trying to make a server. within the CO2 Private Server forum part of the Conquer Online 2 category.

Closed Thread
 
Old 10/21/2008, 19:59   #16
 
elite*gold: 0
Join Date: Dec 2006
Posts: 196
Received Thanks: 35
hybrids sexai.
~discusion ended.
randomnoob is offline  
Thanks
2 Users
Old 10/22/2008, 15:14   #17


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
XxArcherMasterxX: Youve never written your own source....enough said
Korvacs is offline  
Old 10/22/2008, 21:36   #18
 
Ultimatum's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 277
Received Thanks: 52
Nice thread =O, Hybrids a good teacher when it comes to coding xD. Also hes one of the four. Q, Hybrid/Inf, Stu and Korvacs. Think thats the top four, someone can clarify it xD.
Ultimatum is offline  
Old 10/22/2008, 22:21   #19
 
© Haydz's Avatar
 
elite*gold: 20
Join Date: Jan 2008
Posts: 1,042
Received Thanks: 252
Quote:
Originally Posted by Ultimatum View Post
Nice thread =O, Hybrids a good teacher when it comes to coding xD. Also hes one of the four. Q, Hybrid/Inf, Stu and Korvacs. Think thats the top four, someone can clarify it xD.
i would agree to that, jack's 1337
© Haydz is offline  
Old 10/24/2008, 01:30   #20
 
elite*gold: 0
Join Date: Apr 2008
Posts: 470
Received Thanks: 264
Quote:
Originally Posted by Korvacs View Post
XxArcherMasterxX: Youve never written your own source....enough said
thats true but why are you talling that?
XxArcherMasterxX is offline  
Old 10/24/2008, 01:31   #21
 
elite*gold: 0
Join Date: Feb 2008
Posts: 1,590
Received Thanks: 154
Quote:
Originally Posted by XxArcherMasterxX View Post
thats true but why are you talling that?
You only know how pr0 Hybrid really is, 1) when you're good enough to write your own source; 2) When you've seen his serious stuff.
tao4229 is offline  
Old 10/24/2008, 01:35   #22
 
elite*gold: 0
Join Date: Apr 2008
Posts: 470
Received Thanks: 264
Quote:
Originally Posted by tao4229 View Post
You only know how pr0 Hybrid really is, 1) when you're good enough to write your own source; 2) When you've seen his serious stuff.
sorry never saw his codes or that stuff but i know hes good

lol he was the owner of hybridco of course hes good!
XxArcherMasterxX is offline  
Old 10/24/2008, 01:37   #23
 
InfamousNoone's Avatar
 
elite*gold: 20
Join Date: Jan 2008
Posts: 2,012
Received Thanks: 2,882
Quote:
Originally Posted by tao4229 View Post
You only know how pr0 Hybrid really is, 1) when you're good enough to write your own source; 2) When you've seen his serious stuff.
Me actually finding a good use of C#'s stack-alloc

Code:
        public static void WithdrawWarehouseItem(GameClient Client, byte* Ptr)
        {
            if (Client.Inventory.Count < 40)
            {
                uint UID = *((uint*)(Ptr + 12));
                byte itemsLength = Warehouse.ItemCount(Client.ActiveNpc, Client.Username);
                WarehouseItem* items = stackalloc WarehouseItem[itemsLength];
                Warehouse.Items(Client.ActiveNpc, Client.Username, items, itemsLength);

                for (byte i = 0; i < itemsLength; i++)
                {
                    if (items[i].UID == UID)
                    {
                        ConquerItem real;
                        items[i].ToItem(out real);
                        Client.Inventory.Add(&real);

                        WarehouseItem* NewBuffer = stackalloc WarehouseItem[itemsLength - 1];
                        Native.memcpy(NewBuffer, items, (i * sizeof(WarehouseItem)));
                        Native.memcpy(NewBuffer + i, items + i + 1, ((itemsLength - i - 1) * sizeof(WarehouseItem)));
                        Warehouse.UpdateItems(Client.ActiveNpc, Client.Username, NewBuffer, (uint)(itemsLength - 1));

                        GetWarehouseItems(Client);

                        break;
                    }
                }
            }
            else
            {
                Client.Send(new MessagePacket("Your inventory is full.", 0x00FF0000, ChatType.TopLeft));
            }
        }
InfamousNoone is offline  
Old 11/05/2008, 20:39   #24


 
KraHen's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 2,216
Received Thanks: 793
What is stack-alloc anyways? (It`s 4 am if that saves me from flaming xD)
KraHen is offline  
Old 11/05/2008, 20:44   #25
 
InfamousNoone's Avatar
 
elite*gold: 20
Join Date: Jan 2008
Posts: 2,012
Received Thanks: 2,882
Allocates a block of memory on the stack rather than the heap, great for making temporary buffers.
InfamousNoone is offline  
Old 11/05/2008, 20:53   #26


 
KraHen's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 2,216
Received Thanks: 793
Thanks for that Although I had to google those expressions, that proves that I can learn something new even at this time lol
KraHen is offline  
Old 11/14/2008, 06:33   #27
 
elite*gold: 20
Join Date: Apr 2008
Posts: 2,281
Received Thanks: 912
I've noticed many are not following this guide, maybe they can't understand it?
Here, its translated so those not understanding it can understand:

Quote:
Can I speak English radeh webuhll 'n fluently, duh...uh...?
- Most programmigg is done in English 'n most IDE's use English words such as "pribate", "public", "static", "boid", "int(egeh)", "strigg" 'n do not support ucode charackehs.

Am I good at mad, duh...uh...?
- Cratigg a sehbeh rekires you t' come up wid sebehal madematical, f' instass doigg attack calculashuns, duuhhhh, m-attack calculashuns, duuhhhh, doje, uh uh uh, accuracy, 'n so on.

More specific kesshuns f' codigg a sehbeh in C#

Do I know what de basic types f' C# are, uh uh uh, 'n when/errrr, why t' use dem, duh...uh...? Do I undehstand de basic essenshuls of C#


Do I know duh, how t' use de (Syssem.Net.Sockets.)Socket class, duh...uh...?
- Dis is bital in makigg a sehbeh-socket f' odeh TCP basid clients t' conneck to.


Do I know what a dread is 'n how t' crate/abort one, duh...uh...? Do I know when t' use dem, 'n what t' use dem f', duh...uh...?
- Multi-dreadigg your sehbeh is behy crucial, or else de main dread will be extreme laggid up.


Do I undehstand dread-safe programmigg, duh...uh...?
- Alot of peoble don't undehstand dis, duuhhhh, dis is often de reason errrr, why client's close, uh uh uh, cuz the, ERRRR, sehbeh or applicashun is not dread-safe 'n a packet becomes corrupted.



Be honest t' yourself, uh uh uh uh uh, 'n if you answebuhrid no t' any of dese; you real shudd go find out what dey are. Knowigg dese diggs are bital in makigg an efficient sehbeh, dgust dgumpigg in doesn't kite cut it, uh, you usual dgust end up askigg f' help 'n usual annoyigg peoble. Duh.A crucial rule I'be allays libid by is nebeh ask f' help, unless you honestly neid it. I usual try at de progglem f' a few days bef'e I gibe up..
http://rinkworks.com/dialect/
kinshi88 is offline  
Thanks
2 Users
Old 11/14/2008, 13:51   #28


 
KraHen's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 2,216
Received Thanks: 793
Lol, I guess a new language is coming
KraHen is offline  
Old 11/14/2008, 13:53   #29
 
taguro's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 387
Received Thanks: 64
Quote:
Originally Posted by ElDeRnEcRo View Post
Lol, I guess a new language is coming
Yup, its called nubese, the language of the nubians.
taguro is offline  
Old 11/14/2008, 22:12   #30
 
elite*gold: 0
Join Date: Feb 2008
Posts: 1,590
Received Thanks: 154
Quote:
Originally Posted by taguro View Post
Yup, its called nubese, the language of the nubians.
lmao Nubian civilization(in ancient Egypt, seriously ).
tao4229 is offline  
Closed Thread


Similar Threads Similar Threads
Ask yourself this before you start trying to make a server.
07/02/2009 - EO PServer Hosting - 1 Replies
Hello,as I've thought about the many people entering Eudemons-Online Private Servers development,and it ends with them having MANY help threads. Have i ever played a Private Eudemons Online server?* You have to be experienced with private servers as they are very different than the official one,your one maybe worse/don't have much stuff like some other private servers here is 2 stable servers i suggest you try them:ACME or Alpha-0nline you can find more here Can i speak a good English?*...
Help | Wanna Start Make Gunz HAX
10/17/2008 - GunZ - 0 Replies
Hey, I tried to make gunz hack using UCE (Cheat Engine) It works fine but every time when i tried to join new game with the UCE open, it's said "Hacking Was Attempted" Bla bla bla... I think i need to learn how to bypass the server and anouther question how can i make the hack to search address automatic? i mean, i need to search each time when im open gunz and its make me tired there is anyway to make the address to do not change or to set a range of address? how the gunz hacks work? ...
TBOT DOEST MAKE SRO CLIENT START!!!
08/21/2007 - Silkroad Online - 9 Replies
i follow all steps about tbot 0820 put the account etc but when i click login, the sro simble appears but instantrly desapear :mad: and the silkroad doesnt open, i cant play!!! someone that had this problem know how to fix?



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


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.