Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
RPG Integration Hack Details »»
RPG Integration Hack
Version: 3.5.1, by Revan Revan is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

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]
  1. 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]
  1. Regular postbit doesn't contain RPG info
  2. 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]
For support, please visit the RPG Integration Hack Support Forums
All support queries in this thread will be ignored by me.


If you use this mod,

Click it!


If you wish to support me in the development of the hack,


Your donations are most appreciated

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #372  
Old 04-22-2006, 09:20 PM
MoothMan MoothMan is offline
 
Join Date: Aug 2003
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, i just went into the rpg navbar template in the default skin and copied this into my custom header
Reply With Quote
  #373  
Old 04-23-2006, 04:50 AM
vbreal vbreal is offline
 
Join Date: Dec 2005
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revan
Nothing that can be done. The battle entry is corrupted. Given the fact that nobody else is recieving this error, this happened on your end.
Delete the database entry manually, in the database set battleid to 0 and re-cache all users.
Revan

i appreciate your mod. but i noticed you have yet to address my issue with the database error and i have posted it twice. how can i correct it. i have it disabled for now. but i am eager to begin using it. could u please give me some idea on whats going on. ever one gets this error when they reply to a thread. i am using ur latest update. thanks in advance

PHP Code:
Database error in vBulletin 3.5.4:
Invalid SQL:
UPDATE tdrpg_user SET
 ap 
0,
 
maxhp 165,
 
maxmp 33,
 
maxpp 33,
 
hp 0,
 
mp 33,
 
pp 33,
 
xp 1930,
 
level 11
WHERE userid 
3;
MySQL Error  Can't open file: 'tdrpg_user.InnoDB'. (errno: 1)
Error Number : 1016
Date         : Sunday, April 23rd 2006 @ 12:36:02 AM
Script       : http://www.trudaily.com/newreply.php
Referrer     : http://www.trudaily.com/showthread.php?t=1824
IP Address   : 69.249.227.104
Username     : MrDaily
Classname    : vb_database 
Reply With Quote
  #374  
Old 04-23-2006, 07:00 AM
Shuichi Shuichi is offline
 
Join Date: Apr 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am needing to know how to get my vbplaza to work with the RPG.. I know this may be a stupid question, I am just needing help with it.. Can someone perhaps give me steps on how to do this? And also, if this error can be addressed, I'd VERY much appreciate it! Thanks!

PHP Code:
Database error in vBulletin 3.5.4:

Invalid SQL:

        
UPDATE `user`
        
SET `user` = `user` - '0'
        
WHERE `userid` = '1';

MySQL Error  Unknown column 'user' in 'field list'
Error Number 1054
Date         
SundayApril 23rd 2006 04:02:59 AM
Script       
http://khnetwork.com/monsterarena.php
Referrer     http://khnetwork.com/monsterarena.php?do=newbattle&ibotid=32
IP Address   xxxxxx
Username     
Piper
Classname    
vb_database 
Reply With Quote
  #375  
Old 04-23-2006, 09:27 AM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Real Talk
Revan

i appreciate your mod. but i noticed you have yet to address my issue with the database error and i have posted it twice. how can i correct it. i have it disabled for now. but i am eager to begin using it. could u please give me some idea on whats going on. ever one gets this error when they reply to a thread. i am using ur latest update. thanks in advance

PHP Code:
Database error in vBulletin 3.5.4:
Invalid SQL:
UPDATE tdrpg_user SET
 ap 
0,
 
maxhp 165,
 
maxmp 33,
 
maxpp 33,
 
hp 0,
 
mp 33,
 
pp 33,
 
xp 1930,
 
level 11
WHERE userid 
3;
MySQL Error  Can't open file: 'tdrpg_user.InnoDB'. (errno: 1)
Error Number : 1016
Date         : Sunday, April 23rd 2006 @ 12:36:02 AM
Script       : http://www.trudaily.com/newreply.php
Referrer     : http://www.trudaily.com/showthread.php?t=1824
IP Address   : 69.249.227.104
Username     : MrDaily
Classname    : vb_database 
There's an error with your MySQL files. It's quite possible your MySQL configuration does not allow InnoDB, in which case you will need to contact your host.
Quote:
Originally Posted by Shuichi
I am needing to know how to get my vbplaza to work with the RPG.. I know this may be a stupid question, I am just needing help with it.. Can someone perhaps give me steps on how to do this? And also, if this error can be addressed, I'd VERY much appreciate it! Thanks!

PHP Code:
Database error in vBulletin 3.5.4:

Invalid SQL:

        
UPDATE `user`
        
SET `user` = `user` - '0'
        
WHERE `userid` = '1';

MySQL Error  Unknown column 'user' in 'field list'
Error Number 1054
Date         
SundayApril 23rd 2006 04:02:59 AM
Script       
http://khnetwork.com/monsterarena.php
Referrer     http://khnetwork.com/monsterarena.php?do=newbattle&ibotid=32
IP Address   xxxxxx
Username     
Piper
Classname    
vb_database 
You put the wrong value in the Point Field setting. You are supposed to put the field (like "ucash", "vbbux" or whatever), not the table name.
Reply With Quote
  #376  
Old 04-23-2006, 10:09 AM
Shuichi Shuichi is offline
 
Join Date: Apr 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ooooh thank you sooo much, thank you thank you thank you. I am retarded. Well, now I know what I did wrong. Thanks again! Everything works like A CHARM. Definately should be HOTM
Reply With Quote
  #377  
Old 04-23-2006, 11:47 AM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad to be of service
This won't be HOTM though - its time is past. It didn't recieve enough install clicks.
Reply With Quote
  #378  
Old 04-23-2006, 02:58 PM
insane12 insane12 is offline
 
Join Date: Apr 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MoothMan
OK, i just went into the rpg navbar template in the default skin and copied this into my custom header

Just copying <!-- / nav buttons bar --> to the header templete works as well
Reply With Quote
  #379  
Old 04-23-2006, 03:14 PM
smirnoff smirnoff is offline
 
Join Date: Aug 2003
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi, i just wanna know if this Hack is already translated in french .... and where i can find it out if it exist

thanks in advance

best regards
Reply With Quote
  #380  
Old 04-23-2006, 05:17 PM
vbreal vbreal is offline
 
Join Date: Dec 2005
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revan
There's an error with your MySQL files. It's quite possible your MySQL configuration does not allow InnoDB, in which case you will need to contact your host.
thanks i will get in touch with them

but if that isn't the problem. what else could it be.
Reply With Quote
  #381  
Old 04-23-2006, 05:35 PM
vbreal vbreal is offline
 
Join Date: Dec 2005
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default


Quote:
We actually don't support InnoDB (we've never really seen a reason to as it's kind of antiquated and not really used). Sorry.
this is his response


so is there any way i can still use the hack. or should just uninstall it now
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:30 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05334 seconds
  • Memory Usage 2,347KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete