Item Search
     
BG-Wiki Search
Page 17 of 47 FirstFirst ... 7 15 16 17 18 19 27 ... LastLast
Results 321 to 340 of 930

Thread: DPS Spreadsheets     submit to reddit submit to twitter

  1. #321
    Hydra
    Join Date
    May 2011
    Posts
    123
    BG Level
    3
    FFXI Server
    Siren

    Quote Originally Posted by NynJa View Post
    Run them on your pc, works for me.
    Hmmm Ok I'll give that a try lol. Ty Nynja.
    Yep that did it, can't believe I didn't think if that /facepalm

  2. #322
    Salvage Bans
    Join Date
    Jul 2009
    Posts
    964
    BG Level
    5
    FFXI Server
    Leviathan

    Quote Originally Posted by Motenten View Post
    The "Relic Bonus" line on the Data page. It's line 99 on the Drg sheet.
    That's the WS bonus? He's talking about 2x/2.5x/3x procs. It would be nice to have that built in instead of having to guesstimate it into the ODD field.

  3. #323
    Cerberus
    Join Date
    Mar 2007
    Posts
    449
    BG Level
    4

    DPS Spreadsheets

    Yeah the 2x 2.5x 3x bonus is what I was talking about. I hear gungnir is 3x but line 99 on the data sheet says 100%. I don't see how these equate and I don't know what the proc rate is for these hidden effects. Is the sheet calculating these automatically when you select gungnir? Or does it need to be modded?

  4. #324
    Salvage Bans
    Join Date
    Jul 2009
    Posts
    964
    BG Level
    5
    FFXI Server
    Leviathan

    You have to do it by putting it into the ODD% spot on the main setup page. The proc rate is equivilent to 20% ODD I think, like the 2x weapons are 20%, the 3x weapons are 10%. So you can just put 20% ODD for any relic. Except that it can't proc on DA, TA, etc so if you want to be totally accurate you need to lower it from 20% based on how much multi-attack you have.

  5. #325
    ccl
    ccl is offline
    Old Merits
    Join Date
    Sep 2008
    Posts
    1,016
    BG Level
    6
    FFXI Server
    Asura

    Is it possible to add namas arrow+Yoichi+arrow for ws on sam spreadsheet while tping with amano ? With the way we do stuff atm (min*4/chaos roll), and ratt higher Pdif, it seems awesome for lvl 120+ stuff ect.

  6. #326
    Melee Summoner
    Join Date
    Apr 2012
    Posts
    38
    BG Level
    1
    FFXI Server
    Carbuncle

    Hey, is it possible to add Porhos Byrnie and Sljor ring (the ring from meeble with Str3 and DA+1%) for drg spreadsheet?
    Thanks.

  7. #327
    Chram
    Join Date
    Sep 2007
    Posts
    2,526
    BG Level
    7
    FFXI Server
    Fenrir

    @ccl: I don't think I can incorporate that just yet. Perhaps if/when I get rng/cor sheets put together then I can consider adding ranged attack stuff to others.

    @Whiteknight: Added items.

  8. #328
    Melee Summoner
    Join Date
    Apr 2012
    Posts
    38
    BG Level
    1
    FFXI Server
    Carbuncle

    Thanx. Forgot to say, Atmacites aren't working. All I get is a Non attribuated cell.
    Also, does the set effect on phorcys works on it? (should add 2 str dex agi) when at least 2 pieces are equiped.

  9. #329
    CoP Dynamis
    Join Date
    Mar 2006
    Posts
    252
    BG Level
    4
    FFXI Server
    Phoenix

    Quote Originally Posted by Whiteknight View Post
    Thanx. Forgot to say, Atmacites aren't working. All I get is a Non attribuated cell.
    Also, does the set effect on phorcys works on it? (should add 2 str dex agi) when at least 2 pieces are equiped.
    Atmacites just aren't implemented but you can manually add the effects using the free-form row under your gear sets if you want to compare them. And you have to do the Thaumas/Phorcys set bonuses yourself in the same row-- only the empy set bonus is accounted for automatically.

  10. #330
    New Spam Forum
    Join Date
    Jun 2010
    Posts
    183
    BG Level
    3
    FFXI Server
    Quetzalcoatl

    Quote Originally Posted by Whiteknight View Post
    Also, does the set effect on phorcys works on it? (should add 2 str dex agi) when at least 2 pieces are equiped.

    The "Gear" page has cell protection so you can't fiddle with certain cells. You'll have to turn that off. I am not sure if it is done the same with all versions of Excel, but usually a help pop up will show when you click on a protected cell that tells you how to turn cell protection off. Once Cell protection for the "Gear" tab is off you will just have to modify a few cells.

    Code:
    +IF(COUNTIF(B3:B17,"Phorcys")=5,15,IF(COUNTIF(B3:B17,"Phorcys")=4,10,IF(COUNTIF(B3:B17,"Phorcys")=3,5,IF(COUNTIF(B3:B17,"Phorcys")=2,2,0))))
    Add this to cells D20, G20, H20 and I20

    Code:
    +IF(COUNTIF(B25:B39,"Phorcys")=5,15,IF(COUNTIF(B25:B39,"Phorcys")=4,10,IF(COUNTIF(B25:B39,"Phorcys")=3,5,IF(COUNTIF(B25:B39,"Phorcys")=2,2,0))))
    Add this to cells D42, G42, H42 and I42

    Code:
    +IF(COUNTIF(AB3:AB17,"Phorcys")=5,15,IF(COUNTIF(AB3:AB17,"Phorcys")=4,10,IF(COUNTIF(AB3:AB17,"Phorcys")=3,5,IF(COUNTIF(AB3:AB17,"Phorcys")=2,2,0))))
    Add this to cells AD20, AG20, AH20 and AI20

    Code:
    +IF(COUNTIF(AB25:AB39,"Phorcys")=5,15,IF(COUNTIF(AB25:AB39,"Phorcys")=4,10,IF(COUNTIF(AB25:AB39,"Phorcys")=3,5,IF(COUNTIF(AB25:AB39,"Phorcys")=2,2,0))))
    Add this to cells AD42, AG42, AH42 and AI42

    Example: Cell AD20 currently is

    Code:
    =SUM(AD3:AD18)
    You want it to be
    Code:
    =SUM(AD3:AD18)+IF(COUNTIF(AB3:AB17,"Phorcys")=5,15,IF(COUNTIF(AB3:AB17,"Phorcys")=4,10,IF(COUNTIF(AB3:AB17,"Phorcys")=3,5,IF(COUNTIF(AB3:AB17,"Phorcys")=2,2,0))))
    Changing those cells will make the total stats rows account for Phorcys Set Bonuses so you no longer have to manually enter them into the set bonus rows.

  11. #331
    Cerberus
    Join Date
    Mar 2007
    Posts
    449
    BG Level
    4

    DPS Spreadsheets

    Is Wyvern dmg factored into drg dps sheet? What about if you use pet buff gear, for example moapapa stone

  12. #332
    Old Merits
    Join Date
    Sep 2010
    Posts
    1,094
    BG Level
    6
    FFXI Server
    Ragnarok

    The sheets don't handle pets at all. IIRC, pet dmg calculations are not fully known.

    But really, there's probly not much demand for wyvern DPS support. In any given endgame parse, my wyvern(kept alive high HP the whole time) typically does 0.5% dmg. And he has mythic AM3.

    I think about the only use for it would be solo/lowman vs fodder mobs. But I doubt any piece of pet gear would be worth changing to over current options.

    That being said, I wouldn't mind seeing wyvern DPS added to the DRG sheet, if only for curiosity's sake.

  13. #333
    A. Body
    Join Date
    Jun 2007
    Posts
    4,446
    BG Level
    7
    FFXIV Character
    Sir Taint
    FFXIV Server
    Gilgamesh
    FFXI Server
    Cerberus

    Quote Originally Posted by suji View Post
    Atmacites just aren't implemented but you can manually add the effects using the free-form row under your gear sets if you want to compare them. And you have to do the Thaumas/Phorcys set bonuses yourself in the same row-- only the empy set bonus is accounted for automatically.


    I changed the abyssea atma into atmacites, I also use it to add missing stats/JAs.

    Spoiler: show
    Code:
    Atmas	Skill	Str	Dex	Agi	Vit	Int	Mnd	HP	HPP	Att	Acc	DA	TA	Crit Rate	Crit Dmg	Haste	Store TP	WSDmg	TP Bonus	Regain
    None																				
    Valiant		15	15	15	15	15	15				5					50				
    Latitude							5									30			50	
    Coercion		5		5							10									3
    Dicipline		3	3	3	3	3	3	200												
    Deluge					15							3%					15			
    Dark Depths						10													50	
    Diabolic Eye											40									
    Souleater ACC +25											25									
    Phorcys+4		10			10	10	10

  14. #334
    Cerberus
    Join Date
    Aug 2010
    Posts
    446
    BG Level
    4
    FFXIV Character
    Alistrianna Galanodel
    FFXIV Server
    Hyperion

    Would it be possible to add Nematoma cap and Abatteur Subligar to MNK gear lists?

  15. #335
    An exploitable mess of a card game
    Join Date
    Sep 2008
    Posts
    13,197
    BG Level
    9
    FFXIV Character
    Gouka Mekkyaku
    FFXIV Server
    Gilgamesh
    FFXI Server
    Diabolos

    Meanwhile, you can edit existing gear with the respective stats.

  16. #336
    Cerberus
    Join Date
    Aug 2010
    Posts
    446
    BG Level
    4
    FFXIV Character
    Alistrianna Galanodel
    FFXIV Server
    Hyperion

    didnt think of that honestly. new to using these DPS sheets and know nothing about excel. would it be easy to add them myself though?

  17. #337
    Cerberus
    Join Date
    Mar 2007
    Posts
    449
    BG Level
    4

    DPS Spreadsheets

    I honestly think that somebody capable should post on the JP forums letting the devs know that we have everything mathed out to the finest point and we can see exactly what each job is capable of in reference to the others with the gear and buffs available. whatever system they use to model their balance is way off. It's glaringly obvious to the players how terrible they are at balancing jobs in terms or damage and utility and they need to stop fobbing us off with balance excuses. I honestly think they do nothing more guess

  18. #338
    Theory Fighter
    Join Date
    Jan 2011
    Posts
    1,427
    BG Level
    6
    FFXIV Character
    Frejan Schultz
    FFXIV Server
    Ragnarok
    FFXI Server
    Ragnarok

    Quote Originally Posted by Alistrianna View Post
    didnt think of that honestly. new to using these DPS sheets and know nothing about excel. would it be easy to add them myself though?
    Very easy. Go to the Gear Lists tab, and scroll to the category of the item you want to add. Right click in the row number on the left in the middle of the list (that is, anywhere but on the last or first entry), and select "insert new row". Now, just fill in the appropriate values in the corresponding cells, and, voilà! You can now select that piece of equipment in the Gear tab.

  19. #339
    An exploitable mess of a card game
    Join Date
    Sep 2008
    Posts
    13,197
    BG Level
    9
    FFXIV Character
    Gouka Mekkyaku
    FFXIV Server
    Gilgamesh
    FFXI Server
    Diabolos

    Quote Originally Posted by Loziel View Post
    I honestly think that somebody capable should post on the JP forums letting the devs know that we have everything mathed out to the finest point and we can see exactly what each job is capable of in reference to the others with the gear and buffs available. whatever system they use to model their balance is way off. It's glaringly obvious to the players how terrible they are at balancing jobs in terms or damage and utility and they need to stop fobbing us off with balance excuses. I honestly think they do nothing more guess
    Base damage and fTP are old business. Some of the regarding order of operations (When multipliers such as Damage Type bonus and PDT become a factor) are uncertain. Lastly, pDIF info is great, but far from the precision you're implying. Mob stats are unknown for a great variety of species as well. That said, a JP forum post displaying DPS sheets so JPs can use them (If they read English) would an interesting idea.

  20. #340
    ccl
    ccl is offline
    Old Merits
    Join Date
    Sep 2008
    Posts
    1,016
    BG Level
    6
    FFXI Server
    Asura

    Quote Originally Posted by Motenten View Post
    @ccl: I don't think I can incorporate that just yet. Perhaps if/when I get rng/cor sheets put together then I can consider adding ranged attack stuff to others.
    .
    Okay, how easy would it be then to just math at capped pdif at wich point(enemy level) namas > kaiten for sam ?

Page 17 of 47 FirstFirst ... 7 15 16 17 18 19 27 ... LastLast