The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
RPG Integration Hack /w Battle (BETA) Details »» | |||||||||||||||||||||||||
RPG Integration Hack BETA by Bitsys
(vBulletin versions 2.2.6?, 2.2.7, 2.2.8, 2.2.9, and 2.3.0) This hack combines several RPG hacks into one and adds a battle hack. The hacks included in this hack are:
In addition to re-releasing thse hacks, I have added features to all of them (or else there would be no point in re-releasing).
This means that the RPG hacks are database driven and have been partially integrated with the Itemshop. This was necessary in order to make a battle hack, which is also included. Since most people are familiar with the RPG and Itemshop hacks, I will give a brief description of the Battle hack. If you want more information about either of the other two hacks, then refer to their original posts or download the .zip file and read the "readme.txt". If you are a visual learner, then you can scroll down to the second post in this thread, which contains the pictures of all of these hacks. Battle Features:
Getting started with the battle hack:
Why is this a BETA hack? I have tested the installation of this hack on vBulletin versions 2.2.7, 2.2.8, 2.2.9, and 2.3.0. However, because of the scale of this hack, there is plenty of room for errors. Therefore I am making the following disclaimer while this hack is in the BETA stage: WARNINGS:
Miscellaneous: The beta of this hack is free. The full/final release will also be free. All installation instructions and credits are included in the attachment. If you find a bug or have problems, feel free to post them here and I will try to fix them. Please read the included readme file if you have questions. If you can't find the answer, then post your question here and I will answer it. All hacks included in this hack have been re-released with permission of their original creators. Screenshots are in the second post of this thread. Installation: Installation instructions are included in the .zip file. ACKK! I NEED HELP!!! If you are having trouble and need some help, please refer to the help documentation included in the .zip file. It is located in the "extra" directory. If you need help and you have already installed the hack, make sure you check the RPG Manual link in the admin cp. Also, make sure you read the FAQ included with the manual. MY THREADS STOPPED DISPLAYING CORRECTLY!!! See if you are experiencing one of the following symptoms:
If you are experiencing one or more of the above problems, then your showthread.php file was not edited correctly by the installer. This problem usually occurs on boards with other hacks installed that modify the queries in showthread.php. Please go to https://vborg.vbsupport.ru/showpost....postcount=2261 and follow the instructions there. Add-ons: The following add-ons are not included in the default installation. You must apply these add-ons after you have installed the hack successfully. Member profile add-on This add-on let's you display the user's RPG Stats in their member profile. See the .zip file for the add-on. It is located in the "Member Profile Add-on" directory. Auto-update stats after posting This add-on automatically updates the user's stats after they make a post, instead of having to click on the update stats button in the user cp. This add-on involves 2 file edits. The add-on is located at https://vborg.vbsupport.ru/showthrea...452#post356452 Donation Queue by Darkwaltz4 Moderate all Donations. See Who is Donating to Who. All Donations go through Admins or Mods. The add-on is located at https://vborg.vbsupport.ru/showthrea...652#post408652 Battle Background Midi System by Darkwaltz4 Full control over the music that plays during your battles! The add-on is located at https://vborg.vbsupport.ru/showthrea...530#post410530 Randomized First Turn Addon by Moreliator "The following code gives the challenger a 33% chance to start the battle and the challenged person a 66% chance. Works quite well. I also included instructions on how to display "Determining..." on the battle.php browse page, that way people won't decline a challenge if they see they aren't going first. ". The add-on is located at https://vborg.vbsupport.ru/showthrea...614#post410614 Lock RPG Options at a Specified Level Addon by Moreliator This addon allows you to lock all users' RPG options in their USER CP when they reach a certain level. This add-on is located at https://vborg.vbsupport.ru/showthrea...111#post411111 Personal Shop Items Have Battle Bonuses by Triade The original personal shop, allows to have an item the don't do nothing in battle. With this add-on, you can build items with bonus in battle (the bonus is in the attack now). This add-on is located at https://vborg.vbsupport.ru/showthrea...328#post426328 Challengable Option by Darkwaltz4 Allows users to set themselves against recieving battle challenges. This add-on can be found at https://vborg.vbsupport.ru/showthrea...143#post411143 Contact Info: Bitsys Email: bitsys AT mail DOT com PM me for a faster response. I prefer PMs. ~~~~~~~~~~~~ Update 09/04/03 @ 1:46pm v0.68c Battle debug messages were accidentally left on. Minor shield bug was fixed in battlefight.php (Thanks Telchar). Re-upload battleupdate.php and battlefight.php. The new .zip file is located at the bottom of this post. Finally, here is the .zip file (v0.68c): Show Your Support
|
Comments |
#1472
|
||||
|
||||
I still get that problem myself sonic3d, I think Bitsys is still looking into it.
|
#1473
|
|||
|
|||
Quote:
Although i am upset i was looking foward to it :P Hey chris think we can make some kinda deal? :P PM me. |
#1474
|
||||
|
||||
Well this has kinda screwed up my modify profile and it won't update stats or keep the element in the profile it pretty muchly keeps all the other stuff besides that. Look in the ss for what I mean by messing up it. Any help would be greatly appriciated.
|
#1475
|
||||
|
||||
Well I kinda fixed it.... or at least I thought I did.
I got all stats and everything and now I get this when I goto battle You are ineligible for battle at this time. Please try updating your stats in the User Control Panel. |
#1476
|
||||
|
||||
Is it possible a clan system can be put into the battle hack anytime soon?
Suggestion: would it be better if the rpg information is put on another page instead of the usercp. because its kind of annoying to change from usercp back to rpgadmin etc. etc. |
#1477
|
|||||||||
|
|||||||||
Quote:
This theory should only work for low levels. Can you tell me if this happens with people who are at higher levels? There should be a diminishing return based on how high the user's level is. Quote:
What was the exact URL it was linking to? Quote:
Based on what I understand so far, you've run the install script more than once, correct? This means that the auto_increment field for your items_cats table has incremented several times, correct? However, the install script assumes that it is still at 1, right after a fresh install. This is why the installation insctructions say you should only run it once. To fix this, you need to go to your items_cats table and record all of the ID numbers for NON-PERSONAL shops. Once this is done, you need to change the ending number of the columns in the items_users table to match the ID #s you recorded earlier. So, for example, the following columns item1 char(250) No No Item Change Drop Primary Index Unique Fulltext points1 int(5) No 0 Change Drop Primary Index Unique Fulltext description1 char(250) No No Description Available Change Drop Primary Index Unique Fulltext icon1 char(250) No Change Drop Primary Index Unique Fulltext itid1 int(11) No 0 Change Drop Primary Index Unique Fulltext would look like item6 char(250) No No Item Change Drop Primary Index Unique Fulltext points6 int(5) No 0 Change Drop Primary Index Unique Fulltext description6 char(250) No No Description Available Change Drop Primary Index Unique Fulltext icon6 char(250) No Change Drop Primary Index Unique Fulltext itid6 int(11) No 0 Change Drop Primary Index Unique Fulltext assuming you recorded a cat ID of 6. Note, you DO NOT CHANGE the columns that have a '0' at the end. Those columns have a speical purpose and should be there no matter what. If you are confused or the category IDs in the items_Cats table match up with the columns in the items_user table, then PM me so that I can get more info from you. Quote:
See https://vborg.vbsupport.ru/showthrea...477#post381477 Quote:
I believe the reason for this is that the user's posts per day is decreasing. Since HP is based partly on the user's posts per day, if the user slows down posting then he/she will also go down a level in the HP bracket. Quote:
See above response. Quote:
When you go to the RPG CP, what does it say about your battle eligibility status? Quote:
Quote:
|
#1478
|
||||
|
||||
the tables already match. and i had run the main install only once, but i had run th install items script multiple times after i had deleted the tables and then manually re inserted everything into the database after, looking at the install txt file that vbhacker generated. anyway i guess i will pm you now
|
#1479
|
||||
|
||||
It says I need to pick an element.... but whenever I pick an element it doesn't 'save' and its always unknown.
|
#1480
|
|||
|
|||
Bytsis i am getting that 2 what oricon gets
I think i'll switch for a while to 0.65 *Does someone has RPG Integration Hack /w Battle (BETA) 0.65 for me ? * |
#1481
|
||||
|
||||
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|