Last time I checked, notepad wasn't a database type. I think you mean "flat-file database", in which case I would strongly advice against that. It doesn't scale well for servers.
No, MySQL is optimized in ways that it would be redundant to wrap up the same functionality with a flat-file database, as MySQL manages a flat-file database in their own format under the hood. Also, MySQL is heavily optimized for reads since the caller has to wait for retrieval of the data.
Not really worth it for a game as small as conquer with so many static things but still a rather interesting system.
SWGEmu is using it for all of their volatile data (due to the insane update speed it offers) combined with I believe MYSQL for their accounts and other more permanent data.
Was kinda joking... for a program as small as conquer you're best going with mssql/mysql depending on your needs and what you prefer.
The fact of the matter is that if flatfile (including text, xml and ini files) were in any way better for servers then databases would have never been invented.
They are perfectly fine for storing settings and configurations, that's what they are good for. Databases scale better as you add more users and are simply better for any sort of server app where data is being inserted, retrieved or modified regularly.
[Official Release] Rainbow Database: Vampire/Godship/Legionairre Database! 04/25/2021 - EO PServer Guides & Releases - 106 Replies http://i43.tinypic.com/jgo485.png
Additional: The database contains all material and server features which I alone coded, designed and created. I can barely recall if their were any bugs. I think there was with one of the vampire skills. People said it was supposed to be an xp skill but they could use it without having to be on XP. So its pretty minor but if you find any other problems please report them to this thread and i'll make a fix asap.
Many database releases have come before this...
map types 06/30/2009 - CO2 Programming - 0 Replies I dont know anything about the map types. If I wanted to make a map where you can pk, respawn in another map when you die, and no magic attack is allowed, anyone know what number I would need for the type? If you wanna throw some other ones in I didnt ask for, for future reference I don't think I'd mind :)
ARCHLORD Monster Database - Drop Rates - Types - etc !! :D 06/09/2009 - Archlord - 53 Replies Ok, I assume Drop Mediation = Drop %, Other than that the rest is easy to understand :) enjoy & YW :D
The List has all in game Monsters Except those with a Standard drop % of 1 (Excluded, because these are all normal/lowest drop %).
If name is not in this list, it's Drop %(Mediation) = 1 (lowest). There are drop % 1.2, 1.4, 1.6, 1.68, 1.96, 2.24, 30, 40, 50
Remember to look at rank of items too, this is what seperates good from better :) If that...