![]() |
Quote:
To switch between the two, you have to change the first option in the Itemshop Options menu. |
Just a little add-on, code thingy which allows Admins, Mods, and Supermods to use the system even if it's turned off.
In battle.php, battlefight.php and battleupdate.php find PHP Code:
PHP Code:
I've tried it and it should work :) |
I am using the auto update is that bad??
If it is I will take it out... So is it or what? |
Don't quote me on this, but I think it depends.
Auto updating adds more queries, which in effect, takes the page longer to load. Therefore mroe bandwidth is used too. That's what I think anyway. |
so its not that bad..
I will add it when the queries are shorter. And Bitsys when you release the shorter one can you tell me how to edit the anger so it goes up like 50-80% each time they miss? So they can still use it EDIT: Whats the max lvl a user can go up to? |
Bug Fix: When editing categories in the itemshop, and leaving 'item type' alone (non-battle, 1/2 handed, etc) (so it displays like "Current (Non-Battle)") and submitted it, it would store null to the battle type.
the reason? a bad variable....so... Now, since i dont have access to the original files right now, ill try to at least point in the right direction:: find: PHP Code:
now, when you leave it as 'current' it stays at current....instead of ruining magic settings and potions (and summons ;)) i also found and fixed that error i mentioned i created. soo...im a little while, ill send the edits for bitsys |
When is the summons hack out Dark?
I reaallly want it :D |
Alright...! Everything seemed to work properly until we started buying things...it doesnt recognize items, if someone buys a weapon and has it while in battle it shows in the itemlist but says that user hasnt got a weapon :(
|
Quote:
Quote:
Quote:
Quote:
Quote:
In itemadmin.php, find: PHP Code:
PHP Code:
Quote:
Quote:
|
Okie..now it works! ^_^
Thanks a lot! |
I'm not sure if this is posted already... but when my users have purchased weapons.. they can't use them in battle.. I was wondering how I could fix it?
|
Hey bitsys, i'm uninstallin all the RPG hacks but what about the queries that were run by them? I haven't looked at the rpg install instructions yet but i'm naturally assumin theres gonna be massive amounts of queries
|
Will you be able to make it random on how much HP you have because right now all it is, is who ever has the higher HP wins a match. Can you randomize the HP taken away from an attack?
|
Quote:
Quote:
|
thanks for that, I'll try it now.
|
Quote:
Quote:
If you run some tests then you should notice that this is the case. If you find that it isn't, then let me know. |
Hey Bitsy, nevermind that error I was talking about earlier (with the RPGCP.PHP file not recognizing user)... I think it was just a faulty install... I reinstalled and things seem to be fine.
The only thing I have a question about now is styles. Your instructions say specifically not to choose more than one template set when installing. If my board has multiple styles that users can picks, is there a simple way to implement this hack on all styles? Because right now, if the user isn't on the specific template set the hack was installed on, there won't be the RPG options in their user CP and this may confuse a lot of people. thanks. |
Quote:
Go to vbhacker and start to install the hack as usual. When you get to the screen that lists which file edits, template edits, new templates, and queries you want to do, make sure that you select the template edits only (there should only be one). Then, at the bottom of the page, select all of the template sets that you did not do the template edits for when you originally installed the hack. I have not tested this, but I think it will work. I would suggest backing up the template sets before doing it though, just in case. |
Hey Bitsey, I tried installing version .63 onto my forums and I forgot to chmod the files, so I did the manuall thing and it says congradualtions ur done, or something like that, but when I go to my main forum it says
"Parse error: parse error in .../forums/admin/functions.php on line 354 Fatal error: Call to undefined function: getuserinfo() in .../forums/admin/sessions.php on line 365" Now I don't know why it says that, can you please tell me how to fix it, my aim s/n is dapro85, but I am on privacy, so let me kno to add you. Thanks |
my aplogies, I copied something wrong, it is fixed, sry about that!
|
well....ive added innumeral things to this hack, in little bits, and in large noticeable bits. one thing i did was have 'defaut' gil you could recieve when you registered. it was originally set to 500. a few weeks later, a giant wave of registrations came, and suddenly, i realized why none were posting, and why those members never had any gil left......without buying anything...
they were fake members donating the default gil to the original members....so what do i to combat this? ive created a very nice addon, useable to see who is donating to who, and allows you to check identities and such--and accept/cancel donations use it to do that, or track all donations in general. there is one query, 2 major edits (additions) and 1 minor edit, and one optional minor edit. (you can allow your mods to use the script) Instructions are in the attachment, and if u have any questions, direct them towards me in a pm i hereby call this addon the Donation Queue ^_^ |
to easily update all template sets in a few clicks--i suggest this _marvelous_ hack by FireFly, the Template Backup System--this did for me more than i ever dreamed possible to update all my 8 styles...
https://vborg.vbsupport.ru/showthrea...+backup+system |
Hey, I got another problem, I installed everything good, but when I go to my user cp area, the fields are empty! I ran all the install files, and ther still are empty drop downs even though the admin area says they are there, can anyone help me?
|
I dont mean that (or so I think anyway) I mean lets say I battle you in a battle. We are the same level and same stats.
I punch you and take away 4 HP You punch me and take away 8 HP I punch you and take away 7 HP You punch me and take away 5 HP Like that even though the same levels and stats more or less damage is recieved so it isnt a battle on who has more HP |
Bitsy, yeah that worked fine with the templates, thanks.
Heh, well I have one more thing to ask (sorry) - I've installed your hack about 10 times now. Every once in a while, when I install it and begin editing the default weapons, once I press save changes, and it brings me back to the editing page, all of the weapon names and descriptions are cut off... its really weird. Like one of the items becomes "d Sword" instead of Broad Sword... and the tables start getting really screwy. Would this be a template problem? |
Bitsys, do u have any updated screenshots, or are the oens in the beginning of thread the most updated.
|
Quote:
Quote:
The formula for fist damage is PHP Code:
Fist damage = log10(20) * 30 + rand(-(int)(20 *.15), (int) (20 *.15)) Assuming the random function generates the number 2: Fist damage = 1.301 * 30 + 2 Fist damage = 41.03 Fist damage = 41 Now, if rand had been -2, then the fist damage would have been 37. This is a difference of 4 (41 - 37). 4 is approximately 10% of the average of the two numbers. Since the maximum value that can be returned by the random function is 3, and the lowest is -3, this means that on average, there will be a 7-10% difference between each hit with one's fists. Of course, this effect only kicks in at the higher levels. At lower levels, +-15% of 5 won't matter, since the values are rounded down by the floor function. If you want to make it more random, then change the .15 to a higher number, say .60. The fist damage function is located near the top of battleupdate.php and is clearly labeled. Quote:
Quote:
|
Thanks bitsy!
Say, is there an easy way to import your RPG settings to another board (excuse me for my ignorance)... Like a template upload or something? Also, just a quick question regarding a user's character... are there any penalties for switching characters (like XP loss or level loss) or can users constantly change characters without any consequences? If this is the case, is there anything stopping a user from buying an item with an allowable RPG type and then switching types, illegaly using an item with an RPG type he shouldn't be? Hopefully thats clear enough, if not I'll expand on the question. Thanks for your quick and thorough answers bitsy. |
Hey how can I close my itemshop?
I am adding a idea and closed the battle but how do I do the same to the Itemshop??? |
Quote:
|
Hey bits, I ran it like you asked it says this:
Populating items_user database No IDs were inserted. Done with the items_user database. Populating battle_stats database No IDs were inserted. Done with the battle_stats database. Fix done. And it doesn't work. I really need help with this, cause I have no idea what any of that means, Noo B. |
Itemshop items have always been ok, just clases and what not not working, it is really weird, and when I ran the install again, it worked like I installed it for the first time, but when I went to user cp, still empty drop downs. ran the db fix 3 times, same response and no change, please help.
|
Idea till the next version?
|
Quote:
I'll try to remember ;) Quote:
Keep up the good work Bitsys! |
to moreilator: no, no penalties, and if a person is 'illegally' using an item not for their type, itll say so im the battle arena, and not allow usage
to close the itemshop (which closes the bank and donating) find in itemshop.php, PHP Code:
PHP Code:
|
I think there should be like a rafle thing that all the members that pay like so much can get a large sum of money when ypi choose. I think there is hack like this for Lesane's Store could that be ported to this hack?
|
i was wondering can some1 (it can be ne1) make a page where it will list all the members with the rpname, lvl, class, alignment, element. i think its very easy to do.
l8er sonic |
Quote:
|
well it can be in members of 20 or something.
l8er sonic |
How stable is this version yet? My members are really eager :):)
Are there any MAJOR bugs with it yet? |
All times are GMT. The time now is 07:09 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:
|