![]() |
|
#41
|
|||||
|
Quote:
__________________
![]() | ||||
|
Last edited by MrSparkle001; 11-22-2013 at 05:49 PM..
| |||||
|
#42
|
||||
|
IIRC AC didn't do much on live either. It was a byproduct of pumping HP/STA/Relevant stat. It wasn't until Velious that it actually started to matter. AOW & Lord Vyemm made it pretty important.
Most of the mobs in Velious had sick, disgusting AC's. The '1' spam on Vulak is rather humorous from the logs I have. KEEP WORKING ON THIS however. It is important to get the DB/DI working correctly with AC/Defense in general. It'll make it easier for me to kill you then =D.
__________________
I have walked my way since the beginning of time. Sometimes I give, sometimes I take & it is mine to know which and when.
Quote:
| |||
|
#43
|
|||||||
|
Quote:
__________________
Raev | Loraen | Sakuragi <The A-Team> | Solo Artist Challenge | Farmer's Market
Quote:
| ||||||
|
Last edited by Splorf22; 11-23-2013 at 01:13 PM..
| |||||||
|
#44
|
||||
|
Aight, I'll throw some fuel on the fire then. 2 caveats, I'm posting from work and really not paying attention here and 2nd I am not a source dev, this is 'me' talking, not developer talking.
Values that modify 'attack'
Values that modify 'Armor'
Values that modify avoidance
__________________
I have walked my way since the beginning of time. Sometimes I give, sometimes I take & it is mine to know which and when.
Quote:
| |||
|
Last edited by Aeolwind; 11-25-2013 at 03:29 PM..
| ||||
|
#45
|
|||
|
Agility stat increases AC, not Dexterity.
| ||
|
#46
|
|||||
|
Quote:
__________________
I have walked my way since the beginning of time. Sometimes I give, sometimes I take & it is mine to know which and when.
Quote:
| ||||
|
#47
|
||||
|
Aeolwind I'm told there is a #AC command for gms. How about you play with it and give us the results? I only did 150 hits each, so its not impossible I was just extremely unlucky.
__________________
Raev | Loraen | Sakuragi <The A-Team> | Solo Artist Challenge | Farmer's Market
Quote:
| |||
|
#48
|
|||||
|
Quote:
I'm not sure there is an AC Command honestly, never went looking. But using it would/could taint the results.
__________________
I have walked my way since the beginning of time. Sometimes I give, sometimes I take & it is mine to know which and when.
Quote:
| ||||
|
#49
|
|||||
|
Quote:
Also my understanding is the #AC command does not set your AC to X (which would be plausible) but instead simulates multiple hits against a given AC. However one of the GMs assured me that AC was indeed working and based his opinion on this command, so <shrug>
__________________
Raev | Loraen | Sakuragi <The A-Team> | Solo Artist Challenge | Farmer's Market
Quote:
| ||||
|
#50
|
|||
|
Disclaimer: I cant step through my debugger right now, it's late, and I am out of town for the week, so this information might be wrong.
The AC system isn't very clean, but from what I can tell:
These are both due to the fact that the "NPC hitting a target" code uses the AC variable (which is what is displayed client side) and doesnt use the RealAC variable (which is what takes into account soft caps, shield AC, etc). Also, I'd ignore the #ac_test command since that simulates "Player attacking something" and not "NPC attacking something" - and those follow different code paths. NPC::ProcessAttack -> Mob::MeleeMitigation -> defender->GetAC() vs Client::ProcessAttack -> Client::ThrowATKvAC_D20I -> defender->GetRealAC() Off topic: I am curious if the Monk AC bonus is working properly all the time. It seems that due to the order the bonuses are calculated, it might not be. Anyway, will post more when I have more time to dig into this. | ||
![]() |
|
|