This topic is for TwilightCO's 5017 server. You can find updates , news, pictures and idea all through out this thread. This is a thread where you can put my skills to the test with your ideas!
Currently Working On Satatus:
Attacking - I'm working on base for the attack processor and calculations
Mobs - MobAI (need i say more) and mob spawing
Currently Finished:
Auth Server - Auth server is complete with ban and ip checks along with brute force protection.
Jumping - Jumping was fixed has perfect calculations again.
Talking - Finished
Whisper - Finished
NPC - NPC system finished just need to add dialog
More to be added later*
*Ill add more as i move on , This source is coded in c# 2010 check it out its an amazing edition to help your development.
Ok guys i got bored and since today is my day off I have been working on Hybrid Bugless release's source. I have told some people who have pm'ed that I was going to release the source. So far here are the details of how far I am.
Progress:
Database - MySQL - 10% roughly it takes awhile to add everything by hand!
Login Server - 80% Done going to add in ip ban checks and such.
Game Server - 10% Done , got to add mobs , and basic attacking soon.
Comands - 10% Done going to add debug commands so when on the server you can ***** problems.
Update #1:
Started Working on mobs. They spawn and can die!.
This is where you guys come in. This is going to be a public source, the database will be MySQL that won't change. What I need from you guys now are things like this:
What Version? e.g:5017 , 4267.4353 : 5018+ is out of the question!
What Kind of Packets? By this i mean use a packet builder, use pointer ed packets , use packet structures?
What ever you think I need to add ill add.
I was never good at making new topic's so bear with me. Any questions please feel free to ask and i will reply shortly.
Hm this seems very interesting
Good luck i'm gonna use this if you release it i like hybrids source
For the DB, here are some examples...don't use them (like copy+paste, change shit around, or take parts from it), just use them as a guide...as this was when I was playing around and using the way CoEmu v2 did the DB:
public static bool AccountValid(AuthClient Client, ref uint UID)//NEW Auth Login (using MySQL)
{
string Password;
UID = 0;
MySqlCommand cmd = new MySqlCommand("SELECT * FROM `accounts` WHERE `AccountID` = \"" + Client.Username + "\"", DBConnect.Connection());
MySqlDataReader DaRe = cmd.ExecuteReader(CommandBehavior.CloseConnection);
while (DaRe.Read())
{
Password = (DaRe["Password"].ToString());
Console.WriteLine("[Auth] Incoming acc: \"{0}\" w/ the pass: \"{1}\" has connected.", Client.Username, Client.Password);
//Above is only useful IF server has the password decryption on it (and is using it).
if (Password.Equals(Client.Password, StringComparison.CurrentCultureIgnoreCase))
{
UID = Convert.ToUInt32(DaRe["UID"]);
}
}
DaRe.Close();
return (UID != 0);
}
edit: Ye, this was from a while ago...looks so nooby nao compared to what I prefer to do D:
That is how i do it
As tempting as it is , i have already wrote the mysql system. It would be distributed via my private mega upload account or via something else. I personally do not like SVN never did. I would just rar it every time.
I could do what ever patch you guys wanted: 4351 and 5017. I need to ask what you guys like. I could do different versions of it. Im looking at week for a release tho. Im off work till Friday. So I might release something then if not im looking at next Friday for a release.
i'm agreeing with yuki and cdzha... on patch. 4351 sounds best to me, as i have not been able to fully run a 4351 source w/o error on my computer. bug me on msn, i may be able to provide a hand. -proto
Just use SubSonic if you going to go with MySQL database, I prefer it very very much!
Quote:
public static bool CheckLogin(AuthClient Client)
{
AccountCollection accounts = new AccountCollection();
accounts.LoadAndCloseReader(Account.FetchByParamet er("Username", Client.Username));
if (accounts.Count > 0)
{
if (accounts[0].Password == Client.Password)
{
Client.LoginType = (LoginType)accounts[0].LoginType;
Client.ID = (uint)accounts[0].AccountID;
}
}
}
That's all of the code you would have to write, rest of the code, the classes for example (Account, AccountCollection etc are generated automatically).
I recommend it, if you need help with implementing it to this server I'd be glad to help.
Just use SubSonic if you going to go with MySQL database, I prefer it very very much!
That's all of the code you would have to write, rest of the code, the classes for example (Account, AccountCollection etc are generated automatically).
I recommend it, if you need help with implementing it to this server I'd be glad to help.
That sounds interesting to me... Can I contact you through PM or email? Or you may send me your email address through PM. Thanks in advance.
[Development]5071 C# Source 09/13/2010 - CO2 Private Server - 36 Replies Well as some of you know, I have been working on Hybrid's Bugless/Basic source and with the help of Kinshi, I have upgraded it to +5018. The patch I am going for it 5065. Thought it was about time to post a development thread so all of you looking forward to the server can stay updated.
I've successfully structured the 5065 character information packet (HUGE thanks to Nullable for teaching me about packets, if it wasn't for him, I wouldn't have been able to structure all the packets I...
[Development] Metin2 Source .exe (First Exe) Unpacked 04/24/2010 - Metin2 PServer Guides & Strategies - 36 Replies Hi ePvP Now I Share. Metin2 First .eXe And Unpacked. you Want Editing etc. and share here !
Screen
http://imagenic.net/images/m379cm7kk51y9lhl15i.gi f
http://imagenic.net/images/6prh566092mwzr3tyx6i.g if