![]() |
You have to install them seperatly, btw, is the anyway to use spells yet? Because I haven't found a way :-/
|
Legendary Kid, what do you mean? I use them... No problems in there.
Another question (sorry but i'm n00b in this hack): i read in the faq, a user can have a guild, having a own alignment with 5 classes. Can the user do it by himself, or the Admin have to do it by Admin CP? |
Ok there's alot of stuff there to pick through so I figure it'd just be easier to ask my questions and see if they were answered already (though I'm sure they weren't..)
1. I would like to maintain my use of Lesane's Store Hack, however at this time it does not allow me to use the bank feature. Is there a way to make it work? If not, would it be possible just to install the bank hack, and then the bank to store integration for Lesane's? 2. When you are in usercp and you select your gender & alignment, you must submit that information before the ability to choose a race comes up, etc. Is there a way to make those combo boxes auto-fill upon choosing without having to submit and reload? 3. I would really like to be able to make it possible for users to not change their characters once they have been created (unless maybe purchasing the ability to do so at Lesane's Store). Is there a way to block a character from being eligable for battle or from buying items until the forum user clicks on 'Finalize Character' and it locks it from being edited? 4. Is there a way you could adapt this so an admin may edit characters through the admin cp? Also, many thanks for your time and effort, this is a great hack and has given my forum users so much more to do!!! |
Well I found out how to get the bank feature working for those using Lesane's Store Hack.
Goto itemshop.php Find: Code:
// ###################### display bank stuff ####################### Code:
// ###################### display bank stuff ####################### Code:
// ###################### get bank ####################### Code:
// ###################### get bank ####################### Code:
if ($HTTP_POST_VARS['action']=="save" && !$options[lesanestore]) { Code:
if ($HTTP_POST_VARS['action']=="save" && $options[lesanestore]) { Code:
if ($HTTP_POST_VARS['action']=="load" && !$options[lesanestore]) { Code:
if ($HTTP_POST_VARS['action']=="load" && $options[lesanestore]) { A) Make the top 10 richest show users based on gold on hand plus their gold in bank. B) Make the postbit show gold on hand plus gold in bank. Any help would be appreciated. |
When I installed the hack, it didn't add the Alignment, ect. to the User CP > Profile part of the User CP
www.impactanime.com I'm talking about where you enter your RPG Name...the rest of the RPG fields arent there...help? |
Another question: Personal shop
No way to add icons in user items... No way to add buff in user items... So... what's the personal shop for? Am i missing some step or it's in this way? |
Try to imagine what would happen to you local economy if the users could define the cost and buff on their own. :p
|
I installed this hack this morning and found a bug in the battle system. Even though i have an item the bubble thing at the bottom says that i don't and will only let me use my fists. Is there any way this can be fixed? My VB version is 2.3.0. Thanks in advance!
|
This was for versions 2.2.6, 2.2.7, 2.2.8, and 2.2.9 mainly so there are probably a few bugs with version 2.3.0.
================================ Quote:
================================ Good Job With the Bank-Store Hack Intergration Hack, I made a .txt file of it here it is: |
With a little help from my friend I was able to make the top 10 richest show the bankval + storep value.
In store.php Find: Code:
$topresult = $DB_site->query("SELECT * FROM user ORDER BY storep DESC LIMIT 10"); Code:
$topresult = $DB_site->query("SELECT user.*,bankval+storep as total FROM user,items_user WHERE user.userid = items_user.userid ORDER BY total DESC LIMIT 10"); If you want to show Bank: underneath Gold: where each user's avatar is in the showposts, just add: Bank: $store[bankval] |
All times are GMT. The time now is 09:11 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|