BeBot - An Anarchy Online and Age Of Conan chat automaton
Development => Module Requests => Topic started by: Plac3bo on September 06, 2006, 02:01:50 pm
-
I was wondering if there is/was/going to be and table where they log who won an auction/raffle, what item it was and how may points including the date..
This could be interessting for webpages connected to the bot and just a generally !loothistory command.
-
I have this on my "Want to do list", but given everything else on my list, my main concern right now is cleaning up the internals of BeBot.
-
It's fairly easy.
Just make a loot table in the database; put who won, how much what item... then you can easily use a webpage to get that data and publically (or have a login system) to view it.
Same if you want to make a !loothistory.
-
so you need to add a database with name loot and add fields for won/bid/time etc ?