ExileApi 3.23 and beyond - Plugin framework menu

Shout-Out

User Tag List

Page 25 of 109 FirstFirst ... 21222324252627282975 ... LastLast
Results 361 to 375 of 1628
  1. #361
    cavad's Avatar Member
    Reputation
    5
    Join Date
    Jun 2018
    Posts
    57
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got a good filter for ground items shower?

    ExileApi 3.23 and beyond - Plugin framework
  2. #362
    pwndbymeh's Avatar Active Member
    Reputation
    43
    Join Date
    May 2010
    Posts
    193
    Thanks G/R
    20/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stacked View Post
    No idea what I broke.

    I downloaded the new ExileAPI, Get Chaos Value and now it is just showing question marks?

    Any idea what I broke and what I can do?

    That said, it seems to be running much better.
    getting the same thing. worked for about 5min then went out of the map and back in coz I was testing something and now items are showing 0c value (testing with unid HH and MB) and when dropped it just shows "???"

  3. #363
    Okayge's Avatar Member
    Reputation
    1
    Join Date
    Mar 2022
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did anyone get the Radar to show NPC and other event locations in Affliction?
    I have been trying to do that since forever, I know how they are called and etc. but I just can't get it to show on map for some reason.
    Last edited by Okayge; 01-08-2024 at 04:52 AM. Reason: typo

  4. #364
    camapxam's Avatar Active Member
    Reputation
    27
    Join Date
    Nov 2009
    Posts
    310
    Thanks G/R
    249/23
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Okayge View Post
    Did anyone get the Radar to show NPC and other event locations in Affliction?
    I have been trying to do that since forever, I know how they are called and etc. but I just can't get it to show on map for some reason.
    get the new radar plugin source, the builtin one does not show npc (for some reason i don't know, or it's not implemented yet perhaps)

  5. #365
    Okayge's Avatar Member
    Reputation
    1
    Join Date
    Mar 2022
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by camapxam View Post
    get the new radar plugin source, the builtin one does not show npc (for some reason i don't know, or it's not implemented yet perhaps)
    Thank you very much!

  6. #366
    KissMyMp5's Avatar Member
    Reputation
    1
    Join Date
    Oct 2020
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any way to disable the player names above their icon from "MinimapIcons"? It's really annoying and I cannot find an option to disable it

  7. #367
    Defeat's Avatar Member
    Reputation
    2
    Join Date
    Feb 2007
    Posts
    35
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Figured it out myself, thanks all!
    Last edited by Defeat; 01-08-2024 at 05:11 PM. Reason: question answered

  8. #368
    gonzaemon's Avatar Member
    Reputation
    2
    Join Date
    Aug 2015
    Posts
    24
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can I install plugins for ExileApi, didn't found in FAQ
    Last edited by gonzaemon; 01-08-2024 at 06:13 PM.

  9. #369
    gonzaemon's Avatar Member
    Reputation
    2
    Join Date
    Aug 2015
    Posts
    24
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gonzaemon View Post
    How can I install plugins for ExileApi, didn't found in FAQ
    I have new question, how can I build plugins from source like UniqueLootHelper? in IDE I have missing usings like ExileCore. I tried (from readme inside Plugins folder) "dotnet new install exApiTools.Plugin.Template.2.0.0.nupkg" But it says that this packege doesn't exist

  10. #370
    Jay Hawken's Avatar Member
    Reputation
    12
    Join Date
    Mar 2015
    Posts
    22
    Thanks G/R
    6/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The program itself will compile the plugin, if you dont download a .dll (which goes in the plugin/compiled folder inside its own named folder), if you get an uncompiled plugin (downloaded via download code button on github) if you put that into the source folder, remove the -master from the folder name, the plugin will compile itself.

  11. #371
    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 cavad View Post
    Anyone got a good filter for ground items shower?
    It depends what good means to you. I'm at a point where only picking up mb or hh. All other uniques are filter out.

  12. #372
    tientank20's Avatar Member
    Reputation
    1
    Join Date
    Apr 2023
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by camapxam View Post
    get the new radar plugin source, the builtin one does not show npc (for some reason i don't know, or it's not implemented yet perhaps)

    Can anyone choose me for a new radar source...please

  13. #373
    gonzaemon's Avatar Member
    Reputation
    2
    Join Date
    Aug 2015
    Posts
    24
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jay Hawken View Post
    The program itself will compile the plugin, if you dont download a .dll (which goes in the plugin/compiled folder inside its own named folder), if you get an uncompiled plugin (downloaded via download code button on github) if you put that into the source folder, remove the -master from the folder name, the plugin will compile itself.
    But for example for UniqueLootHelper I guess we need precompile mannualy before start the game. And after compiling setup those files
    12.JPG

  14. #374
    gonzaemon's Avatar Member
    Reputation
    2
    Join Date
    Aug 2015
    Posts
    24
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gonzaemon View Post
    But for example for UniqueLootHelper I guess we need precompile mannualy before start the game. And after compiling setup those files
    12.JPG
    I found that this file automaticly created inside Config folder. Plugin works, but the names of items dont (see screen). May be there is problems with GetComponent?
    33.png
    34.JPG

  15. #375
    gonzaemon's Avatar Member
    Reputation
    2
    Join Date
    Aug 2015
    Posts
    24
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also can anybody give list of items that you are using for UniqueLootHelper ?

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 10:07 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