a note to you DB makers out there. Try making an upgrade mysql scripts also. I find that i dont want to drop my entire database just to update some tables. Instead of it dropping the entire database and recreating all the tables...including accounts and variables... then just drop teh tables that have changes made for them and then re-create them. THats what i did, but it would be nice to see it incorporated into official releases.
i did somethign like this-
In file update.sql
drop table npc;
create table npc
create definitions here;
drop table loot;
create table loot
more table definitions;
source loot.sql;
source npc.sql;
etc. etc. and remove all the create table definitions for the tables that dont have to be re-sourced like accounts and such.
__________________
-------------------------
ServerOP- Botworld
-------------------------
|