![]() |
Quote:
Woops! Already translated it... Now I'm just missing how to translate the name of the months and the "th" besides the DATE (already modified the th,rd on the positions). SInce I guess it's the system Date, how could I modify this? And oh yes, I use the Today/Yesterday hack... is it possible to use this on the Arcade? Thanks! |
I installed the hack but that's an odd thing. Some users told me that in battle they do always 5 hit damage.
They are at level 1 and fight with fists. 3 battles always with 5 hit each one. Why? there's a way to modify it? i modifyed the .15 in the battleupdate.php but nothing happened. Can you help me? Edit to add: There's a way to give an ampount of money to a new member when he signs in the forum? |
Quote:
yeah...there was a mini hack made for this, its somewhere near like page 60, lol. if you cant find it i might be able to dig it up again :-p a zillion people come to me for it |
Quote:
It's a your hack or someone else? |
GOTCHA!
https://vborg.vbsupport.ru/attachmen...&postid=356779 This is the Add-on, to give to a user an amount of money when he register. Tks fot the hint Darkwaltz4 :D EDIT !!!! Ugh! it's not this... |
lol, no thats not it..thats something i recommend you use if you apply 'registration' gil :-p the line for registration gil was ..somewhere >.< lost in this sea of pages...
|
HERE IT IS!
:) to make 'register' points.... in register.php, find this: (its right under the placed code) Quote:
and decide an amount to give...ill label it as XXX in the next bit (i use 1000 currently) replace the above code with: Quote:
|
I'd just like to say thank you to everyone who helped make these/this hack(s), it is the best I have ever seen. I was getting like 50 posts per day and after I installed this hack it my board got like 800 posts per day. Thanks.
|
wow, back after a huge vacation. Nice to see this hack is still in development. When is it going final? ANd im going to put this on my new site.
|
I have a suggestion for an addon.
I tried it myself and no luck. (I might stick to gfx lol) Well what I want it to do is, when you pick a race, you have certain class types, with certain classes. So each race has its own class types/ classes. DW if you want me to explain more I can talk to you lataz on msn. And bitsys your aim is messing with me your always afk! lol. Anyways I have gotten emails about making more battle scenes. If you like my battle scenes (the ones in the hack) PM me if you want more. I have about 50 unreleased. |
Quote:
Quote:
Fist damage is based on the user's level. Once they level up a few times they should be doing more damage and it should be more random. Quote:
No estimate for final. Quote:
Hmm, I always get your messages an hour after I go to sleep and an hour before I wake up. Kind of odd. You can always try PMing me here. Quote:
Interesting indeed. |
Bitsys, my apologies, my message was for another hack (the Arcade ;))
|
I've recently had a problem. On my forums I have about 3,400 posts and I'm about 1500 more than the second top poster. My character was 12,000 hp when we first made the rpg, and a few days ago he dropped to 7,000. Most other members that our like 20 levels below have like more hp than me, I didn't edit my account or anything, and I dont know whats wrong.
|
Hey, I just installed it on my board... but the itemshop.php won't load. and I get a mysql error.. the battle page works as does the cp page... but itemshop and heal get:
Database error in vBulletin 2.2.7: Invalid SQL: SELECT items_user.bankval, userfield.field5 FROM items_user, userfield WHERE items_user.userid='1' AND userfield.userid='1' mysql error: Unknown column 'userfield.field5' in 'field list' mysql error number: 1054 Can someone help me? |
Little problem with weapons... they do a lot of miss...
here a log of a battle... Quote:
It a buff weapon problem? or something else? |
Quote:
Since HP is based on posts per day and the amount of time you have been with the forums, it is possible that your HP went down because you posted less, or the other members have a much higher post per day count. Can you verify this? Quote:
Did you run install_itemshop_items.php? Quote:
Try doing this instead: Code:
} Quote:
I see two problems. First, the armor that each person is wearing is providing a huge defense bonus. Second, the element types of each person are both considered the weaker one to their opponent. This means that all damage is halved. My only suggestion would be to halve the defenses of all armor, but maintain the current prices. Or, you could let people just use their fists when it is a stalemate with weapons. |
Quote:
Yep. And when I did vbhacker, it didn't require any manual changes... maybe it is because I'm using 2.2.6? If I used 2.3.0 instead, would it work? -Wedge |
Quote:
Hmmm the people in this case didn't have any armour... Only weapons. one with buff 2 the other with buff 0... Any suggestion about how to put buffs on items and, the average number to give HP in Elements? |
wow, buffs have to be HUGE becausebuff is about the amount of damage the weapon will be doing....2 just leaves it at such a horribly low amount O.o unless you plan to have like 100x hp or something
|
Hey DarkWaltz, are your addons included in the integration zip? or do we have to install them seperately?
|
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] |
I'll edit the txt file, gj Pricyber
|
well nice hack, but i can get icon for item in postbit.
he display nothing. |
Can somebody make the files in the mod directory,bank.php, and points.php work with the store hack?
|
Just like to mention there are a few bugs with the following:
1. Putting no password in battles results in invalid password display. 2. Having the 'unknown' class allows users to open up the items via the unknown and purchase them whether they have permission to or not (i removed that field from my dbase for now). 3. The healer sometimes shows a bad value, such as intead of 18 it will show 8, then the user wonders why they can't heal because they have 10 gold. |
Just an update on my removal of the unknown field from the rpg_types table.
If you do this to prevent users from buying items they shouldn't, then you are left with all of the categories upon first going to the itemshop, however they can't be expanded. This looks messy... so I fixed it. Simply open itemshop.php Find (right at the end of the file): Code:
eval("dooutput(\"".gettemplate("itemshop")."\");"); Code:
if($action=="" && $itemtype < 1) { Code:
{htmldoctype} |
Wow, gone for 2 days and I miss a page and a half of posts.
Quote:
Go to your forums database. Find the rpg_type, rpg_race, rpg_classf, and rpg_classm tables. Click "Browse" on each of these. Verfiy that there is dat in these tables. If there isn't any data, then clicking "Browse" will return an empty set. Quote:
Generally, Buffs should be between 10 and 1000. HP on elements should be between 30 and 100. Quote:
Please try the following: ADmin CP -> Edit Items. Find the "[Edit]" link next to a category name (the one for spells). Click the link. On the next menu, select "Spells" as the battle type and save changes. Back at the Edit Items screen, make sure that you have given the spell a buff value and an MA cost. Additionally, either the "Attack" or "Heal" checkbox (or both) must be checked. Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Personal shops allow a little more user interaction. The items they add are novelty items only. Allowing users to assign buff values for items would jeapardize the integrity and balance of battles. Quote:
See my above response to Legendary Kid's post. Quote:
Quote:
Quote:
Quote:
|
Quote:
I made an addon that is really close to this... it locks a user's RPG stats when they reach a certain level. I have mine set to level 5, that way my members can examine all characters, but once they get to level 5 they have to make a permanant decision because it locks and users can't change stats anymore. Bitsys, would you mind adding this addon to the front page, I have had a few people ask me for it. Its been working on my board for over a month now. Heres the link: CLICK HERE for Auto-Lock Stats Addon |
I just installed your hack and I am having some problems with member.php
http://69.57.156.44/~dras/1.jpg http://69.57.156.44/~dras/2.jpg The addtional info is shown twice! I tried to edit modifyprofile but no luck. I also looked at member.php but TOO long to look at. Any help would be nice. |
Quote:
I thought this: Allow users to put buff in items... but... with a certain range, and with a cost. I think we can put also an image library for the user items. Example: in the add item shop, put a select box with buff +10 +20 +30 +100 +1000 ecc. Another box with Att, Def, Att+Def if someone choose a buff in another window will display the price. if i made an armour with +10 in Att. i'll pay 1000 if it's +50 i'll pay 5000 if it's +50 Add+Def i'll pay 10000 If i make 2 of this i'll pay 20000 This will influence also the sell price, so nobody can make a +1000 item sold for 20 gil. i'm not a php programmer (but i want to study for it), so someone think it's possible and easy to do? |
Quote:
Hey, it is simple template error that has been known to happen with this RPG Hack. In the modifyprofile template, simply delete the first instance of: Quote:
-mor |
All times are GMT. The time now is 01:36 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:
|