-
Member
Hi, can you update passive skill tree? its all out of place
-
Post Thanks / Like - 1 Thanks
Xco15 (1 members gave Thanks to danio0106 for this useful post)
-
Member
Is it possible to use the preloader to scout for Deli Bosses? I know that he can find Harbi bosses for example. I want to know if there is a Kosis or the other boss in the map.
-
Active Member
Originally Posted by
wolfis
+1 for Tinctures. Anyone managed to automate?
Can automate with ReAgent fairly easily
e.g. create a key action with the following rule for prismatic flask
SinceLastActivation(1.1)&&
MonsterCount(100, MonsterRarity.Any) >= 1 &&
!Buffs.Has("tincture_penetrate_elemental_resistances")
or this for rosethorn
SinceLastActivation(1.1)&&
MonsterCount(100, MonsterRarity.Any) >= 1 &&
!Buffs.Has("tincture_rosethorn")
-
Post Thanks / Like - 1 Thanks
wolfis (1 members gave Thanks to malvient for this useful post)
-
Member
Thanks a lot. Where can we actually review what changed anyways?
-
Member
Does ExileAPI edit the game in any way or is it all from reading the games memory and drawing an overlay etc?
-
Member
Is there a plugin that lists mobs in the map, I wanted to set it up so it shows Uber Hillock (onigoroshi farming).
Mastering the art of game hacking: where pixels meet possibilities, and codes dance to my command, turning virtual challenges into digital victories.
-
Member
-
Active Member
Originally Posted by
clawface
Is there a plugin that lists mobs in the map, I wanted to set it up so it shows Uber Hillock (onigoroshi farming).
Yea the preload alert plug-in which is included by default, and already has Uber hillock in the preload alert config file.
-
Post Thanks / Like - 2 Thanks
-
Member
Originally Posted by
InfiniteIce
Yea the preload alert plug-in which is included by default, and already has Uber hillock in the preload alert config file.
can you track nameless seer?
Metadata/NPC/League/Azmeri/UniqueDealerMaps
shows in every map. we need to find a way to track
-
Active Member
Metadata/NPC/League/Azmeri/UniqueDealerMaps didn't show him on the preload even when he was in the map next to me.
For nameless seer, gonna try this:
Metadata/NPC/League/Azmeri/Eramir/Eramir.ao; turd; ffcc8316
Can confirm it does show him once he's already spawned, see pic.
Need to find him again to see if it detects before he spawns.
Untitled.jpg
Last edited by InfiniteIce; 08-04-2024 at 11:12 PM.
Reason: added the pic
-
Post Thanks / Like - 3 Thanks
-
Member
Any luck with these?
Black Knight - The Crater thing
Each different ore, especially Bismuth
Mirror?
-
Member
Is there any way to adjust the font to get higher than FrizQuadrataITC:22? Playing on 4k TV and everything is small. When I tried to set it to higher in the settings config it just reset to normal.
-
Member
Is it possible to use the preloader to scout for Deli Bosses? I know that he can find Harbi bosses for example. I want to know if there is a Kosis or the other boss in the map.
-
★ Elder ★
Originally Posted by
lionelione43
Is there any way to adjust the font to get higher than FrizQuadrataITC:22? Playing on 4k TV and everything is small. When I tried to set it to higher in the settings config it just reset to normal.
You need to edit fonts/config.ini to add more options
-
Member
Originally Posted by
malvient
Can automate with ReAgent fairly easily
e.g. create a key action with the following rule for prismatic flask
SinceLastActivation(1.1)&&
MonsterCount(100, MonsterRarity.Any) >= 1 &&
!Buffs.Has("tincture_penetrate_elemental_resistances")
or this for rosethorn
SinceLastActivation(1.1)&&
MonsterCount(100, MonsterRarity.Any) >= 1 &&
!Buffs.Has("tincture_rosethorn")
Thanks bud, works great!