ExileApi - Misc plugin discussion menu

User Tag List

Page 27 of 35 FirstFirst ... 232425262728293031 ... LastLast
Results 391 to 405 of 522
  1. #391
    Xyhpe's Avatar Member
    Reputation
    4
    Join Date
    Aug 2016
    Posts
    7
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its not build plugin image.png

    ExileApi - Misc plugin discussion
  2. #392
    kinhdoanhsmall's Avatar Member
    Reputation
    1
    Join Date
    Jan 2021
    Posts
    25
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone use IconBuilder and minimapicon that show strongboxes's icons ? or just my helper don't show it ?
    I found that some error of IconBuilder "2024-08-29 11:28:35.762 +07:00 [ERR] IconsBuilder -> System.NullReferenceException: Object reference not set to an instance of an object.
    at IconsBuilder.PlayerIcon..ctor(Entity entity, GameController gameController, IconsBuilderSettings settings, Dictionary`2 modIcons) in C:\ai\help\Plugins\Source\IconsBuilder\PlayerIcon.cs:line 21
    at IconsBuilder.IconsBuilder.EntityAddedLogic(Entity entity) in C:\ai\help\Plugins\Source\IconsBuilder\IconsBuilder.cs:line 237
    at IconsBuilder.IconsBuilder.TickLogic() in C:\ai\help\Plugins\Source\IconsBuilder\IconsBuilder.cs:line 179
    2024-08-29 11:34:17.497 +07:00 [ERR] Exception while deserializing Json treeNewtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'PassiveSkillTreePlanter.SkillTreeJson.Classes' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly."

  3. #393
    kinhdoanhsmall's Avatar Member
    Reputation
    1
    Join Date
    Jan 2021
    Posts
    25
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you using NinjaPrice ? Try turn off helper then re-copy&paste newest version.

  4. #394
    roska's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2017
    Posts
    220
    Thanks G/R
    42/18
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Anyone know a plugin with automatic smite casting?

  5. #395
    headman's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    22
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by malvient View Post
    Sure, until the update comes out anyway: GitHub - malvient/Get-Chaos-Value

    It wasn't intended to be distributed so it's very much bodged together. Most of these features are in the latest ninjaprice commits by instantsc in a much less hacky way.

    It adds support for:

    - Nameless Seer inventory
    - Ultimatum choices
    - Ultimatum rewards inventory
    - Kingsmarch Ship Inventory
    - Kingsmarch Mapper Inventory
    - Ritual Inventory
    tried this one, but needed to add
    public Element RitualPanel { get; set; }
    in the render.cs to get it compiled

    Then its compiling, but Ritualinventory is still not working, also checked the settings

  6. #396
    Galaxy83's Avatar Member
    Reputation
    4
    Join Date
    Apr 2023
    Posts
    40
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a plugin that counts the number of killed monsters on the map?

  7. #397
    soda666's Avatar Member
    Reputation
    1
    Join Date
    Dec 2023
    Posts
    20
    Thanks G/R
    24/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Galaxy83 View Post
    Is there a plugin that counts the number of killed monsters on the map?
    The message you have entered is too short. Please lengthen your message to at least 10 characters.
    ExileApi - Misc plugin discussion-untitled-jpg

  8. #398
    Galaxy83's Avatar Member
    Reputation
    4
    Join Date
    Apr 2023
    Posts
    40
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by soda666 View Post
    The message you have entered is too short. Please lengthen your message to at least 10 characters.
    ExileApi - Misc plugin discussion-untitled-jpg
    where can I download it?

  9. #399
    soda666's Avatar Member
    Reputation
    1
    Join Date
    Dec 2023
    Posts
    20
    Thanks G/R
    24/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Galaxy83 View Post
    where can I download it?
    It was in base version of exileapi.

  10. #400
    Dess38's Avatar Member
    Reputation
    1
    Join Date
    Dec 2022
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How ultimatum price view works?

  11. #401
    Galaxy83's Avatar Member
    Reputation
    4
    Join Date
    Apr 2023
    Posts
    40
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by soda666 View Post
    It was in base version of exileapi.
    I just downloaded the latest version and it's not there.

  12. #402
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1233
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    24/1080
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Galaxy83 View Post
    I just downloaded the latest version and it's not there.
    You can get it here GitHub - exApiTools/KillCounter You might need to fix the csproj to build it though.

  13. #403
    malvient's Avatar Active Member
    Reputation
    19
    Join Date
    Jan 2020
    Posts
    17
    Thanks G/R
    7/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by headman View Post
    tried this one, but needed to add
    public Element RitualPanel { get; set; }
    in the render.cs to get it compiled

    Then its compiling, but Ritualinventory is still not working, also checked the settings
    I believe the main branch now supports this, so you should not need my fork: GitHub - exApiTools/Get-Chaos-Value

  14. #404
    crazybear001's Avatar Member
    Reputation
    1
    Join Date
    May 2022
    Posts
    12
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cheatingeagle View Post
    You can get it here GitHub - exApiTools/KillCounter You might need to fix the csproj to build it though.



    i updated to the latest version, this bug always shows up when i clear the map. Sometimes it causes the minimap icons to break and stop showing, which i didn't have in the previous version.

    Also, is there any way i can open Abyss hoards? i tried using pickit, pickit w linq, auto open but they don't work or just pick up items on the ground and don't open any chests nearby.
    Last edited by crazybear001; 08-30-2024 at 12:15 AM.

  15. #405
    Dess38's Avatar Member
    Reputation
    1
    Join Date
    Dec 2022
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by malvient View Post
    I believe the main branch now supports this, so you should not need my fork: GitHub - exApiTools/Get-Chaos-Value
    How ultimatum price view works?
    After installing it, I found nothing related to ultimatum

Page 27 of 35 FirstFirst ... 232425262728293031 ... LastLast

Similar Threads

  1. [Release] MapHelper - Plugin for ExileApi
    By dirkbach666 in forum PoE Bots and Programs
    Replies: 5
    Last Post: 03-04-2025, 11:45 PM
  2. [Release] ExileAPI plugin : Tower Defence
    By dlr5668 in forum PoE Bots and Programs
    Replies: 57
    Last Post: 03-14-2020, 08:41 PM
  3. [Release] ExileApi Plugin: Skilly(Autoskill)
    By buzduke in forum PoE Bots and Programs
    Replies: 0
    Last Post: 12-29-2019, 07:34 AM
  4. ExileApi Plugin: Level Up Gems
    By dirkbach666 in forum PoE Bots and Programs
    Replies: 6
    Last Post: 12-22-2019, 03:31 AM
  5. Replies: 0
    Last Post: 06-01-2019, 11:55 PM
All times are GMT -5. The time now is 04:59 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