ExileCore2 - advanced QoL framework menu

User Tag List

Page 14 of 41 FirstFirst ... 101112131415161718 ... LastLast
Results 196 to 210 of 604
  1. #196
    zoukerbou's Avatar Member
    Reputation
    7
    Join Date
    Dec 2024
    Posts
    12
    Thanks G/R
    7/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In the minimap reveal is it possible to add a light color on the undiscovered area to better identify it?

    ExileCore2 - advanced QoL framework
  2. #197
    NeGaT1VeChanell's Avatar Member
    Reputation
    1
    Join Date
    Sep 2023
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Add the ability to change room weights in sanctum pathfind (chalice and ritual rooms faster than escape)

  3. #198
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,999
    Thanks G/R
    295/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by NeGaT1VeChanell View Post
    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

  4. #199
    Connotation's Avatar Member
    Reputation
    1
    Join Date
    Oct 2024
    Posts
    2
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cheatH13 View Post
    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?

  5. #200
    lordahx's Avatar Member
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still cant add segments to healthbars. I even opened a thread on the git.
    error.png

  6. #201
    ali_ee's Avatar Member
    Reputation
    1
    Join Date
    Dec 2024
    Posts
    12
    Thanks G/R
    27/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if someone can post a guide on how to set-up controller to work with ExileCore2, I would appreciate it.

  7. #202
    Acestess1987's Avatar Member
    Reputation
    1
    Join Date
    Dec 2024
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey is there something to draw a presence circle arround me and also on the map?

  8. #203
    wayne2007's Avatar Member
    Reputation
    1
    Join Date
    Apr 2018
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  9. #204
    taka88's Avatar Member
    Reputation
    1
    Join Date
    Dec 2024
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wayne2007 View Post
    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

  10. #205
    shlovian's Avatar Member
    Reputation
    1
    Join Date
    Jan 2025
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zoukerbou View Post
    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 !

  11. #206
    cheatH13's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2017
    Posts
    25
    Thanks G/R
    4/10
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Connotation View Post
    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)

  12. Thanks Connotation, limpopooo (2 members gave Thanks to cheatH13 for this useful post)
  13. #207
    Connotation's Avatar Member
    Reputation
    1
    Join Date
    Oct 2024
    Posts
    2
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cheatH13 View Post
    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

  14. #208
    ForgottenExile's Avatar Member
    Reputation
    2
    Join Date
    Jan 2024
    Posts
    2
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  15. #209
    miranda123's Avatar Member
    Reputation
    10
    Join Date
    Dec 2024
    Posts
    12
    Thanks G/R
    2/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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)

  16. #210
    cheatH13's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2017
    Posts
    25
    Thanks G/R
    4/10
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    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

Page 14 of 41 FirstFirst ... 101112131415161718 ... LastLast

Similar Threads

  1. [Guide] How to make advanced scripts - thought process framework with example
    By EthEth in forum PoE Bots and Programs
    Replies: 17
    Last Post: 3 Weeks Ago, 01:00 AM
  2. Guide to 3 paths of advanced leatherworking
    By xlAnonym0uslx in forum World of Warcraft Guides
    Replies: 1
    Last Post: 04-21-2025, 06:50 PM
  3. Tackle Box v0.2 Advanced Fishing Bot!
    By lopolop in forum World of Warcraft Bots and Programs
    Replies: 66
    Last Post: 03-17-2007, 08:41 AM
  4. Advanced reloger
    By LightWave in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 01-23-2007, 03:51 PM
All times are GMT -5. The time now is 09:17 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search