Page 6 of 6 FirstFirst ... 4 5 6
Results 51 to 55 of 55
  1. #51
    Player
    HEC's Avatar
    Join Date
    Aug 2013
    Posts
    1,620
    Character
    M'ete'leskum B'leskum
    World
    Moogle
    Main Class
    Conjurer Lv 50
    Any chance of adding the progress calculation to the first tab as well? I know it's fairly "static" but will be still nice to have it all in one place. Also (as already mentioned previously) having multiply profiles to save / select from will be great too.
    (0)

  2. #52
    Player
    ubik2's Avatar
    Join Date
    Dec 2013
    Posts
    4
    Character
    Rani Ra
    World
    Leviathan
    Main Class
    Conjurer Lv 50
    I made a javascript tool (should be using the same formulas), but it's much more limited. I used it to try out rotations, and I just flag an error if the chance isn't good enough. Using something like BT.p you can simulate a poor condition in the sequence.

    https://dl.dropboxusercontent.com/s/...ST+GS+BB+CS2x3
    (0)

  3. #53
    Player
    LinKendel's Avatar
    Join Date
    Dec 2013
    Posts
    1
    Character
    Lin Kendel
    World
    Exodus
    Main Class
    Armorer Lv 39
    Quote Originally Posted by Spald View Post
    Would you mind telling the formula you use for Progress (from your craftmanship and the effect of recipe level difference)? I can't find this anywhere.
    Hello,

    I would like to know this formula too. It seems you don't take into account the level (for Spald, the code is there) :

    static public double Progress(int Craftmanship)
    {
    return 2.1094765455111721e+000 * Math.Pow(Craftmanship, 0)
    + 2.0220592590969483e-001 * Math.Pow(Craftmanship, 1)
    + 2.9264519107365955e-005 * Math.Pow(Craftmanship, 2);
    }

    I guess the level is not taken into account because this program is done for level 50 crafting level 50 items ?
    So you did your regression with a difference of level = 0

    Still if you have the formula for when there is a difference in level, I would be interested.

    Regards
    (0)

  4. #54
    Player
    Braanu11's Avatar
    Join Date
    Jan 2014
    Posts
    11
    Character
    Braanu Btd
    World
    Midgardsormr
    Main Class
    Goldsmith Lv 50
    I am not sure what rotation you all are currently using for 40 Durability (such as Twinthread) but this is working wonders for me:

    (1)

  5. #55
    Player
    RichardWagner's Avatar
    Join Date
    Nov 2013
    Posts
    4
    Character
    Richard Wagner
    World
    Cactuar
    Main Class
    Thaumaturge Lv 50
    Quote Originally Posted by ubik2 View Post
    I made a javascript tool (should be using the same formulas), but it's much more limited. I used it to try out rotations, and I just flag an error if the chance isn't good enough. Using something like BT.p you can simulate a poor condition in the sequence.

    https://dl.dropboxusercontent.com/s/...ST+GS+BB+CS2x3
    Could you post the acronyms for the skills? PBP, PP, and PB don't work for Piece by Piece, so I'm stuck.
    (0)

Page 6 of 6 FirstFirst ... 4 5 6