-
Posts
238 -
Joined
-
Last visited
Reputation
204 ExcellentRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
My question is, conceptually what does this set offer that just making a power armor costume and taking Invulnerability or Energy Aura or any other set you could conceivably justify doesn't? It's a cool looking set and I actually love the idea o having mutually exclusive armor toggles to let you choose which resistance you have more of for a given fight. Amusingly that's how all toggles used to work at the game's original launch, at first players were limited to one active toggle at a time. But nothing about that mechanical idea says the set -has- to be power armor themed. I'd love to see the set made to have that idea in gameplay but as a more generic set that could work for multiple origins.
-
I came in expecting this to be a suggestion that zombies should spawn there normally outside of halloween, as a nod to how monster infested the place apparently is during the event. I'm kind of sad it wasn't that.
-
It's worth noting that the corruptor heal proc being 75% of the defender one is in line with corruptor support powers being 75% strength relative to defenders in general. The proc isn't specifically weaker, it's just obeying archetype modifiers. With that in mind, the fact that it also grants endurance probably actually does justify the lower proc rate.
-
It's perhaps worth noting that there already is a repeatable mission contact in the Shadow Shard. Three of them, in fact. https://homecoming.wiki/wiki/General_Hammond https://homecoming.wiki/wiki/Dr._Boyd https://homecoming.wiki/wiki/Dr._Huxley There used to be a breadcrumb mission from I think any level 40-44 contact that introduced them, like there was for zones like the Hollows, but it got removed and I think now they're in the find contact window or you can just go and talk to them. That said, those missions are ancient and in need of an update just like the rest of the Shadow Shard.
-
The function you're looking for already exists in the form of a slash command. https://homecoming.wiki/wiki/SuppressCloseFxDist_(Slash_Command) Won't do anything for emotes like Owl Girl was asking and i dont think it suppresses the transparency effect from stealth powers, but it should serve for hiding toggle effects and buffs like ice shields. Though it's worth noting other players will still be able to see them.
-
Costume/Material option - goo/translucent
General Idiot replied to Greycat's topic in Suggestions & Feedback
For what it's worth, at least one of the other servers out there has this already. Which is largely irrelevant to us given the Homecoming devs' reluctance to work with the other servers but the fact it exists somewhere proves it's possible, at least. -
The Council change was not good
General Idiot replied to jthequietone's topic in Suggestions & Feedback
What's funny to me is the Council mobs that turn into werewolves at low health were already a thing prior to the revamp they got. And they've always turned into a werewolf of higher rank too. The only change was extending them up to 50, if I remember rightly. If anything, the only change I'd make to them as they are now is make them turn into same rank werewolves, or at least have the lieutenants respect the no solo bosses difficulty setting and not spawn boss rank werewolves when it's enabled. -
If I remember rightly, the oneshot code prevents any single hit from taking you from full health to dead instantly. I believe it also accounts for powers doing multiple damage types, counting both together as one hit even though on screen you'll see two damage numbers. However, it does not stop you from taking a hit for nearly all your health and then being finished off by one or more procs in the power firing, or a DoT inflicted by the same power whether inherently or from an added effect like incarnate Interface.
-
PvP in this game has always been and will always be immensely unbalanced, and there have always been combinations of powers that just automatically win and other combinations that are inherently awful and nothing you can do will make them perform. It's the unfortunate consequence of the game never being designed for PvP originally and it being awkwardly bolted onto the side some four issues in, the game's mechanics simply are not conducive to well balanced PvP and especially so in a 1v1 scenario. Personally I'd argue that's true in almost all MMOs but that's perhaps more debatable. Say they do nerf scrapper ninjitsu and/or the epic pool snipes they have access to, all that will happen is those same players you're complaining about will find another power combo that automatically wins vs most things (My uneducated guess would be devices blaster and their similar +damage on the first hit power, but I don't PvP at all.) and you'll be back here again demanding they nerf that too. It would take a complete redesign of the mechanics from the ground up to produce any other outcome, and the devs back on live already tried that once with extremely questionable results.
-
It's also worth noting that having GMs move and attack random mobs means those random mobs attack back. And enough of them can mean killing the GM fails to give its badge because your team didn't do the 10% of total damage required to get it. It happens sometimes with the war event in Croatoa, if they spawn and get left alone for a while both GMs will just beat on each other endlessly and then regenerate the damage done, but it's still counted in the total damage done so if the've been there long enough it can become impossible to get a badge from them.
-
According to City of Data, these are the relevent effects of the Peacebringer's Dwarf form. The other three all have similar effects. Set Costume "Kheldian_Dwarf_Peacebringer" (self only) every 1.0s for 2s (100% chance) Set Mode (Suppress_PoolToggles) (self only) for 2s Set Mode (Disable_Walk) (self only) for 2s Set Mode (Peacebringer_Tanker_Mode) (self only) for 2s The first line is the model swap, the other three are enabling and disabling flags so you can only use Dwarf powers while it's active. In theory, removing just the first line would allow the power to still function with all its other effects but not swap your model. In practice, I have no idea if making that line conditional on what power customisation options you have selected in your current costume slot is even possible. Because that'd be what would be required, but as far as I know the costume and power systems are seperate enough that such an interaction can't happen - it's why Arachnos Soldiers are stuck with the crab pack permanently if they have Crab powers on any build, even when they're not in that build. The two systems don't talk to each other at all so it's just forced on all the time. Kheldians would have the same problem, it can't be a customisation option because it's a defined effect of the power. In theory you could do it via Null the Gull instead, have the Gull give you a hidden autopower the same as he does for things like disabling the server tray. Then the form toggles can check for that autopower in their effects and either apply the model swap or not. That'd work but it's not exactly elegant, plus it means you wouldn't be able to have forms on some costumes and not on others which I'm sure someone would want to do.
-
Changing Origins (Null the Gull)
General Idiot replied to Perma-Newbie's topic in Suggestions & Feedback
In theory, yes. In practice, a character's origin is buried so deep in the game's code that attempting to change it at all would be an enormous amount of work because early in development (as in, before the game's original release) origin was meant to affect far more than it ended up affecting. But as a relic of that early development, there are checks all over the place that a character's origin matches what it should be. Finding and removing those in such a way that doing so wouldn't in turn break all sorts of other stuff is technically possible, but so much more work than it sounds like. Something very similar was why we were locked into the first power of our secondary for so long, again there were checks in all sorts of places in the game's code to ensure you had that power. Originally the idea would've been they were sanity checks to prevent a glitch or bad connection at just the wrong moment letting you create an illegal character, but when changing the rules of what makes a character legal they become obstacles that need to be overcome instead. Would I love the devs to prove me wrong and let us change origin somehow? Maybe. I don't think I'd ever do it myself, origin is just that. It's where your character came from, how they came to be a superhero or villain in the first place. It'd be like DC suddenly saying 'oh Superman was never an alien, he was doing magic the whole time somehow' and expecting the fans not to riot. That's enough of a reason not to allow it, in my opinion. Nevermind all the technical stuff too. -
Warburg Nuke as an Incarnate Judgement Power
General Idiot replied to Alchemystic's topic in Suggestions & Feedback
Orbital Judgement. Core is the Warburg nuke, Radial is Antimatter's giant space laser from the fight in his trial. Or just make them two seperate ones. Also on the subject of new Judgement powers, one from the old live forums I always liked the name of: Fleet Judgement - an oversized version of Propel that throws an entire ship at something. -
kheldians My hopes for the Kheldian Rework - PeaceBringer
General Idiot replied to Laucianna's topic in Suggestions & Feedback
Personally, the one and only thing I want out of a Kheldian rework is still giving them mez protection in human form. Every argument I've ever heard against it is invalidated by the fact that the Arachnos epic ATs exist - both of them have the same mix of ranged and melee attacks along with similar survivability and much better team support. Mechanically they do everything a Kheldian can but better, with the sole exception of tanking. Though honestly in all my years playing this game from back on live to here and now, I don't know if I've ever once seen a Kheldian actually tank. That said, I'm not asking for much. The same mag 4 protection soldiers get in their level 1 passives. Argument could be made for mag 6, that being what soldiers have if they take both of said passives. Not enough to make you immune to mez forever, just enough so one random minion tagging you with a single power doesn't lock you into Dwarf for the rest of the fight.