The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#552
|
|||
|
|||
Revan you mentioned that weapons buffs only come into play when you attack, which I understand, yet "non battle" items, as I understood things added to your reg att score in combat. This is correct right?
|
#553
|
|||
|
|||
I think I am reading this correctly.
These lines from the the battleupdate.php.. Code:
$damagedone = @floor(($weapon[damage] + $regattbonus) * $uelemod * $anger + $bonusattack - $armor - $regdefminus); ---------- $bonusattack = $bonusattack + $attackitem['damage']; $attackitem = $DB_site->query_first("SELECT damage FROM ".TABLE_PREFIX."rpg_items WHERE itemid='$userattbonus[id]'"); Damage done = (weapon buff + regattbonus) X Class Mod X Anger Points + bonus to attack - (Armor - regdefminus) Bonus to attack = bonus attack + Attack items Attack items = items with a user attack bonus id Now I am assuming that "Attack Items" are "non battle items" in the edit item options, because you mentioned that non battle items only add to regatt. Weapon buffs then appear to multiply the damage and non battle items appear to only add to the damage making weapon buffs more potent than any other battle mod. I remember that I looked at your shop and said your best sword only had a +100 buff on it, which as I understood it would only add +100 damage to the attack. However it looks as if this number multplies in the equation making that number much more significant. Anyone else care to look at the calculations inthe battleupdate.php file to verify this because i am kinda grasping at things here, but need some solid numbers to be able to set buffs. I'd hate to be giving a +2000 score to a weapon thinking it's addative when in fact it's a multiplier.. |
#554
|
||||
|
||||
Great, I have it up and running now.
I was wondering though, is something supposed to appear in profiles now? I noticed that there was a bit edit to profile.php and there's no screenshot for the page. My profile looks the same as it did before. If there isn't then well I suppose that's fine. Just wanted to be sure :lick: |
#555
|
||||
|
||||
Ok Revan.. I got a few users who said the midi worked for them and one who said it doesn't work for him (as well as mysefl). Personally, the only time I've ever heard the midi was when I was testing it in the admin cp.
Any ideas? |
#556
|
||||
|
||||
Quote:
|
#557
|
|||
|
|||
Is it possible to make it so members cant choose between drop down and long postbit? so its just drop down?
|
#558
|
|||||
|
|||||
Quote:
Quote:
Tell you what: I will turn on Battle Debug Mode on my localhost, and if it lacks the info I need to answer this, I will add it so it shows more clearly Quote:
Quote:
Quote:
Ill flag it for later, right now I wanna sort out the issues with this current build and get the ACP ready lol. |
#559
|
||||
|
||||
Quote:
|
#560
|
||||
|
||||
Hmmm I can't hear it here at work either. I was hoping it was just my computer.
|
#561
|
||||
|
||||
Ah, this isn't a big deal but what I meant was is there a way to get a link to display stats in the profile that anyone can see of a certain person? I have the link in the usercp but currently the only way to see another person's character is to find a thread he posted in and then look it up there.
Sorry if this has been asked before but is there a reason that classes are based upon gender? Maybe I'm just not clear on it but it seems that this isn't very useful. Races are based on alignment so in turn it would be nice to have classes that are exclusive to certain races. Is this possible? What I would like to do is for example do something like make a race of dwarves where if you choose them you can then only choose a class that is proficient in melee and not magic. The way I see it now is that no matter your alignment or race, you can be pretty much any class that is availalable. This way I can't even divide it so that only the default race of orcs can only be black mages. Personally I find it a bit contradictory to allow good people to be a black mage. At the very least is there any real purpose to creating more class types other than to organize things better? Is this just the way it is, am I mistaken or is there a way to fix this? Also I seem to have a problem. After battles (and maybe something else) it seems that some or all characters have their max MP and PP calculated incorrectly, making it become some huge number. When I was level one I could go to my character edit screen and update it which would fix it. Now even when I do that nothing happens. :surprised: |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|