Results 1 to 10 of 1658

Hybrid View

  1. #1
    Player
    Dervy's Avatar
    Join Date
    Aug 2013
    Posts
    1,537
    Character
    Dervy Yakimi
    World
    Ragnarok
    Main Class
    Lancer Lv 80
    It's all on the Front Page, Hagare.

    And you've pretty much got everything covered... You actually reminded me to incorporate Life Surge gains into my Model.

    How are the DoTs tracked/clipped in your model Sunny? Yours looks extremely interesting.
    (0)

  2. #2
    Player
    SunnyHirose's Avatar
    Join Date
    Nov 2014
    Location
    Gridania
    Posts
    597
    Character
    Sunny Hirose
    World
    Hyperion
    Main Class
    Lancer Lv 70
    Quote Originally Posted by JackFross View Post
    Maybe you can point out where I'm going wrong? This is what I'm looking at (my character's current stats are plugged in).
    http://puu.sh/jUCaO/a07a245d72.png
    Autoattack DPS appears to be significantly too high to me. The rest is a bit hard to judge by eyeball since the spreadsheets I've been playing with have a different order of operations.

    Quote Originally Posted by Dervy View Post
    How are the DoTs tracked/clipped in your model Sunny? Yours looks extremely interesting.
    Well, I've worked with two models to date. One of them is just EMX's inscrutable spreadsheet (updated for HW). The main things I'd like to "fix" about it in the near future (since hey, it's never quite done) are the skill speed DoT buff and adjusting the divisors for oGCD PPS to simulate that sometimes they are delayed slightly by GCDs.

    The other, which I have not updated for HW at all, is a spreadsheet that lists every skill use for 8 minutes (arbitrarily chosen to cycle through BfB/IR evenly and give equal weight to opener vs. 100% HT/Disembowel uptime) and applies all buffs. It's pretty inflexible, but in part I found the technique useful for understanding monk opener optimization.

    What I would like to build is plain old code (probably a Lisp of some sort because that's just how I roll). Spreadsheets are useful for dynamically experimenting with GCD sequences and visually diagnosing where DoTs fall off such, but these systems are a bit unwieldy when you know how all that works and just want answers. They're also unwieldy in other ways where static code is quite the opposite (commenting, revision control, writing functions to reuse math instead of making a whole new cell that has to be updated manually, testing hundreds of gearsets instantly...). Oh, and I'm just tired of copy/pasting numbers, heh.
    (0)