Maintenance for the week of September 8:
• [IN PROGRESS] PC/Mac: EU megaserver for maintenance – September 9, 22:00 UTC (6:00PM EDT) - September 10, 16:00 UTC (12:00PM EDT)

[Guide] The Mundus Stone Exploit and how it works

  • I_killed_Vivec
    I_killed_Vivec
    ✭✭✭✭✭
    ✭✭
    Xeven wrote: »
    I don't care how complicated they try to spin the "problem". It is a simple check when you receive a new mundus.

    if (mundusCount > 0 || twiceBorn == false)
    {
    removeAllMundus();
    }

    It's not rocket surgery, and if it's any more complicated than that, then you seriously need to review your code base.

    It is a bit more complicated - if you have twice born then if mundusCount is 0 or 1 you add a mundus, if it's 2 then you replace one (I'm not sure how it works - can you only replace the second mundus?).

    Obviously if you don't have twice born then you don't need to check mundusCount > 0. It is always safe to clear the mundus immediately prior to allocating a new one (even if you don't have one...).
  • SeptimusDova
    SeptimusDova
    ✭✭✭✭✭
    Maddux give them a week and if it does not happen i will post the exploit on my you tube channel. They can ban me I do not care
  • NewBlacksmurf
    NewBlacksmurf
    ✭✭✭✭✭
    ✭✭✭✭✭
    There is a @FENGRUSH video that has been the topic of far too many threads here in the forums, where he is ranting about the problems in the game.

    Well, this to me is one of the biggest problems of this game. I cannot think of another MMO or game with competitive leaderboards or competitive PvP that takes this long to patch exploits and does absolutely nothing to punish the egregious users of the exploit.

    I came to this game from Diablo 3 on console. D3 on PC has a massive following and extremely competitive leaderboards. Blizzard will patch exploits overnight to protect their leaderboards. And, for the most part, Blizzard is quick with the banhammer. Console D3 was unfortunately not treated with the same due diligence and was over run with exploits and cheats. It completely ruined the console experience. So, I was excited to come to this game...a game with a controlled server. I brought a lot of D3 buddies over because of the opportunity to play a more socially interactive game and to compete fairly.

    Well, thus far exploits that I know of include:
    * Multi-proccing Camo Hunter to do 10 min vCoA runs or insta wipe entire zergs in PvP
    * Double Mundus stone buff without TBS
    * Getting both werewolf and Vamp at the same time...back when you didn't have to have a skill slotted for regens
    * Multi proc Rearming Trap to easy clear IC dungeons or wipe groups in PvP
    * Unlimited stam
    * Axeploit
    *** Feel I am forgetting a lot, but I am half asleep atm.

    Now players can get any and every mundus stone they want. And contrary to @Slaxis 's claim that having multiple mundus stones doesn't give a player much of an advantage, it does. It gives a massive advantage! The Twice Born Star set was the top DPS set for most builds, and still is for some. And TBS has suboptimal 2, 3, and 4 set bonuses. If I can get more crit chance, more crit damage, spell/weapon dmg, more max stats (all three), more regens (all three), plus extra damage mitigation, all while running a high damage set like Julianos, Hundings, Morkuldins, or Spell Power Cure, then my stats are going to FAR exceed anyone's who isn't cheating...especially if I am running all divines.

    The advantage this would provide in PvP is unparalleled. Furthermore, it would make it much easier to either beat vMSA, if you were otherwise unable, or get a better score than you otherwise could. And with the most powerful weapons in the game locked behind this content, this is a big foul. Then, of course, there are the weekly and PvP leaderboards, from which the items received either equal a more powerful build or an often substantial profit from a trader sale. Earning Emperor or a weekly via the use of an exploit(s) not only earns the exploiting player something they should not have otherwise received, but it also takes said rewards away from a player who did earn them.

    In a game with competitive PvP and competitive leaderboards, the devs MUST take exploits seriously. For the life of me, I cannot understand why the devs do not patch this stuff quicker and why the banhammer isn't brought slamming down (temp bans at least).

    FFS, most of the popular streamers are using axeploit in their vMSA clear and in PvP. They claim they are doing so to help get it patched quicker, but the reality is they are using it for an unfair advantage.

    This game is very quickly becoming a complete joke in terms of fair competition. It has already driven several of my competitive buddies away from the game and is massively detracting from my experience.

    @ZOS_GinaBruno I really hope the ZOS team will finally say enough is enough. Patch this quickly and mass ban anyone with more than two mundus stones (easy algorithm). Players can easily appeal the ban and, on a case-by-case, have the ban lifted with ample supporting cause. Furthermore, roll back players accounts to when they first picked up an extra mundus so that they lose whatever benefits they got from the exploit.

    I agree with everything you said except the last part about banning. Firstly, if ZOS could design an algorithm to detect multiple mundus stones and ban players, why don't they simply design an algorithm to check for extra mundus stones and REMOVE them? Secondly, my understanding is that players can receive this exploit without even trying, and there's nothing they can do about it once they get it. Banning players under those circumstances would just be wrong.

    agree completely
    -PC (PTS)/Xbox One: NewBlacksmurf
    ~<{[50]}>~ looks better than *501
  • Xeven
    Xeven
    ✭✭✭✭✭
    Xeven wrote: »
    I don't care how complicated they try to spin the "problem". It is a simple check when you receive a new mundus.

    if (mundusCount > 0 || twiceBorn == false)
    {
    removeAllMundus();
    }

    It's not rocket surgery, and if it's any more complicated than that, then you seriously need to review your code base.

    It is a bit more complicated - if you have twice born then if mundusCount is 0 or 1 you add a mundus, if it's 2 then you replace one (I'm not sure how it works - can you only replace the second mundus?).

    Obviously if you don't have twice born then you don't need to check mundusCount > 0. It is always safe to clear the mundus immediately prior to allocating a new one (even if you don't have one...).

    No s***. Its psuedo code dude, merely meant to show that a compound if statement should solve the problem.

    Obviously, it's not that simple or they would have already fixed it. Their mundus code is so f***** up that they can't fix it like this. The problem is their code base.

    If you want to get all technical, trying to remove a mundus that doesnt exist could throw a null exception. You don't know whats in removeAllMundus() because I just made that s*** up!

    Edited by Xeven on March 16, 2016 4:34PM
  • Hope499
    Hope499
    ✭✭✭✭
    Troneon wrote: »
    The whole thing reminds me of the story how the animation canceling exploit was "fixed" :
    we fix it tommorow!
    we fix it next week!
    we fix it next patch!
    We fix it!
    we still plan to fix it!
    It's skilled play, go on, use it...

    https://www.youtube.com/watch?v=cOCD_Jzre3c

    Well, thats awesome.
    Tripped over my friends bra.....
    ....
    ....
    ..she is always setting booby traps!
  • AddictionX
    AddictionX
    ✭✭✭✭
    Maddux wrote: »
    AddictionX wrote: »
    I got told in another forum post with a compilation of bugs by the OP not to be a "whistle blower" and refused to explain any said bug because "it was already addressed"

    This mentality is very backwards.

    You should always give the Company a Chance to fix Problems before you make something public. But as we have seen at BMW (and other Manufactorers) Car Hacks and many other Examples, Companys tend to being lazy and dont fix because the Majority dosnt knows about it.
    Zenimax was aware of this gamebraking Bug for a very long Time. Idk if they were lazy or just cant find a quick Solution but they had much Time to fix it.

    I know what i should do....

    however, been playing mmo's(more than i can list) in general for abit more than 15 years now and i know for a fact when a said bug or whatever starts to mess where it hurts ($) thats when stuff gets done...

  • AddictionX
    AddictionX
    ✭✭✭✭
    Xeven wrote: »
    Erock25 wrote: »

    In a game with competitive PvP and competitive leaderboards, the devs MUST take exploits seriously. For the life of me, I cannot understand why the devs do not patch this stuff quicker

    They don't know how to. THey must have lost a lot of people who made the original code because they clearly don't have a clue how to manage it anymore.

    They lost Paul Sage, Maria Aliprando, and Nick Konkle. All of them key players. Now were stuck with Wrobel wearing all the hats, spreading his seed, melting people in Wall Of Elements, building Templar houses, Shield Breaker, and Vicious Death.

    "spreading his seed"

    lol i see what you did there xD
  • RinaldoGandolphi
    RinaldoGandolphi
    ✭✭✭✭✭
    ✭✭✭✭
    Xeven wrote: »
    Erock25 wrote: »

    In a game with competitive PvP and competitive leaderboards, the devs MUST take exploits seriously. For the life of me, I cannot understand why the devs do not patch this stuff quicker

    They don't know how to. THey must have lost a lot of people who made the original code because they clearly don't have a clue how to manage it anymore.

    They lost Paul Sage, Maria Aliprando, and Nick Konkle. All of them key players. Now were stuck with Wrobel wearing all the hats, spreading his seed, melting people in Wall Of Elements, building Templar houses, Shield Breaker, and Vicious Death.

    @Xeven

    What a true statement...the sad thing is i don't know if to laugh or cry.....
    Rinaldo Gandolphi-Breton Sorcerer Daggerfall Covenant
    Juste Gandolphi Dark Elf Templar Daggerfall Covenant
    Richter Gandolphi - Dark Elf Dragonknight Daggerfall Covenant
    Mathias Gandolphi - Breton Nightblade Daggerfall Covenant
    RinaldoGandolphi - High Elf Sorcerer Aldmeri Dominion
    Officer Fire and Ice
    Co-GM - MVP



    Sorcerer's - The ONLY class in the game that is punished for using its class defining skill (Bolt Escape)

    "Here in his shrine, that they have forgotten. Here do we toil, that we might remember. By night we reclaim, what by day was stolen. Far from ourselves, he grows ever near to us. Our eyes once were blinded, now through him do we see. Our hands once were idle, now through them does he speak. And when the world shall listen, and when the world shall see, and when the world remembers, that world will cease to be. - Miraak

  • Reverb
    Reverb
    ✭✭✭✭✭
    ✭✭✭✭✭
    Xeven wrote: »

    They lost Paul Sage, Maria Aliprando, and Nick Konkle. All of them key players. Now were stuck with Wrobel wearing all the hats, spreading his seed, melting people in Wall Of Elements, building Templar houses, Shield Breaker, and Vicious Death.

    That WoE raid melting bug was equal parts terrible and wonderful. So much yelling "DO NOT purge in the breach" went unheeded. I raged and I laughed. Thanks for the reminder.
    Battle not with monsters, lest ye become a monster, and if you gaze into the abyss, the abyss gazes also into you. ~Friedrich Nietzsche
  • Docmandu
    Docmandu
    ✭✭✭✭✭
    daemonios wrote: »
    I've long believed exploits should be fully disclosed publicly to force ZOS' hand in fixing them. The hush-hush policy servers nobody but the exploiters. However, this IS their game and their forum, so we have to play by their rules.

    https://en.wikipedia.org/wiki/Responsible_disclosure
    https://tools.ietf.org/html/draft-christey-wysopal-vuln-disclosure-00
  • RedRoomGaming
    RedRoomGaming
    ✭✭✭
    Maddux wrote: »
    Yes, this Post is about the Mundus Stone Exploit but i want post how it works. Not yet.

    There is a huge gamebreaking Bug in this Game that Zenimax is aware of but decided to dont fix asap or wasnt able to fix. A Bug with that you can get as much Mundus Stones as you want, without using Twice Born Star or more as 2 Mundus Stones if you use this Set.
    There were and are a lot of Players in the Rankings from which we (an Zenimax to) knows that they use this Exploit to get multiple Mundus Stones but nothing happens with them. No Fix, no Ban, nothing.

    Zenimax promised that they will fix the Exploit short after TG goes Live and they will reset the Leaderboards after the Fix. What we have now is a Reset of the Leaderboards without fixing the Exploit and the old Cheaters can still dominate the Leaderboards and maybe stand there for a long Time until CP Capraises will equal the Power of the Exploit or Zenimax is reseting the Leaderboards again.

    So,
    @ZOS_GinaBruno
    @ZOS_JessicaFolsom
    @ZOS_KaiSchober

    Do we have, for the Spirit of Fairness, to publish a detailed Guide about the Exploit so everyone has the Chance to beat the Cheaters on the Leaderboards with equal Weapons or do you plan the reset the Leaderboards again right after the Fix in the next Patch. Whenever that Patch will come.

    Sincerely
    Maddux

    FYI this was being "investigated" in April 2015. Please see here http://forums.elderscrollsonline.com/en-GB/discussion/168172/no-word-on-the-3-mundus-stone-exploit
    PS4 Eu Server
    • Stampler - RedRoomGaming - V16
    • Mageblade - Beard Of Molag - v3
    • High Elf Sorc - Man Of Potato - V16
  • RedRoomGaming
    RedRoomGaming
    ✭✭✭
    So up to you what happens. Btw what's your YouTube.
    PS4 Eu Server
    • Stampler - RedRoomGaming - V16
    • Mageblade - Beard Of Molag - v3
    • High Elf Sorc - Man Of Potato - V16
  • BalgusFlinn
    BalgusFlinn
    ✭✭✭
    Working as intended.
  • Ampnode
    Ampnode
    ✭✭✭✭
    Another "we're fixing it" response. Sweet, a step in the same direction. Now... what about the Mist Form exploit? It's becoming a bit more rampant in PvP now.
    PC NA - CP640+

    Characters:
    Amp - Magicka Nightblade
    Amp - Magicka Sorcerer
    Amp - Magicka Templar
    Amp - Stamina Dragonknight
    Amp - Stamina Templar
    Amp - Magicka Dragonknight
    Amp - Stamina Sorcerer
    Amp - Stamina Nightblade
  • Phinix1
    Phinix1
    ✭✭✭✭✭
    ✭✭✭✭✭

    Yeah, they're working on it though. /facepalm

    I will be watching youtube for the exploit. Since they are obviously not punishing people that use it, I might as well take advantage of the free stats.

    I honestly gave up on balance in this game a long time ago. Back when they did nothing about Blinky-whatever's invincibility exploit for like 5 months and he didn't even get a ban. It is why I left for 4 months. It is why I haven't PVP'd in a year. When a character hits v16 I delete them and start over.

    Every patch it's this total overhaul and everyone is supposed to re-roll fad-of-the-moment classes and chase the new OP meta. It just doesn't appeal to me. I accept this game has never been balanced and probably never will be, and enjoy the parts that I do.

    It would be nice if after years they could fix major exploits like this, but whatever. I'm sure they're working on it.
  • SeptimusDova
    SeptimusDova
    ✭✭✭✭✭
    I just finished part one and two of "ESO Exploits" they are post processing right now. The Mundus Exploit will be part three. I will post part two and three if Maddux's line of communication reaches an undesired outcome. We waited nine months for the nirn fix nine months for the camo fix. People incorporated these exploits into their builds and featured them on their streams and youtube channels.They used these to gain an unfair advantage over those who fair played.

    Some people not all will seek any edge to become or remain competitive. That is where morals and ethics come into play.

    @ Zenimax a time frame when the mundus will be fixed would be nice.

  • Buffler
    Buffler
    ✭✭✭✭✭
    Im quite happy to take a permanent ban on here for exposing the bug, as long as people keep reposting after im banned to get ZOS' real attention. (problem is I dont know the bloody exploit, only the twice born star one)
  • ZOS_GregoryV
    Greetings all,

    We are glad to see everyone sharing how this exploit has effected us all. However, given the lengthy discussion and the steps on how to use the exploit, we have closed this thread as discussion.

    [Edited to remove lock message]
    Edited by ZOS_GregoryV on March 16, 2016 7:44PM
    The Elder Scrolls Online: Tamriel Unlimited - ZeniMax Online Studios
    Forum Rules | Code of Conduct | Terms of Service | Home Page | Help Site
    Staff Post
This discussion has been closed.