Results 1 to 10 of 43

Hybrid View

  1. #1
    Player
    Tupsi's Avatar
    Join Date
    Feb 2012
    Posts
    3,149
    Character
    Odsarzol Que
    World
    Balmung
    Main Class
    Arcanist Lv 80
    Quote Originally Posted by Valarice View Post
    if (dmgAmount < 0)
    // Don't apply awareness or other ignore crit abilities to nullification
    else
    // Continue processing as normal.

    Oh man, don't hurt yourself writing that fix.
    You know, assuming it's actually written in the standard way - SE is known for a lot of..non traditional methods when it comes to programming. (Usually more complicated than it needs to be.)
    (2)

  2. #2
    Player
    NephHalp's Avatar
    Join Date
    Oct 2013
    Posts
    67
    Character
    Neph Halp
    World
    Cactuar
    Main Class
    Marauder Lv 50
    Quote Originally Posted by Tupsi View Post
    You know, assuming it's actually written in the standard way - SE is known for a lot of..non traditional methods when it comes to programming. (Usually more complicated than it needs to be.)
    Wherever it checks that awareness is up to not roll for a crit, it should also check if damage/potency is less than zero to see if it should ignore it. It was already about to see if it would crit and for how much.
    (0)

Tags for this Thread