ExileApi 3.23 and beyond - Plugin framework menu

User Tag List

Page 22 of 111 FirstFirst ... 18192021222324252672 ... LastLast
Results 316 to 330 of 1661
  1. #316
    yoxowned's Avatar Member
    Reputation
    2
    Join Date
    Oct 2016
    Posts
    38
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AeonClock View Post
    In the plugin settings click Open Build Folder, create a new file and call it filter.ifl, inside paste this :

    Code:
    (
    	ContainsString(ResourcePath, new []{
    	"Art/2DItems/Belts/Headhunter.dds",
    	"Art/2DItems/Belts/InjectorBelt.dds",
    	"Art/2DItems/Rings/AmethystRingUnique.dds"
    	})
    )

    This will check for Headhunter/Mageblood/Death's rush ring, if u want more uniques on the list just add them yourself, you can find the paths for them inside the provided uniqueArtMapping.default.json file.

    If you're looking for specific bases, like non-uniques, use

    Code:
    (
      Path  == "2dpathhere"
    )
    You can find the file paths on their poedb page.

    can i ask how to create .ifl file i try to create txt then rename that not show on plugin

    ExileApi 3.23 and beyond - Plugin framework
  2. #317
    j3ismynamo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2024
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by YellowRodent View Post
    Hi, been trying to get this to work for better part of the day.
    Downloaded zip, extracted into source folder, ran Loader.exe. Not able to compile, getting issues:

    Build failed:
    [1/4/2024 1:18:58 PM,
    C:\modman\poe\ExileApi-Compiled-3.23.0.2\Plugins\Source\WhereTheWispsAt\WhereThe
    WispsAt.csproj(0, 0)] NU1101: Unable to find package ImGui.NET. No packages
    exist with this id in source(s): Microsoft Visual Studio Offline Packages
    [1/4/2024 1:18:58 PM,
    C:\modman\poe\ExileApi-Compiled-3.23.0.2\Plugins\Source\WhereTheWispsAt\WhereThe
    WispsAt.csproj(0, 0)] NU1102: Unable to find package Newtonsoft.Json with
    version (>= 13.0.3)
    - Found 1 version(s) in Microsoft Visual Studio Offline Packages [ Nearest
    version: 9.0.1 ]
    [1/4/2024 1:18:58 PM,
    C:\modman\poe\ExileApi-Compiled-3.23.0.2\Plugins\Source\WhereTheWispsAt\WhereThe
    WispsAt.csproj(0, 0)] NU1101: Unable to find package SharpDX.Mathematics. No
    packages exist with this id in source(s): Microsoft Visual Studio Offline
    Packages

    Not really sure how the dependencies are missing? Other plugins compiled fine... Are we supposed to compile this as a dll somewhere else like VS and just drop it into compiled? If so, how do we build that?

    Running ExileApi-Compiled-3.23.0.2 so I should be on the latest.
    Last edited by j3ismynamo; 01-04-2024 at 01:46 PM.

  3. #318
    Rinnekage's Avatar Member
    Reputation
    1
    Join Date
    Sep 2017
    Posts
    18
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any plugin that can highlight custom mods in red\\blue altars?

  4. #319
    randomtestyname's Avatar Member
    Reputation
    2
    Join Date
    Dec 2023
    Posts
    11
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rinnekage View Post
    Any plugin that can highlight custom mods in red\\blue altars?
    GitHub - bruno105/AltarHelper: Highlights the best option from Primordial Altar based on a Filter.

  5. Thanks Rinnekage (1 members gave Thanks to randomtestyname for this useful post)
  6. #320
    Rinnekage's Avatar Member
    Reputation
    1
    Join Date
    Sep 2017
    Posts
    18
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  7. #321
    z4ken's Avatar Private
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    someone fixed a problem with Ground items? Im still getting error "Ground labels appear to be broken" ;/

  8. #322
    memh's Avatar Member
    Reputation
    1
    Join Date
    May 2022
    Posts
    4
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank You for your plugin! Now i commonly get x2 wisps compared to old runs. By the way, is it possible to add feature to track your steps on mininap when you running wildwood? It will be very helpful to do not step on the sides and waste fuel because game colours with this fog so bad, and I'm partially colorblind.

  9. #323
    SandorClegane's Avatar Member
    Reputation
    4
    Join Date
    Sep 2016
    Posts
    37
    Thanks G/R
    0/3
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way to disable the error texts popping up on the screen?I'm using linq ground item filter but sometimes its printing huge amount of red texts due to too much clutter of items.Nevertheless it is working nicely even tho its printing errors.

  10. #324
    usebatu's Avatar Member
    Reputation
    2
    Join Date
    Sep 2016
    Posts
    25
    Thanks G/R
    24/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Does someone know how to fix it please? I searched all the comments but couldn't figure it out. At least could someone say which comment has the solution please?
    Attached Thumbnails Attached Thumbnails ExileApi 3.23 and beyond - Plugin framework-hata-png  

  11. #325
    kisapll's Avatar Member
    Reputation
    5
    Join Date
    Sep 2019
    Posts
    88
    Thanks G/R
    38/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by z4ken View Post
    someone fixed a problem with Ground items? Im still getting error "Ground labels appear to be broken" ;/
    Did you set item limit to 20k in core settings? It will still show some errors sometimes but it's working 100%. dropped mageblood in very juiced abyss map (with whole wide screen of leather and heavy belts) and it showed

  12. #326
    z4ken's Avatar Private
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kisapll View Post
    Did you set item limit to 20k in core settings? It will still show some errors sometimes but it's working 100%. dropped mageblood in very juiced abyss map (with whole wide screen of leather and heavy belts) and it showed
    yes i setup 20k in core settings and still getting error ;/

  13. #327
    HwtChirino's Avatar Active Member CoreCoins Purchaser
    Reputation
    23
    Join Date
    Jun 2012
    Posts
    32
    Thanks G/R
    2/10
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Anyone know how I can add "Boss Stronghold" to preload alerts? Sometimes I see it on the map before entering Wildwood, but sometimes not.

    It would be helpful to know if the boss is there before entering if, for example, you're speed running a map for sulphite or something.

  14. #328
    sanx's Avatar Member
    Reputation
    2
    Join Date
    Oct 2017
    Posts
    10
    Thanks G/R
    15/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a way to show mobs on the map?

  15. #329
    kisapll's Avatar Member
    Reputation
    5
    Join Date
    Sep 2019
    Posts
    88
    Thanks G/R
    38/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by z4ken View Post
    yes i setup 20k in core settings and still getting error ;/
    That what I wrote. I'm getting errors too, but plugin is working anyway even with error. You can throw item from filter on ground when got errors and see that it's still showing it.

  16. #330
    KrackerCov2's Avatar Member
    Reputation
    1
    Join Date
    Jun 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    best you can do

    {
    "Name": "Metadata/Terrain/Woods/Woods/AzmeriLeague/Features/arenaTransition_01.tdt",
    "ExpectedCount": 1,
    "DisplayName": "Boss stronghold"
    },

    is make sure thats in the targets.json in Radar plugin. that way if you in the wisp area it will do the target line to it. Make sure show paths to target is checked.

    On that note: anyway to make a target to the harvest event in the wisp area? 1k of stuff that drops from 1 mob is nice to have.

    But yes, a preload would be amazing for the kings stronghold or harvest event . i Tried to add Metadata/Terrain/Woods/Woods/AzmeriLeague/Features/arenaTransition_01.tdt to preloads but it always shows up even if the stronghold is there or not.

Similar Threads

  1. The Irony of WOTLK and beyond
    By Z3D in forum World of Warcraft General
    Replies: 8
    Last Post: 09-15-2009, 09:54 PM
  2. Half Life 2 - Easter Eggs and Beyond
    By Glynbeard in forum Gaming Chat
    Replies: 0
    Last Post: 11-04-2007, 09:51 AM
  3. Above and Beyond AV (2.0.5(And hopefully above))
    By Dead_Man in forum World of Warcraft Exploits
    Replies: 12
    Last Post: 02-03-2007, 12:38 AM
  4. Above and beyond Orgrimmar
    By Matt in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 12-30-2006, 08:37 PM
All times are GMT -5. The time now is 06:30 PM. 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