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

01/18/2011 23:43 WolF~NighT#16
can u add me on msn
want speak to u about something
[Only registered and activated users can see links. Click Here To Register...]
01/18/2011 23:52 FuriousFang#17
Quote:
Originally Posted by WolF~NighT View Post
can u add me on msn
want speak to u about something
[Only registered and activated users can see links. Click Here To Register...]
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
01/18/2011 23:54 WolF~NighT#18
anyway thanks for ur help

done done done ! i made it :)
it's so easy
now how i can remove horses ?
01/19/2011 00:03 Syst3m_W1z4rd#19
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.
01/19/2011 11:55 WolF~NighT#20
Quote:
Originally Posted by FuriousFang View Post
... I told you. Please read the 2 small half sentences that I wrote. ><

[Only registered and activated users can see links. Click Here To Register...]
Fang
i tried it but in vain !!!!
don't work !

what i do ??
01/19/2011 19:46 FuriousFang#21
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
01/19/2011 20:24 WolF~NighT#22
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 ?
01/19/2011 21:19 Syst3m_W1z4rd#23
Try it and you will know if it's right.
01/19/2011 22:00 WolF~NighT#24
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 ???
01/19/2011 22:25 FuriousFang#25
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.
01/19/2011 22:30 WolF~NighT#26
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 ><
01/19/2011 23:38 Syst3m_W1z4rd#27
Do you press F5 or F6, before you login?
01/20/2011 04:08 FuriousFang#28
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.
01/20/2011 05:22 pro4never#29
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.

[Only registered and activated users can see links. Click Here To Register...]
01/20/2011 11:59 WolF~NighT#30
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