This hack adds 23 database tables (including the uCash ones)
rpg_battle
rpg_battle_midis
rpg_battle_options
rpg_battle_posts
rpg_battle_scenes
rpg_battle_stats
rpg_clan
rpg_items
rpg_items_cats
rpg_items_options
rpg_items_user
rpg_lottery
rpg_lottery_tickets
rpg_replacement
rpg_rpg_alignment
rpg_rpg_classf
rpg_rpg_classm
rpg_rpg_element
rpg_rpg_race
rpg_rpg_type
This takes the total tables in a database to 106 if there have been no other tables added. I would suggest you try and remove some of these tables in a near version eg rpg_items_options and rpg_battle_options could both be removed and there settings added to the $vboptions[foo] by adding the settings to the settings table, this would remove at least 2 queries and use a highly optimised query already in vB, also the class tables rpg_rpg_classf and rpg_rpg_classm could be joined and an extra coloum added to distinguish between male and female. Id also try to make a simple cash system using the userfields table, its not very hard, I made one and im a novice :P
|