Skip to content

Commit 18f9735

Browse files
committed
first 50 floors initial commit
1 parent 9302d85 commit 18f9735

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

RadarPlugin/Constants/MobConstants.cs

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ public static class MobConstants
6060
1107,
6161
1108, // Eureka Orthos in order
6262
1252, // OC: South Horn
63+
64+
// DD
65+
1281,
66+
1282,
67+
1283,
68+
1284,
69+
1285,
6370
};
6471

6572
/**
@@ -115,6 +122,7 @@ public static class MobConstants
115122
{ 2007186, "Toading Trap" },
116123
{ 2009504, "Odder Trap" },
117124
{ 2013284, "Owlet Trap" },
125+
{2014939, "Fae Trap"},
118126
// BA Objects
119127
{ 2009728, "Trap" }, // Eureka Portal,
120128
{ 2009729, "Portal" }, // Eureka Portal,
@@ -426,5 +434,24 @@ public static class MobConstants
426434
{ 2014584, DeepDungeonMobTypes.Traps },
427435
{ 18328, DeepDungeonMobTypes.SpecialUndead }, // SIlencer
428436
{ 18324, DeepDungeonMobTypes.SpecialUndead }, // SIlencer
437+
438+
439+
440+
//Pilgrims
441+
{2014756, DeepDungeonMobTypes.Passage},
442+
{2014755, DeepDungeonMobTypes.Return},
443+
//{2007357, DeepDungeonMobTypes.SilverChest},
444+
//{2007358, DeepDungeonMobTypes.GoldChest},
445+
{2014759, DeepDungeonMobTypes.Passage}, // votice candalabra
446+
{1882, DeepDungeonMobTypes.BronzeChest},
447+
{1883, DeepDungeonMobTypes.BronzeChest},
448+
{1884, DeepDungeonMobTypes.BronzeChest},
449+
{1885, DeepDungeonMobTypes.BronzeChest},
450+
{1886, DeepDungeonMobTypes.BronzeChest},
451+
{1887, DeepDungeonMobTypes.BronzeChest},
452+
{1888, DeepDungeonMobTypes.BronzeChest},
453+
{2014939, DeepDungeonMobTypes.Traps}, // fae trap
454+
{18868, DeepDungeonMobTypes.Auspice} // Feo ul
455+
429456
};
430457
}

RadarPlugin/RadarPlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Name>Radar Plugin</Name>
55
<Punchline>3D-Radar ESP</Punchline>
66
<Authors>KangasZ</Authors>
7-
<Version>2.1.7.1</Version>
7+
<Version>2.1.7.2</Version>
88
<RootNamespace>RadarPlugin</RootNamespace>
99
<Copyright>MIT @ KangasZ</Copyright>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)