Jump to content

MaxQuest

Members
  • Posts

    2742
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by MaxQuest

  1. Oh, that's quite a list Livegood118 While majority of points are related to description improvement (and can be done via editing PillarsOfEternity_Data\data\localized\en\text\game\abilities.stringtable) there are a few tricky ones. Currently implemented fixes plus those proposed by Livegood118 do not affect state of the game or any quest progression. So it's safe to apply and disapply UPMod wherever you want) Tbh I have no idea how enchanting is implemented yet. But since there is Cladhaliath ingame, and we could choose how to enchant it, I would expect that at least those recipes are already, uhm, 'created'. Maybe they are just set as hidden for the default enchanting... Should combat: - just be kept? - kept, but end if enemies walk away far enough? e.g: {12, perception_range, 20, ?}. - or it doesn't matter? (because until finding where/how it is implemented, I don't know if this can be done at all) Hmm, I am not sure if it is fair, combining them completely. When a paladin makes a FoD attack with [intense Flames], [Fire lash] and [Aefyllath Ues Mith Fyr] I would expect: - 100% weapon dmg vs respective DR, plus - 25% fire dmg (from aefyllath) vs burning DR/4, plus - 25% fire dmg (from fire lash) vs burning DR/4, plus - 75% fire dmg (from FoD + Intense Flames) vs burning DR/4 I.e. combining lashes from same source only: - FoD with Intense Flames - Fire lash with built-in burning bonus damage, like [10% Damage as Burn] on Starcaller and Unforgiven flails.
  2. Hehe, I wanted to see how good is Dragon Trashed chant 'in the wild' for awhile now (i.e. track it's damage). Aaand it's gonna happen Have build a pw.dll for the IEMod's patchwork. You can download it here: - v1.00.306. (30/06/2017) - v1.01.306. (09/07/2017) - v1.01.370. (02/12/2017) - same as v1.01.306 but with fixed UIVersionNumber since it was changed in Definitive Edition which migrated to Semantic Versioning. (that's also the reason why it's 370 and not 307) Note 1: these are standalone mods, so just grab only one, Usually you'd want the latest one. Note 2: .306 means that it was personally tested with PoE1 v3.06 Note 3: .370 means that it was personally tested with PoE1 v3.7.0 What it does: v1.00: 1. Fixed inflicted DoT damage not being tracked/registered in "Total Damage Done". 2. Fixed an issue with DoTs not benefiting from Elemental talents (Scion of Flame, Heart of the Storm, Secrets of Rime, Spirit of Decay). 3. Fixed an issue with DoTs not benefiting from Race Slayer talents (Beast Slayer, Primal Bane, Ghost Hunter, Sanctifier, Wilder Hunter). 4. Fighter's ability Take the Hit will no longer protect non party characters (there was a problem where it would affect charmed enemies). 5. Fixed an issue where charm and dominate effects could unexpectedly break if affected character had no target despite enemies being in range. 5.b. Last enemy will no longer break charm and dominate effects immediately. These effects will last at least 5s, and player will be notified with "<Creature> has broken free!" message. v1.01: (includes v1.00 changes plus the following) 6. Consume potions duration reduced from 2.33s to 1s 7. Going invisible (Shadowing Beyond, Withdraw) will no longer end combat if there are enemies in range (12 range, 3s linger). How to install: V1. If you have ever used IEMod: - download the zipped UPMod.pw.dll (linked above) - drop the dll into /IEMod/mods/ folder - remove the Assembly-CSharp.dll.pw.modified from PoE <Installation folder>/PillarsOfEternity_Data/Managed/ (it will be regenerated) - just-in-case make a backup copy of Assembly-CSharp.dll (e.g. ctrl-c->ctrl-v, and rename the copy to something like Assembly-CSharp.Original.3.06.dll) - launch the PatchworkLauncher.exe located in /IEMod/ folder - indicate the PoE install folder if prompted - click on "Active Mods" and add/tick UPMod (example) - click on "Test Run" and check the log for errors (there should be none) - click on "Launch with Mods" and voila, you should see this (in the bottom-left corner of main screen): OR: note: UPMod does not conflict with IEMod, i.e. if you want you can check both. But only the bottom mod will edit the version string. V2. If you have not used IEMod. - download it anyway (link) - unzip anywhere you want - follow V1 P.S. I have tested it and it's completely stable for me. If you try it, please report how it goes for you P.P.S. Project source code: zip P.P.P.S. Cross link to related post in Technical Support: link
  3. 3s non-guaranteed stun, once per encounter is... very Meh. And 20 (non-scalling, non focus generating) raw damage from Brutal Backlash is almost an insult. Psychic Backlash has some minor use vs Dragons as they have Terrifying aura which procs Backlash almost instantly. But until you buff your acc / debuff their will, the stun is unreliable. Not to mention that vs Alpine Dragon it only makes him summon shades sooner.
  4. Hmm, makes sense. As for Enduring Flames, no, it's duration is still affected by INT. Regarding [premature charm ending]: have tried 1), i.e. solution proposed by Loren Tyr here. It works fine, especially if instead creature's perception range (which can be small), use a min(perception_range, 12). I will probably end up with a compromise: if (charmed_character has no target) { if (no enemies in range) // at least 12 yards range { if (is partymember) clear charm if (is not partymember and charm has lasted at least 4s) // or 6s? partially related note: dragons regenerate 25% of hp everytime they are charmed clear charm } }
  5. Encounter ends when there are no alive enemies in range. If I choose 2), then charming will still be active if the charmed enemy is the last enemy left. Also if there is only one enemy (uncharmed), you will be able to charm him for full duration, without the effect breaking immediately. Atm code attempts to do the following: if a character has swapped team and has no target and is not under effect of confusion, clear the effect. Now I could simply add the [not under effect of charm or dominate]. And this would be the 2) solution. I have tried it and it works. Combat does not reset, and everything is fine. This does solve: - this bug (plus should cover these reports as well: report 1, report 2) - and the problem I had with Alpine Dragon minions (i.e. charming duration was very unreliable) Because interrupting a charmed enemy could make it have no target for a brief moment, and if StatusEffect.UpdateHelper would fire before a new TargetPreference check was made, the charm was getting removed. But I think I understood why this charm/dominate clear mechanism was implemented in the first place. Main reason is: if you solo, and enemy mob has a few charmers, technically they could charm you over and over again. (but that's not a problem because I can keep the charm auto-removal for party members only). Second reason is minor, but more related to balance. Charmed enemies can be auto-attacked and affected by targeted spells. So if a solo cipher remains 1x1 with one enemy, he will guaranteedly kill it, because it won't fight back. (on the other hand prone/stunned/paralyzed targets can't fight back neither)
  6. Hehe) Regarding global messages: yes, it seems so. It's done either directly via global::Console or via wrappers (like PostAttackMessages for attacks). P.S. A question regarding [charm ending prematurely]. Currently it ends if the charmed enemy has no current target. And there are two ways to fix it: 1. make a search for targets nearby. (and if any are found do not allow the charm to break before it's duration expires) 2. just make charm always last for the stated duration. (as simple as that) I am thinking of trying the 2nd approach, as I don't currently see any benefit in the first one. Do you?
  7. What fight do you refer to? The shadows and phantoms in Caed Nua courtyyard and Caed Nua Keep? If yes - then it should be okay. Actually it should be fine for the whole game. Btw, if shades trouble you, equip your backline in hide armor (frontline should be in heaviest armor already). As for melee weapons in early game, make sure to not use battle axes (you will not crit enough anyway), and give swords, war hammers and especially maces and sabres a try. My experience tells me that it's nice to have 3 frontliners, plus either a midliner who can switch to 1h+shield (if need be) or have a team member capable of charming. In such a way you will have a nice body blocking frontline. Now, out of those 3 frontliners, one should be [high DR, high Deflection] tank - the one who will be used to door block / be on the edge vs numerous but low hitting enemies like xaurips. And one [high HP / high Fortitude / decent Reflex] to tank bosses (esp. dragons). Monk can nicely act as an offtank/dps during trash fights, and main tank during boss encounters. While your chanter (if built as a mix between The Drake's Ambassador and Chillfog can easily tank regular fights, while dealing damage via Dragon Thrashed. Also you could try 18/18/3/10/19/10 chanter. The idea is to provide the same amount of damage (hence high MIG/INT for Dragon Trashed), but have a higher amount of hp/endurance which could be replenished via Wound Binding + %healing modifiers. With +60% (from 14 surv) and +24% (from 18 might) Wound Binding will already restore 73.6% of your health. As for lower Perception than in Drake Ambassador build, just make sure to drop a mass stun or paralyze first for a great reflex malus. The Anvil build is fine for the proposed setup. So is Monksterlasher. Depending on your personal preference you can go for Fire Godlike, Moon Godlike or Human/Boreal Dwarf (with Maegfolc Skull in mind).
  8. Regarding Take the Hit: I am not sure if I can fix the (1). At least not now, as [charmed enemies keeping our auras forever (on charm/dominate end)] is a global thing, and it's better to approach it once I get a better understanding of the PoE code. But the (2) can be easily done. Have tried it and it works: screenshot (the blight is no longer affected by Take the Hit after the patch) Btw are there any similar abilities to Take the Hit? Because I am checking for affected TransferDamageToCaster stat, instead of the ability name (which theoretically can change, and thus unreliable). I understand what you mean Absolutely. Plus I've felt that Goldpact paladins need some love for awhile already.
  9. Well, duh, that's because you indeed lack damage - As you noted you use chanters for cc, and even if you'd want them to deal damage, it's mostly possible only after level 9 (via DragonTrashed and SevenNights). - Fighters are mediocre at dps (until they get Charge at lvl 13, and start rushing with dual sabres). - Durance can deal decent damage via stacking Shinning Beacons in harder and boss fights. But Beacons are per-rest. - Your main dps'er could be Aloth if you build him via Blast, Penetrating Blast, Golden Gaze / Kalakoth's Minor Blights. Although 12 might is not that stellar. Plus your party (aside from knockdowns) lacks cc-on-demand. What will you do if shades will teleport to your backline while frontline is already engaged? The main point-forte you have is sturdiness. But if you kill stuff twice as slow, enemy mobs have twice time to bash your party, leading to twice as much resting. Few variants: swap your melee chanter and fighter, for a melee GM and Barbarian. This will provide cc when you need it, plus will speed-up trash clearing. Or try: frontline: mc_chanter (offtank/dot dps), monk, Hiravias (offtank, cc/dps) midline: Durance (offtank buffer; plate armor in small fights; hide armor + daom in boss fights) backline: Aloth (sup-dps), cipher (custom, dps)
  10. What do you think if we could fix a few bugs ourselves, test them, and offer Obsidian the solution; or as a backup plan make a mod (compliant with IEMod's Patchwork)? Obviously stuff like stuttering or shaking popups is out of our reach, but a few in-code changes probably could be done. I have in mind the following list: Bugs: 1. DoT damage is not being registered in party member stats 2. DoTs do not benefit from elemental talents 3. DoTs do not benefit from slaying talents (like Beast Slayer, Ghost Hunter, etc) 4. Charm occasionally ending prematurely 5. Powder Burns is hitting allies standing in FoE (yellow) zone. (screenshot) 6. Charmed enemies quickly regenerate a portion (10-25%) of hp/endurance when switching alliance Balance suggestions: 1. Make Deep Wounds stack 2. Duration of "fixed" DoTs (Wounding Shot, Wounding, Enduring Flames) should no longer be affected by INT (since their total damage is not affected by INT neither). At the moment, I know how to fix the first bug, and partially the second. What do you think of p3, and of the whole idea? EDIT: UPMod.1.01.306 is ready. Go to this post for download and installation notes.
  11. I am lazy. That is, during combat. But can spend hours before a new playthrough, planning, in order to cover all possible encounters. P.S. In my first run I had a situation where 5 party members were wielding only piercing weapons. It was kinda fun watching Eder tickle remaining Rain Blights with a sword.
  12. From one point of view, we should still be able to heal our confused team members. On another hand, if we don't want to get confused - we can prevent it. Or use specific shenanigans - when we want, like: - cast a Stasis Shell on a confused tank. Confuse effect will soon end, but the 999999 absorb shield will hold. - cast heavy DoTs, and then follow with charm/dominate/confuse. Enemies will still take damage over time, but won't attack you. My only gripe is that if we charm a charmed teammate, he will not become uncharmed; instead he will act like a friendly NPC (i.e. we can't use his abilities for the duration).
  13. To an extent this is already the case in PoE1. Upscaling, besides multiplying enemy creatures' level by 1.333 and adding +2 to all of their attributes, also sets the following multipliers: DetectableDifficultyMult = 1.250000 DisarmDifficultyMult = 1.250000 TrapAccuracyBonus = 20 TrapEffectMult = 1.330000 TrapDamageMult = 1.330000 SkillCheckMult = 1.250000 OT: I would gladly have a mode with increased check thresholds, especially if that would override the current "Expert Mode". (I prefer to learn/know/see information, instead of it being hidden..)
  14. An effect of less value should not suppress that of higher value. Are you sure you wasn't affected by other "attack speed" buffs?
  15. Stumbled upon and cropped a few more:
  16. I don't tbh. Edit: made a search by: - ".StringComparison.Ordinal" - used in at least 17 files - ".StringComparison.OrdinalIgnoreCase" - used in at least 15 files Majority of checks use OrdinalIgnoreCase. But RighteousSoul and two checks from StatusEffect use case sensitive comparison (and yes... one of them is for poison):
  17. Diving Helmet provides two persistent buffs: ResistKeyword 35 vs DefenseType (5) {None}, Keyword ("DragonBreath") ResistKeyword 20 vs DefenseType (5) {None}, Keyword ("poison") This means that it adds 35 to a defensive roll vs any spell or ability marked with "DragonBreath" keyword, and it doesn't matter which defense is targeted. P.S. Alpine, Sky and Adra dragon breaths are marked with "DragonBreath". While Turi and Gafo breaths are marked with "DragonBreath Poison". But I don't know if this helmet provides 35 or 55 defense vs them, or even if "DragonBreath Poison" is recognized at all, because there are no keywords on their respective tooltips.
  18. Tbh, I felt that taunts are a bit weird even in games like WoW and Rift. When you are in battleground (or warfront) a player will (unless specific circumstances) prioritize targets with higher DPS/TTK and Healing/TTK (or EHP if you will). Why should NPCs act different? It's the task for CC and Supports to keep enemies at bay, away from specialized healers and glass cannons. Sure frontliners could attract more attention at the start of the battle (first few seconds, before engagement), but it would indeed be strange if "an enemy would stop murdering Aloth because Edér whistled at them". On the other hand if Eder would have confuse/charm/paralyze... or would charge and knockdown, it would be another story.
  19. Yeap, and you have read correctly. Only Turisulfus' breath would match Aru-Brekr's condition. But then again: a bonus to deflection doesn't make any difference vs a spell that targets reflex.
  20. Boeroer is right. Technically through there is AttackRanged class that extends AttackBase, and AttackAOE that extends AttackRanged. And dragon breath is an AttackAOE. Afaik "Ranged Deflection Bonus" (Aru-Breaker) works vs AttackRanged attacks that are considered ranged. And "Reflecting" (The Golden Scales, Durganized Shields) works vs AttackRanged attacks that are considered ranged and are single-targeted. AttackRanged is considered ranged if !ApplyToSelfOnly and there is PathsToPos (i.e. you click somewhere not on the caster himself; true by default) AttackAOE is considered ranged if !ApplyToSelfOnly, there is PathsToPos and !IsCone. P.S. Gafonercos, Adra, Sky and Alpine dragons use cone breath aoe. While Turisulfus has circular aoe.
  21. Interesting... how will Deadfire handle respec. Will it allow to change second class, or will it lock main-secondary class combination once picked. Because there might be some x/y optimal builds for early-mid game and x/z for late game.
  22. Just a wild guess: Aware Inspiration grants bonus acc AND ability to interrupt on hits as well. Agreed. It looks nice, but in order to find a specific item we'll have sometimes to circle through all the characters; plus we'll have to use stash as an intermediate mean when transferring stuff from one character to another. Damn, that dagger is useless to me. I would never bind a dagger to a paladin or a priest. Maybe if a character is some weird multiclass with paladin or priest... Yeah, it doesn't look like it would suit a dps paladin. FoD being a limited resource, benefits from slower, hard-hitting weapons more. On the other hand it looks like a soulbound weapon; and maybe it has some unique properties that could be useful for buffing or tanking. As for priest... The feel of ex-vancian classes is going to change. Being able to use Minor Avatar in every encounter - opens some interesting phys-dps build options. I haven't noticed anyone getting unconscious. It could be that a character gets injured when his health drops to zero; and you can't progress further once everyone is laying on the floor. Plus it depends on how worthy are the items designers are going to put into NPCs for us to pickpocket. And ofc if there are scrolls/spells/unique equipment that buffs stealth/pickpocket. P.S. I still remember Divayth Fyr from Morrowind. He was providing a cure from corprus disease and I didn't want to kill him, yet he was wearing Daedric Armor. Solution was simple: max stealth, cast disintegrate armor spell, repeat x n, and pickopocket it once the armor drops to his virtual backpack. Definitely. But it's important to keep in mind that they get less spell usages. Aloth in that video has access to rank 4 spells and is likely to be lvl 7 or 8. PoE1: wizard lvl 7/8 can cast: 4, 4, 4, 2/3 spells PoE2: wizard lvl 7/8 can cast: 2, 2, 1, 1 spells (link) This makes ex-vancian classes weaker in prolonged and boss fights. In a way it equals the field through, as in PoE1 they (and especially priest) could deal tons of AoE damage.
×
×
  • Create New...