Majesty Gold HD

Majesty Gold HD

Customize Majesty!
Create and upload new Quests and Mods for Majesty HD!
Making heroes inter at Mausoleum
How do I make the new heroes from the More Heroes mod inter at the Mausoleum? (I have Better Mausoleum too.)
< >
Showing 1-6 of 6 comments
VikesRule 40 16 Apr, 2021 @ 9:52pm 
There is a conflict with Better Mausoleum mod that prevents it from working alongside More Heroes mod. If you were only using More Heroes mod by itself, I made it so the new heroes will go into the Mausoleum like normal heroes do. But using the Better Mausoleum mod (created by somebody else) at the same time will stop it from working since it changes the Mausoleum code that I had added for More Heroes.
Last edited by VikesRule; 16 Apr, 2021 @ 9:54pm
elvenjediknight 17 Apr, 2021 @ 10:53pm 
Oh. Where can I find the code you added? Is it under the Mausoleum itself or the heroes? How does it work? Better Mausoleum looks pretty simple, and I changed the building hp already, but I can't figure out what flag controls the heroes interring.
VikesRule 40 17 Apr, 2021 @ 11:30pm 
Originally posted by elvenjediknight:
Oh. Where can I find the code you added? Is it under the Mausoleum itself or the heroes? How does it work? Better Mausoleum looks pretty simple, and I changed the building hp already, but I can't figure out what flag controls the heroes interring.
So I actually just tried using More Heroes and Better Mausoleum at the same time to test it out, and the heroes are interring for me like they should. One thing to keep in mind is some of the new heroes that are Agrela/Dauros followers will not go into the Mausoleum (Cultist Healer, Wild Monk), also the TimeWalker does not either. But all other of the new heroes will.

Unless you have any other mods running then it should work as expected.
elvenjediknight 18 Apr, 2021 @ 9:58pm 
ok. I was hoping to get the Agrela/Dauros followers to inter as well. Better Mausoleum normally inters all heroes including Healers, Monks, and Paladins. But in that way it clashes with More Heroes and doesn't inter any of the Agrela/Dauros heroes. How do I get the Mausoleum to inter everybody?
VikesRule 40 18 Apr, 2021 @ 10:14pm 
Originally posted by elvenjediknight:
ok. I was hoping to get the Agrela/Dauros followers to inter as well. Better Mausoleum normally inters all heroes including Healers, Monks, and Paladins. But in that way it clashes with More Heroes and doesn't inter any of the Agrela/Dauros heroes. How do I get the Mausoleum to inter everybody?
Find the MoreHeroes.gpl file, near line 1000 find this part (in the Check_Mausoleum function), remove or comment out this part:

//If the calling agent is affilliated with Dauros or Agrela, they don't go to the Mausoleum. If (ThisAgent's "Title" == "Monk" || ThisAgent's "Title" == "Healer" || ThisAgent's "Title" == "Paladin" || ThisAgent's "Title" == "Cultist_Healer" || ThisAgent's "Title" == "Wild_Monk" || ThisAgent's "Title" == "Timewalker") return False;
elvenjediknight 18 Apr, 2021 @ 11:07pm 
Sweet! Thanks!
< >
Showing 1-6 of 6 comments
Per page: 1530 50