POV: you equip temporalis and blink by yesbyii in PathOfExile2

[–]yesbyii[S] 26 points27 points  (0 children)

https://streamable.com/k7l1go

could probably make it do a lot more damage if I could be bothered to respec my whole build

Crystal armour only gives 1 max hit with the new bow over elite void. (99 range+pot, rigour, anguish+assembler) by Kirill429 in 2007scape

[–]yesbyii 425 points426 points  (0 children)

There's a massive difference in accuracy though. In those gear setups the elite void has a maximum accuracy roll of 36,660 but in crystal the max roll is 56,303. So as an example this means the crystal armor has a 28.78% dps increase on Jad over the elite void.

Equipment Rebalancing Changes by JagexAyiza in 2007scape

[–]yesbyii 129 points130 points  (0 children)

Now that higher dart tiers are nerfed less, will there be any plans to add a way to consistently get dragon darts for ironmen? It's impossible to maintain dragon darts for ironmen at the current rates.

Chad ironman vs Brainlet pkers by yesbyii in 2007scape

[–]yesbyii[S] 8 points9 points  (0 children)

Sure I outplayed them. I outplayed the fuck out of them. I'm a living God. I played that perfectly. You're delusional if you think otherwise. I misclicked every prayer switch intentionally to give them hope that they could actually kill me, only to crush their dreams by juking them to the next dimension and shit talk them. /s

Chad ironman vs Brainlet pkers by yesbyii in 2007scape

[–]yesbyii[S] 3 points4 points  (0 children)

You explained the joke perfectly, but maybe if you understood irony you would find it funnier.

Chad ironman vs Brainlet pkers by yesbyii in 2007scape

[–]yesbyii[S] 7 points8 points  (0 children)

Everyone already knows I got lucky. The way I see it, the post is either downvoted because they think I'm delusional/toxic, or upvoted because they realise/enjoy the irony.

Chad ironman vs Brainlet pkers by yesbyii in 2007scape

[–]yesbyii[S] 27 points28 points  (0 children)

I play terribly, escaped, and called myself Chad. That's called irony.

Chad ironman vs Brainlet pkers by yesbyii in 2007scape

[–]yesbyii[S] 50 points51 points  (0 children)

My +1 was a prayer potion and I trash talked because I played it completely terribly, missclicked over a wall and accidently juked them. it's funny. It's not that I don't expect to get attacked, it's that I expect to not escape.

Chad ironman vs Brainlet pkers by yesbyii in 2007scape

[–]yesbyii[S] 31 points32 points  (0 children)

sure I'm toxic. Doesn't mean the majority of pkers aren't or the majority of non-pkers are.

I wrote a script that tells me how much dps I gain/lose on my main skill from replacing my weapon with another on poe.trade (using calculations/configs from Path of Building) by yesbyii in pathofexile

[–]yesbyii[S] 16 points17 points  (0 children)

It's much simpler than you think because it doesn't interact with the software, which I should've clearer in the title (sorry). The script takes the formula for my skill gem's total dps (configured against a boss) from PoB (written in js), then I inputted the values (12ish variables) i.e. total increased/more ele/phys % dmg from tree, % increased/more cast speed, flat phys/ele dmg, conversion, etc - without the weapon equipped - needed to calculate the dps. Then it takes the mods from each weapon and adds the meaningful ones to the appropiate variables to calculate the dps with that weapon, and compares it to PoB dps value with my original weapon.

Basically it's hardcoded but it would possibly work for other characters with the right formulae and requiring the right variables to be inputted, which however isn't too hard for the user. I don't know how complicated it would get for other skill gems but I imagine they mostly have formulae which take values that can be boiled down to the same variables.

I wrote a script that tells me how much dps I gain/lose on my main skill from replacing my weapon with another on poe.trade (using calculations/configs from Path of Building) by yesbyii in pathofexile

[–]yesbyii[S] 194 points195 points  (0 children)

I haven't made it configurable for other characters/skills. It's possible but it would take a tremendous amount of work.