Metalios Posted September 18, 2019 Author Share Posted September 18, 2019 On 9/16/2019 at 9:44 AM, Derek Icelord said: Blaster -> Temporal Manipulation -> Temporal Healing is missing a decimal point in the absorb %. It should be 60.24%, but is currently 6024% I have fixed this in the upcoming version Quote I am merely the guy with a keyboard and monitor under the stairs. Link to comment Share on other sites More sharing options...
StrikerFox Posted September 19, 2019 Share Posted September 19, 2019 It would be awesome if Accurate Defense Debuff IOs can be added to MM Grave Knight, Jounin, and all Merc pets. They can equip it as well as Enforcers. Thank you. Link to comment Share on other sites More sharing options...
Mr. Vee Posted September 19, 2019 Share Posted September 19, 2019 Any plans to add the p2w amplifier powers to the temp powers section? we top hat and monocle types who run those on every toon would love ya for it. ok we already love ya but still. Link to comment Share on other sites More sharing options...
Metalios Posted September 19, 2019 Author Share Posted September 19, 2019 6 hours ago, StrikerFox said: It would be awesome if Accurate Defense Debuff IOs can be added to MM Grave Knight, Jounin, and all Merc pets. They can equip it as well as Enforcers. Thank you. Already implemented in the version...release date still TBD. 1 Quote I am merely the guy with a keyboard and monitor under the stairs. Link to comment Share on other sites More sharing options...
hannibal2 Posted September 19, 2019 Share Posted September 19, 2019 Question I'am running Ubuntu 19.04.1 how do I setup up Mids Hero Designer to run under Linux ? Link to comment Share on other sites More sharing options...
Metalios Posted September 19, 2019 Author Share Posted September 19, 2019 57 minutes ago, hannibal2 said: Question I'am running Ubuntu 19.04.1 how do I setup up Mids Hero Designer to run under Linux ? You would need to install wine and .Net 4.7.2 Quote I am merely the guy with a keyboard and monitor under the stairs. Link to comment Share on other sites More sharing options...
Redlynne Posted September 19, 2019 Share Posted September 19, 2019 Still waiting for you to export everything out of the application and make a web page that does the job ... and the longer it takes you to start that process the longer it's going to take to finally happen ... Verbogeny is one of many pleasurettes afforded a creatific thinkerizer. Link to comment Share on other sites More sharing options...
hannibal2 Posted September 19, 2019 Share Posted September 19, 2019 3 hours ago, crytilis said: You would need to install wine and .Net 4.7.2 Unfortunately Its not letting me install the program do you have a step by step procedure under Ubuntu Link to comment Share on other sites More sharing options...
Metalios Posted September 20, 2019 Author Share Posted September 20, 2019 14 hours ago, Redlynne said: Still waiting for you to export everything out of the application and make a web page that does the job ... and the longer it takes you to start that process the longer it's going to take to finally happen ... There isn't anything to export that would be worth using that couldn't be obtained via the server source, better off starting from scratch. Quote I am merely the guy with a keyboard and monitor under the stairs. Link to comment Share on other sites More sharing options...
Redlynne Posted September 20, 2019 Share Posted September 20, 2019 7 hours ago, crytilis said: There isn't anything to export that would be worth using that couldn't be obtained via the server source, better off starting from scratch. Agreed. What's taking so long for that starting from scratch approach? Wouldn't it be easier to maintain, in addition to platform agnostic? Verbogeny is one of many pleasurettes afforded a creatific thinkerizer. Link to comment Share on other sites More sharing options...
Apparition Posted September 20, 2019 Share Posted September 20, 2019 (edited) 2 hours ago, Redlynne said: Agreed. What's taking so long for that starting from scratch approach? Wouldn't it be easier to maintain, in addition to platform agnostic? Programmers have different specialties. C# is not HTML and CSS, and vice versa. Plus, to be blunt, macOS and Linux users are a tiny fraction of the player base. The vast majority use Windows, where Mids' works fine. Edited September 20, 2019 by Apparition Link to comment Share on other sites More sharing options...
Phoenix' Posted September 20, 2019 Share Posted September 20, 2019 Wish there was a way to be able to run MRB on your mobile !!! It would be so awesome !!! 1 Link to comment Share on other sites More sharing options...
Metalios Posted September 20, 2019 Author Share Posted September 20, 2019 (edited) 1 hour ago, Phoenix' said: Wish there was a way to be able to run MRB on your mobile !!! It would be so awesome !!! The biggest thing that is preventing myself, or Maslow from doing any type of porting the app to different platforms is that just about everything inside of the app ties heavily into the Windows System.Drawing namespace within the .NET framework. For example. the creation of the power slots, enhancement slots, etc, are all done via Classes and Methods within that namespace. That in itself would be a massive undertaking, requiring hundreds of hours (most likely) in order to move away from this into something like Xamarin Forms and then changing all the individual pieces that made changes to it. Someone had previously mentioned .NET Core also, this however does not solve that issue either. While .NET Core 3.x does support Winforms and WPF, they still require those types of applications to be ran on a Windows platform. A branch of MRB utilizing .NET Core 3.x has already been created and tested confirming this. NET Core however is more optimized than the .NET framework itself as in many cases, entire portions of the framework were re-created from scratch. This does seem to provide some performance increases and after more testing we may choose to move to this as the standard going forward. Edited September 20, 2019 by crytilis Quote I am merely the guy with a keyboard and monitor under the stairs. Link to comment Share on other sites More sharing options...
Yoru-hime Posted September 20, 2019 Share Posted September 20, 2019 ❤️ for the people working on Hero Designer. It's greatly appreciated. Is there a way to add in external buffs? For instance, I have a scrapper that regularly runs with a partner defender. I know that character will usually have an extra layer of buffs at all times. I can handle the defense math easily enough, but accounting for external recharge buffs, in particular, is difficult. I've poked around a bit without success, but I'm no build maestro, so I'm wondering if there's some options set that I'm missing. Link to comment Share on other sites More sharing options...
Phoenix' Posted September 20, 2019 Share Posted September 20, 2019 50 minutes ago, crytilis said: The biggest thing that is preventing myself, or Maslow from doing any type of porting the app to different platforms is that just about everything inside of the app ties heavily into the Windows System.Drawing namespace within the .NET framework. For example. the creation of the power slots, enhancement slots, etc, are all done via Classes and Methods within that namespace. That in itself would be a massive undertaking, requiring hundreds of hours (most likely) in order to move away from this into something like Xamarin Forms and then changing all the individual pieces that made changes to it. Someone had previously mentioned .NET Core also, this however does not solve that issue either. While .NET Core 3.x does support Winforms and WPF, they still require those types of applications to be ran on a Windows platform. A branch of MRB utilizing .NET Core 3.x has already been created and tested confirming this. NET Core however is more optimized than the .NET framework itself as in many cases, entire portions of the framework were re-created from scratch. This does seem to provide some performance increases and after more testing we may choose to move to this as the standard going forward. Forgive me for my ignorance but is it possible via a website? Link to comment Share on other sites More sharing options...
zenijos10 Posted September 20, 2019 Share Posted September 20, 2019 Thank you for making Mids Reborn! I have a feature request. Could you make it that when we export for forum use we can optionally include character sets as they appear on the popout window, ie resistances, defenses, runspeed haste, etc. This, I think is far more useful for the forums and helping people understand a build then seeing set bonuses. Link to comment Share on other sites More sharing options...
Axis Posted September 20, 2019 Share Posted September 20, 2019 Have the Experienced Marksman IOs been added? Its the sniper PVP set. I don't know if they are specific to Homecoming or not. And keep up the good work 🙂 @War Mage Badge Tracking - https://cityofbadgers.com Link to comment Share on other sites More sharing options...
Metalios Posted September 21, 2019 Author Share Posted September 21, 2019 (edited) On 9/4/2019 at 8:46 AM, SmalltalkJava said: Manual. There is no transfer from game to mids. You can actually. In game type "/buildsave" without the quotes. In Mids Reborn click "File => Open". Navigate to "<YourCOHDirectory>\<YourAccountName>\Builds". Select the "build.txt" file and click "Open" You should now see your characters build loaded into Mids Reborn. Enjoy! Edited September 21, 2019 by crytilis 4 6 Quote I am merely the guy with a keyboard and monitor under the stairs. Link to comment Share on other sites More sharing options...
Aysel Posted September 21, 2019 Share Posted September 21, 2019 7 hours ago, crytilis said: You can actually. In game type "/buildsave" without the quotes. In Mids Reborn click "File => Open". Navigate to "<YourCOHDirectory>\<YourAccountName>\Builds". Select the "build.txt" file and click "Open" You should now see your characters build loaded into Mids Reborn. Enjoy! DUDE 😮 is is totally awesome! Link to comment Share on other sites More sharing options...
SmalltalkJava Posted September 21, 2019 Share Posted September 21, 2019 8 hours ago, crytilis said: You can actually. In game type "/buildsave" without the quotes. In Mids Reborn click "File => Open". Navigate to "<YourCOHDirectory>\<YourAccountName>\Builds". Select the "build.txt" file and click "Open" You should now see your characters build loaded into Mids Reborn. Enjoy! Amazing!!! Baseline MM Henchmen Defenses and Resist Values MM - Beast Pets - Pet Attack usage and some quick proc testing Link to comment Share on other sites More sharing options...
Redlynne Posted September 22, 2019 Share Posted September 22, 2019 (edited) When I check Mystic Flight in the build planner, it shows an endurance cost of 0.36/s but when I look at the info in-game on Homecoming I see 0.46/s. I figure this is an Off By One typo in the database, but it has implications for endurance budgeting for builds that use Mystic Flight instead of Hover. This makes me wonder if there's possibly a bug(?) with the Activate period on the power. 0.182 / 0.5s = 0.362 endurance per second, as advertised 0.182 / 0.4s = 0.455 endurance per second, which is seen in the Show Info screens inside of Homecoming So a difference in the activation period of 0.5 vs 0.4 would account for the discrepancy and still be an Off By One typo situation, just not in the place you'd expect it to be. Edited September 22, 2019 by Redlynne Verbogeny is one of many pleasurettes afforded a creatific thinkerizer. Link to comment Share on other sites More sharing options...
Sovera Posted September 22, 2019 Share Posted September 22, 2019 In the same vein Hover shows on HD as if having 46 mph while in game it's 30 mph. - Simple guide for newcomers. - Money making included among other things. - Tanker Fire Armor: the Turtle, the Allrounder, the Dragon, and compilation of Fire Armor builds. - Tanker Stone Armor: beginner friendly (near) immortal Tanker for leveling/end-game and Stone Armor framework. - Brute Rad/Stone and compilation of Brute Stone Armor builds. Link to comment Share on other sites More sharing options...
Redlynne Posted September 22, 2019 Share Posted September 22, 2019 5 hours ago, Sovera said: In the same vein Hover shows on HD as if having 46 mph while in game it's 30 mph. Still kind of amazed by how Mystic Flight, all on its own, so vastly exceeds the Fly speed cap even when not slotting for Fly speed inside the planner. According to the mouse hover tooltip: Base Flight speed: 21.5 mph This has been capped at the maximum in-game speed. Uncapped speed: 164.6 mph I figure there's something wonky (that's the correct technical term, by the way) for how that formula is computing things inside the build planner. Oh and I'm still stuck using v2.6.0.1 due to a lack of a .net 2.0 compatible upgrade path for the planner. Verbogeny is one of many pleasurettes afforded a creatific thinkerizer. Link to comment Share on other sites More sharing options...
BillyMailman Posted September 22, 2019 Share Posted September 22, 2019 Minor bug in 2.6.0.4 (DB 19.0921): Mastermind Mace Mastery isn't requiring one of the first two powers before you can choose the third/fourth. Pinnacle refugee. Powers and math guy. Link to comment Share on other sites More sharing options...
Caulderone Posted September 22, 2019 Share Posted September 22, 2019 After updating to 2.6.0.4 just now, I opened up the Options menu. When I click OK to close it (having changed nothing), I get the following error popup: "Incorrect amount of stats selected, please go back and make sure you have 3 to 6 stats selected." This appears to have to do with the "Discord Export Settings" tab. I selected 3 random things in there and this went away. Just in case anyone else runs into this and wants to get rid of that error. 3 Link to comment Share on other sites More sharing options...
Recommended Posts