=== Wordpress RPG === Contributors: uaktags Tags: rpg, wpRPG, Role Playing Game, games, ezRPG Donate link: http://tagsolutions.tk/donate/ Requires at least: 3.6 Tested up to: 3.8 Stable tag: 1.0.4 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Modular Role-Playing-Game engine built ontop of WordPress == Description == ## This plugin is still an on-going development. Issues are sure to arise trying to build an engine that lays foundation for other plugins to build off of. Please use the support forums for help developing. Inspired by the ezRPG Engine (www.ezrpgproject.net), Wordpress RPG (WP-RPG) looks to add RPG game elements to be built off of Wordpress as it\'s framework. While this is an early Alpha release, the ultimate goal is to allow developers build plugins that will expand WP-RPG to add more features. Other plugins, using hooks/actions, can then tap into WP-RPG and add RPG elements to their offerings. Now Wordpress visitors have something to keep themselves occupied, build a game along side a popular blog, add game elements to your Multisite and build an MMORPG structure. Build your own game, on your very popular and easy to use Wordpress Site. == Installation == 1. Upload \"wprpg\" folder to the \"/wp-content/plugins/\" directory. 1. Activate the plugin through the \"Plugins\" menu in WordPress. 1. Place \"[list_players]\" in a page to list all players. == Frequently Asked Questions == = What is a Text-based RPG? = Role Playing Game. Typically a Text-based RPG consists of a player vs player or player vs world game where you must preform actions to collect items, defeat enemies, and/or build armies. There\'s little to no graphics outside of the websites theme. = Is this plugin an example of an RPG? = No, this plugin is an \"engine\" or \"framework\" to build your RPG. With the addition of modules and a custom theme, each wordpress blog could have it\'s own unique game built off of this plugin. wpRPG merely provides the tools needed. == Screenshots == 1. The screenshot description corresponds to screenshot-1.(png|jpg|jpeg|gif). 2. The screenshot description corresponds to screenshot-2.(png|jpg|jpeg|gif). 3. The screenshot description corresponds to screenshot-3.(png|jpg|jpeg|gif). == Changelog == = 1.0.4 = - Started adding the look of the cron manager being table based, and an action column will enable/disable each cron. - Pages now works to manually edit the rewrite script for Profiles. So say you set Profile to a page with permalink as "check-profile", then now doing blog.com/check-profile/player-name will bring up their profile. - A todo has been added to the main homepage to explain what's expected to come next. = 1.0.3 = - Fixed an issue with the cron system not updating the last and next execution times - Added the ability to see all the crons that are in the system. Next will be to make a management script to activate/deactivate them. = 1.0.2 = - Implemented a cron enqueuing system for other modules in the wpRPG realm to add to. - Moved the replenish hp function to the Hospital function as that\'s more relevant. = 1.0.1 = - Fixed an issue caused by missing functions that caused hidden errors during install. = 1.0.0 = - Fixes to make wordpress compliant. - Created other modules to extend on wpRPG. - First version to be Wordpress approved for the Repo. = 0.7 - 0.10.9 = - Combined the Profile, Hospital, and Members function into the core wpRPG plugin file. - Removed github sync to comply with wordpress repo requirements. - Added multisite compatiability with db calls. - Added a race usermeta during signups. Races have different bonuses which will be expanded on with the Attack module - Created a default profile look and feel. - Numerous other changes. = 0.6 = - Added Filters for the admin pages. - Filters are being used to allow other plugins to hook in. - More Filters and Actions to come. = 0.2 - 0.5 = - Fixes to update script - Fixed errors being found on select systems - Fixed Activation issues = 0.1 = - Most Formatting fixes - Connected to private repo for updates - Removed GitHub updater until its fixed - Added Tab Options panel = 0.0.8 = - Fixed activation issue due to out of scope function call. = 0.0.5-0.0.7 = - Wrapped WPRPG inside a Class. - Removed most external includes. - Created an external Uninstall script due to concerns uninstall wasn\'t always running (bug). - Removed Attack functions for separate module. = 0.0.4 = - Fixed a plugin activation issue. = 0.0.3 = - Added a basic cron system. Works off of 30minute intervals, does calculations when scheduled crons haven\'t been ran. - Added a replenish hp function. Every 30minutes you get 1 HP. = 0.0.2 = - Updated the Battle system - Battle system results work = 0.0.1 = - Initial Revision