-
Member
In the minimap reveal is it possible to add a light color on the undiscovered area to better identify it?
-
Member
Add the ability to change room weights in sanctum pathfind (chalice and ritual rooms faster than escape)
-
Originally Posted by
NeGaT1VeChanell
Add the ability to change room weights in sanctum pathfind (chalice and ritual rooms faster than escape)
Open up the config file. Its all in there
-
Member
Originally Posted by
cheatH13
here friend:
SinceLastActivation(0.5) &&
Skills["PainOfferingPlayer"].CanBeUsed &&
Skills["PainOfferingPlayer"].DeployedEntities.Count == 0 &&
FriendlyMonsters.Count(m => m.IsAlive && m.DistanceToCursor <= 20) >= 3 &&
MonsterCount(50, MonsterRarity.AtLeastRare) >= 1
this will check if:
1.pain offering is usable.
2. cursor is near at least 3 skeleton minions. (to make sure I hit two always since I run Danse Macarbe)
3. if in combat with a rare monster.
adjust as you see fit!
hi, noob question but can Monster detect by near cursor like FriendlyMonsters above?
-
Member
Still cant add segments to healthbars. I even opened a thread on the git.
error.png
-
Member
if someone can post a guide on how to set-up controller to work with ExileCore2, I would appreciate it.
-
Member
hey is there something to draw a presence circle arround me and also on the map?
-
Member
Hey,
great work!
Could somebody tell me if its possible to see the monsters not just that close? Maybe over the whole map?
Using the Plugin Minimap Icons..
Would be great if somebody could answer
thx
-
Member
Originally Posted by
wayne2007
Hey,
great work!
Could somebody tell me if its possible to see the monsters not just that close? Maybe over the whole map?
Using the Plugin Minimap Icons..
Would be great if somebody could answer
thx
no u cant its game limitation
-
Member
Originally Posted by
zoukerbou
In the minimap reveal is it possible to add a light color on the undiscovered area to better identify it?
+1. That would be great !
-
Active Member
Originally Posted by
Connotation
hi, noob question but can Monster detect by near cursor like FriendlyMonsters above?
Try this friend:
Monsters().Any(m => m.DistanceToCursor <= X)
OR
Monsters().Any(m => m.DistanceToCursor <= 30 && m.Rarity >= MonsterRarity.Rare)
-
Post Thanks / Like - 2 Thanks
-
Member
Originally Posted by
cheatH13
Try this friend:
Monsters().Any(m => m.DistanceToCursor <= X)
OR
Monsters().Any(m => m.DistanceToCursor <= 30 && m.Rarity >= MonsterRarity.Rare)
Many many thanks. will try this when I get home
-
Member
Can someone tell me how to properly use Shockburst Rounds? PressKeySideEffect("RButton") doesn't seem to finish the animation properly for that skill.
Last edited by ForgottenExile; 01-23-2025 at 09:49 AM.
-
Member
is there anyone knows how to filter item by mods tier?
i'm trying something like this but it doesn't work. i want to highlight any npc store items with a mod tier 10 or above.
ModsInfo.ItemMods.Any(Tier>=10)
-
Active Member

2025-01-23 23_11_33-ExileApi.png
I thought I'd share my HOWA Gemling Stat Stacker rotation setup. I use this in combination with the Auto My Aim plugin, you can ofc just aim your cursor manually. You might want to increase the radius if you do tho, because 5 small.
It will try to cast Bell when it can.
If the cursor is near normal/magic monsters it will press my Storm Wave key.
If the cursor is near rare/bosses it will press my Flurry key.
I also use a basic Charged Staff management script, but you can find that around here easily.
Last edited by cheatH13; 01-23-2025 at 08:08 PM.
Reason: Image Fix