keyring
I did a search and nothing came up, so I'm starting a thread.
Has any effort been put into this command on the server? Is there any table that exists which would support this server's functionality?
I suppose something like this:
create table keyring(
id bigint,
character_id int,
key_id int
);
autoincrement and primary key info aside, this is probably what is needed on the database.
Then on the server in some sort of open_door() key usage, insert to table if it doesn't exist and character is carrying item, or read from table if character doesn't carry the item if exists.
Something like that. Seems kind of simple. Has any work been put towards this? If its this simple then it seems to me that its been tried and there was some sort of problem.
Any thoughts? I could hammer it out and make a submission if there hasn't been any effort already. Which makes me want to ask, is there an existing project plan I could have a look at and jump on an open node for development? I have years of dev in C++ and SQL, and I want eqemu to be more beautiful. I already have a linux box running eqemu properly for development, and can build source.
|