Secrets
05-08-2009, 07:22 AM
Ok well Im batting an idea around for the guild bank as a way to work around not having the opcodes for it and so forth.
I was thinking of adding a database table ( guild_bank) And using the quest system the idea is the respective member of a guild hands the item to the guild banker npc and that quest enters the item id guild id and name into the database table, other players can ask for a list and than give the npc the name of the item they wish and retrieve the item and the quest deletes the entry from the db table.
Its a sloppy work around but I think it could work but doing the nessecary c++ Changes are a bit beyond my level of expertise.
So what do you all think?
I thought you were good at C++, Cole/Aergad? (don't play me for a fool, either.)
It's a neat idea, but not on a priority list, and if we were to implement it I am sure Derision could find the opcodes/structs needed. Feel free to code it and post it under custom code if you like, though, it's better to find a coder to do these types of things. These kind of things are good to find coders for. I have a ton of things I would like to implement, but can't due to the complexity of C++ for me still. (instancing being one of them, but I sure am looking at the commits KLS is doing!)
I was thinking of adding a database table ( guild_bank) And using the quest system the idea is the respective member of a guild hands the item to the guild banker npc and that quest enters the item id guild id and name into the database table, other players can ask for a list and than give the npc the name of the item they wish and retrieve the item and the quest deletes the entry from the db table.
Its a sloppy work around but I think it could work but doing the nessecary c++ Changes are a bit beyond my level of expertise.
So what do you all think?
I thought you were good at C++, Cole/Aergad? (don't play me for a fool, either.)
It's a neat idea, but not on a priority list, and if we were to implement it I am sure Derision could find the opcodes/structs needed. Feel free to code it and post it under custom code if you like, though, it's better to find a coder to do these types of things. These kind of things are good to find coders for. I have a ton of things I would like to implement, but can't due to the complexity of C++ for me still. (instancing being one of them, but I sure am looking at the commits KLS is doing!)