Version: 3.5.1, by Revan
Developer Last Online: Jun 2014
Version: 3.5.4
Rating:
Released: 02-23-2006
Last Update: 08-12-2006
Installs: 213
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
[high]
RPG Integration Hack v3.5.1 Patch Level 2
[/high]
RPG Integration Hack (RPG hack for short) v3.5.1 is the first step into the next generation of the classic hack compiled by Bitsys. For those that are unfamiliar with any of what I mentioned above, heres a quick rundown of what this hack is and does.
The RPG hack adds a whole new level of fun to a forum, by allowing uses to duke it out in a fierce battle. Use items to turn the tide of the battle, or use powerful spells to bring down an opponent. Or you can just rely on the good old sword to cut your enemy down to size!
Create or join a clan to amass an army and conquer the boards.
Patch yourself up after a hard battle.
Feeling lucky? Go bet on the lottery!
No RPG forum should be without. Administrator controls every single aspect of how the hack works, right down to every item and an user's level/stat gains.
[high]Important Notices:[/high]
You need an external Cash mod installed for this mod to function properly.
uCash/uShop or vBPlaza, either will do
The Cash mod need to use the `user` table
You need to configure a setting in the RPG Integration Hack - Cash Options after install/upgrade
[high]Known Issues:[/high]
Regular postbit doesn't contain RPG info
RPG Manual is still outdated
These are all issues that will be addressed in upcoming versions.
[high]Upgrading Users:[/high] What's new in v3.5?
OOP coding for query efficiency
Revamped templates
New Battle formulas (Thanks to Decado)
Works with AJAX Quick Reply/Quick Edit
Reoccurring Lotteries
Improved Healing Center
Inventory feature for the ability to carry multiple items from same item category
RPG Info no longer changeable on the fly
And last, but not least: [high]NO FILE EDITS![/high]
Your table prefix does not comply with MySQL standards. That's what causes the error, and I used the ` everywhere just because it is MySQL standard.
Please change your table prefix using tableprefix.php from the original vBulletin installation.
I'm having some problems with the install...
During the first time, I had gotten to the 16th or 17th step but had forgotten to change my old installion's (From 3.0.x) cash field name from uttpoints (Doesn't exist) to ebux (What I use now), and it spit out the following error:
Quote:
Invalid SQL:
SELECT
user.`userid`,
user.`username`,
user.`clan`,
user.`rpgclass`,
user.`rpgrace`,
user.`alignment`,
user.`rpgtype`,
user.`rpggender`,
user.`hp`,
user.`maxhp`,
user.`ma`,
user.`maxma`,
user.`pp`,
user.`maxpp`,
user.`ap`,
user.`element`,
user.`inbattle`,
user.`xp`,
user.`chalable`,
user.`rpgstats`,
user.`inmonsterbattle`,
user.`uttpoints` AS `points`,
rpg_clan.leader_old,
rpg_clan.clanid,
rpg_battle_stats.battles,
rpg_battle_stats.wins,
rpg_battle_stats.losses,
rpg_battle_stats.draws,
rpg_battle_stats.retreats,
rpg_items_user.*,
userfield.rpgname AS rpgname
FROM vb3_user AS user
LEFT JOIN vb3_rpg_clan AS rpg_clan ON(rpg_clan.clanid = user.clan)
LEFT JOIN vb3_rpg_items_user AS rpg_items_user ON(rpg_items_user.userid = user.userid)
LEFT JOIN vb3_rpg_battle_stats AS rpg_battle_stats ON(rpg_battle_stats.userid = user.userid)
LEFT JOIN vb3_userfield AS userfield ON(userfield.userid = user.userid)
WHERE user.`userid` >= 1
AND user.`userid` < 21;
MySQL Error : Unknown column 'user.uttpoints' in 'field list'
Now I've obviously fixed this, but ran into another problem... I can't get past step 3 because I've already went through these steps.
So, how do I manually bypass the steps I've done?