Isn't shaped maps + 5lvls? We could just write a scipt to copy all maps, add "Shaped" to the name, and +5 to the level?
or add a button in the gui when pressed it adds 5 tiers, then disable the button reep optimization
Isn't shaped maps + 5lvls? We could just write a scipt to copy all maps, add "Shaped" to the name, and +5 to the level?
or add a button in the gui when pressed it adds 5 tiers, then disable the button reep optimization
public static readonly HashSet<string> MultilevelMaps = new HashSet<string>
{
"Vaal Pyramid Map",
"Tower Map",
"Racecourse Map",
"Arachnid Tomb Map",
"Tropical Island Map",
"Residence Map",
"Volcano Map",
"Crematorium Map",
"Overgrown Ruin Map",
"Colosseum Map"
};
public static readonly HashSet<string> BossRoomMaps = new HashSet<string>
{
//1
"Jungle Valley Map",
"Crystal Ore Map",
//2
"Beach Map",
"Factory Map",
//3
"Arid Lake Map",
"Marshes Map",
//4
"Academy Map",
"Acid Lakes Map",
"Dungeon Map",
"Graveyard Map",
"Phantasmagoria Map",
"Villa Map",
//5
"Mesa Map",
"Peninsula Map",
"Primordial Pool Map",
"Spider Lair Map",
//6
"Quarry Map",
"Spider Forest Map",
"Strand Map",
"Thicket Map",
//7
"Castle Ruins Map",
"Arachnid Nest Map",
"Atoll Map",
//8
"Bog Map",
"Cemetery Map",
//"Pier Map", //series of bossrooms, not supported
//9
"Museum Map",
"Orchard Map",
"Reef Map",
//"Temple Map" //series of bossrooms, not supported
//10
"Arsenal Map",
"Colonnade Map",
"Courtyard Map",
"Quay Map",
"Terrace Map",
"Underground River Map",
};
public static readonly HashSet<string> InternallyBannedMaps = new HashSet<string>
{
"Burial Chambers Map",
"Ramparts Map",
"Arena Map",
"Barrows Map",
"Colosseum Map",
"Core Map"
};
Cannot load [MapBuddy] because an exception occurred [E:\IE\3rdParty\_CONFIGS_\Default\MapBuddy\Content-449914355\MapBuddySettings.cs(87,111) : error CS1001: Identifier expected
].
System.Exception: E:\IE\3rdParty\_CONFIGS_\Default\MapBuddy\Content-449914355\MapBuddySettings.cs(87,111) : error CS1001: Identifier expected
at Loki.Bot.ThirdPartyLoader.(Dictionary`2 , String )
Line 87 you didn't put a layout type (A/B/C).
Where it says error blahblahblah (87,111).. 87 is the line. If you use something like Notepad++ to edit the files there are line markers on the side so it's really easy to see where the problem is.
new MapClass { Enabled = true, Name = "Arena Map", Tier = 8, LayoutType = LayoutTypeEnum.B, Priority = 22, Keep = false, ChiselAmount = 20, SacPieces = 2, RunUnidentified = false, Vaal = false, UpgradeTo = Rarity.Magic, RerollMethod = RerollMethod.ScourTransmute, MinQuantity = 0, MinRarity = 0, MinPackSize = 0, IgnoreBossRoom = false },