Kay's Summoner Memorial Page | New Guide is linked inside!

"
MonkiGW2 wrote:
"
H0X9 wrote:

Haha yeah, Precise commander is better than First among quals, if you stack crit on spectres. But again, it depends on your budget to stack crit or stack aura


Price checking the difference and I do see that First Among Equals and Vengeful Commander are about 40 chaos and the Precise Commander/Vengeful Commander are about 2 exalts. I didn't realize that the gap in price was this large.

Speaking of pricy, I just picked up this:


I know it isn't for everyone but I am having fun trying to min/max as much as I can.


I always try to make the build as cheap as possible because I'm not good at trading and usually poor, so I went for the vengeful + first option. :) I think it also helps new players who are not good at making lots of money.



🔰🌀✨ Video guides on youtube! https://www.youtube.com/KayGaming ✨🌀🔰
🔶🔷🔶 Kay's Summoner build guide: https://www.pathofexile.com/forum/view-thread/3179145 🔶🔷🔶
"
QuantomO wrote:
I could do this if I switch amulet. Do you recommend fossils crafting a +1 amulet or just buying? You've got a few crafting recommendations in your guide but saw the amulet is also fairly pricey for good rolls.


I think it's difficult to craft a good one because you need to block a lot of mods. Usually no life roll and OK res is not too expensive.
🔰🌀✨ Video guides on youtube! https://www.youtube.com/KayGaming ✨🌀🔰
🔶🔷🔶 Kay's Summoner build guide: https://www.pathofexile.com/forum/view-thread/3179145 🔶🔷🔶
"
H0X9 wrote:
"
kayella wrote:


Well, I mean aura stacking increases haste + vaal haste more than vicious stacking, so maybe it will close the gap?

SD with PoH is still the most impressive for DPS and clearing. I guess GGG balanced them with the worst life mod (100%). They die so easily and the stupid AI 'flee'. Early Metamorph was impossible because they just run into storms and die.


Sr, misunderstood. There is no cluster jewel node for Haste, so we cant stack much of aura effect from them. But aura stacking can go really close to Vicious Bite, with the cost of 2 passive point for Vengeful+First :)
Hope they fix the life Slave Driver, or we can find another spectres


It's always good to theorycraft and try to push spectres. I really wanted to see if aura stacking helped enough and it does! So, it gives another option for people to try. And it's not too expensive, so many people can try it.

I hope GGG will allow stacking notables in the future... maybe with a limit of 2 so it's not OP.

I don't think SD will ever change beecause it's from Acts. :(

🔰🌀✨ Video guides on youtube! https://www.youtube.com/KayGaming ✨🌀🔰
🔶🔷🔶 Kay's Summoner build guide: https://www.pathofexile.com/forum/view-thread/3179145 🔶🔷🔶





Hey i can't find the specter library Redemption Knight i'm using Path of Building 1.4.169




Last edited by Ksk100070#5668 on Apr 20, 2020, 4:58:52 PM
--- nvm, found them
Last edited by RobbenklopperCH#1598 on Apr 20, 2020, 4:31:03 PM
Has anyone tried the Snow Rhex yet? Theyre actually really good and attack fast
What map do RS usualy spawn? Outdoor map etc? I am rocking RK but really want to try RS and ain't finding it.
Just a little update on the Snow Rhex. They are actually really good and clear is pretty amazing and single target is also good. I havent fought sirus yet, but i can tell it will be a breeze. Im also using arena master along with them which makes clear a lot smoother.
"
Ksk100070 wrote:


Hey i can't find the specter library Redemption Knight i'm using Path of Building 1.4.169


I edited my POB to add them.

Step 1:
Find the spectre list file:
Path of Building\Data\3_0\Spectres.lua

Add this to the bottom of the file:

RK spectre listing


-- Redemption Knight
minions["Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieSeraphFighter"] = {
name = "Redemption Knight",
life = 4.05,
fireResist = 0,
coldResist = 75,
lightningResist = 0,
chaosResist = 0,
damage = 1.5,
damageSpread = 0.2,
attackTime = 1.17,
attackRange = 14,
accuracy = 1,
weaponType1 = "One Handed Sword",
skillList = {
"MeleeCold",
"AtlasEyrieFighterSlash",
"EmptyActionAttackEyrieFighter",
},
modList = {
},
}



Step 2:
Find the spectre skill file:
Path of Building\Data\3_0\Skills\spectre.lua

Add this to the bottom of the file:

RK spectre skill


skills["MeleeCold"] = {
name = "Default Attack",
hidden = true,
color = 4,
description = "Strike your foes down with a powerful blow.",
skillTypes = { [SkillType.Attack] = true, [SkillType.ProjectileAttack] = true, [SkillType.SkillCanMirageArcher] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.AttackCanRepeat] = true, [SkillType.Melee] = true, [SkillType.SkillCanVolley] = true, },
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"skill_physical_damage_%_to_convert_to_cold",
"active_skill_damage_+%_final",
"arrow_projectile_variation",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"use_scaled_contact_offset",
"projectile_uses_contact_position",
},
levels = {
[1] = { 75, 0, 26, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = { 1, 2, 1, }, },
[2] = { 75, 0, 26, baseMultiplier = 0.75, levelRequirement = 19, statInterpolation = { 1, 2, 1, }, },
[3] = { 75, 1, 26, baseMultiplier = 0.75, levelRequirement = 20, statInterpolation = { 1, 2, 1, }, },
[4] = { 75, 200, 26, baseMultiplier = 0.75, levelRequirement = 84, statInterpolation = { 1, 2, 1, }, },
},
}




Note: I just copied the Default attack from Redemption Sentry.


-
Edit: I checked the stats in the big google spread sheet and RK's MeleeCold has the same stats as RS's MeleeEyrieArrow.


Edit 2: I installed PyPoE. And trying to find skill stats to add to POB. It's really hard to find stuff in the gpk file. Does anyone know where the monster skills are??
🔰🌀✨ Video guides on youtube! https://www.youtube.com/KayGaming ✨🌀🔰
🔶🔷🔶 Kay's Summoner build guide: https://www.pathofexile.com/forum/view-thread/3179145 🔶🔷🔶
Last edited by kayella#0845 on Apr 21, 2020, 3:48:54 AM
Hey Kay!

I've had my eye on your build for a while and I decided to try Redemption Sentries and they were great. They had their moments but then you showed me Redemption Knights and I love them even more. They indirectly add to your survival by being big meat shields. I've had much more success with RKs. I've tweaked the build a little bit and I managed to cap all resistances including Chaos Res using Jinxed Juju and a Hunter's Astral Plate.

This is the most fun I've had in PoE in a long time, mostly cause I always hated the AI of the spectres. Thanks for your hard work and keep it up!

Report Forum Post

Report Account:

Report Type

Additional Info