ExileApi - Misc plugin discussion menu

User Tag List

Page 15 of 35 FirstFirst ... 111213141516171819 ... LastLast
Results 211 to 225 of 522
  1. #211
    Sufanski's Avatar Member
    Reputation
    4
    Join Date
    Dec 2020
    Posts
    8
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry if this was asked before? How can I add a new preload? if using Lucid Dreams in the atlas, the vaal side areas are not showing in the preload alerts

    ExileApi - Misc plugin discussion
  2. #212
    PWMZ's Avatar Member
    Reputation
    1
    Join Date
    Feb 2022
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    NormalInventoryItem RemnantOfCorruption = inventoryItems.FirstOrDefault(slot =>
    slot.Item.Path == "Metadata/Items/Currency/CurrencyCorruptMonolith");

    if (remnantOfCorruption == null)
    {
    LogError(
    "(ClickIt) SNUS HUESOS", 20);
    waitingForCorruption = false;
    Mouse.blockInput(false);
    workFinished = true;
    return;
    }

    The script does not see the remnant in the inverter, has something changed in the metadata?

  3. #213
    Raiwulf's Avatar Member
    Reputation
    10
    Join Date
    Nov 2016
    Posts
    53
    Thanks G/R
    9/7
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Hello, I'm trying to export the Image (with correct scale/rotation) that Radar plugin renders. If anyone knows how please pm me.

  4. #214
    Raiwulf's Avatar Member
    Reputation
    10
    Join Date
    Nov 2016
    Posts
    53
    Thanks G/R
    9/7
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 491926814 View Post
    Hi is there any plugin can auto lvl up gems ?
    GitHub - DetectiveSquirrel/SkillGems

    inside Plugins\Source\
    Last edited by Raiwulf; 04-22-2024 at 12:58 PM.

  5. Thanks telesel756 (1 members gave Thanks to Raiwulf for this useful post)
  6. #215
    Soiseiseki's Avatar Member
    Reputation
    10
    Join Date
    Aug 2018
    Posts
    11
    Thanks G/R
    1/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a plugin for Incursions and alvas temple?

  7. #216
    cout00's Avatar Active Member
    Reputation
    27
    Join Date
    Sep 2022
    Posts
    70
    Thanks G/R
    20/24
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Raiwulf View Post
    Hello, I'm trying to export the Image (with correct scale/rotation) that Radar plugin renders. If anyone knows how please pm me.
    Drawing:
    Radar/Radar.cs at master . exApiTools/Radar . GitHub

    And pointer to texture is generate at Radar.GenerateMapTexture. you can just call here a image.SaveAsBmp

  8. #217
    arkapara's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Is there a plugin for the graveyard crafts? so i know what is worth getting for a coffin?

  9. #218
    xerance's Avatar Active Member CoreCoins Purchaser
    Reputation
    37
    Join Date
    Jan 2018
    Posts
    177
    Thanks G/R
    39/35
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    The iconbuilder doesn't seem to work properly for shrines? it doesn't show an icon fro shrines even if i put the slider to max

  10. #219
    DumbBrain's Avatar Member
    Reputation
    4
    Join Date
    Aug 2023
    Posts
    18
    Thanks G/R
    4/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Interesten in plugin which can help with trades with another players, like fast trade window checker and fast move items from my inventory to trade window

  11. #220
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1446
    Join Date
    Apr 2006
    Posts
    4,007
    Thanks G/R
    296/590
    Trade Feedback
    1 (100%)
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DumbBrain View Post
    Interesten in plugin which can help with trades with another players, like fast trade window checker and fast move items from my inventory to trade window
    Ctrl+Shift click the item should place it into the trade window all at once, assuming it is any sort of currency item.

  12. #221
    DumbBrain's Avatar Member
    Reputation
    4
    Join Date
    Aug 2023
    Posts
    18
    Thanks G/R
    4/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Ctrl+Shift click the item should place it into the trade window all at once, assuming it is any sort of currency item.
    Yeah, its work when u give currency of same type to someone, but when they give it to you, you need to move mouse over items in trade

  13. #222
    Stif21's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    38
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a plugin that will notify if there is a Croisic Chimeral on the map?

  14. #223
    bobfromuk's Avatar Member
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    77
    Thanks G/R
    8/4
    Trade Feedback
    2 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stif21 View Post
    Is there a plugin that will notify if there is a Croisic Chimeral on the map?
    https://www.ownedcore.com/forums/mmo...le-beasts.html ([ExileApi/PoEHelper/POEHUD plugin] Beasts - Easily find profitable beasts!)

  15. #224
    bobfromuk's Avatar Member
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    77
    Thanks G/R
    8/4
    Trade Feedback
    2 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Is there any plans to bring support for PC version when using controller UI?

  16. #225
    xunhchoy's Avatar Member
    Reputation
    1
    Join Date
    May 2024
    Posts
    8
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Untisdasdastled.png i got this error when upload plugin look kinda simple but can u help me fix this

Page 15 of 35 FirstFirst ... 111213141516171819 ... 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 08:27 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