I've decided to start over Flat-File. Since I'm new to coding and pservers, going to be hard, but I've got nothing but time. =)
Everything except for Characters. The way Hybrid did it was very fast, and I'll be duplicating his style as closely as possible.Quote:
Why would you go flatfile? Why would anyone choose ini/xml for the whole database?
You can convert this to 4267 if that's what you're wondering.Quote:
Everything except for Characters. The way Hybrid did it was very fast, and I'll be duplicating his style as closely as possible.
#Edit;
Unless I can convert Hybrid's to use an earlier client... hmmm..
case "@cps":
{
Client.ConquerPoints = ushort.Parse(args[1]);
break;
}
case "@gold":
{
Client.Money = ushort.Parse(args[1]);
break;
}
You could just have compiled it, logged and used the command to see if it worked.Quote:
as i said , my first 5 mins of coding ... i just looked at a 5165 source and tried to make it by myself . i don't understand a thing , i think i'll switch source . Thanks for the help anyway !