ExileApi - Misc plugin discussion menu

User Tag List

Page 15 of 15 FirstFirst ... 1112131415
Results 211 to 225 of 225
  1. #211
    Doshcoinfarmer's Avatar Member
    Reputation
    1
    Join Date
    Dec 2023
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Winterweave View Post
    If we can update the HarvestPicker plugin to draw line to the right lifeforce when using Crop Rotation that's could save a lot of time. Pls consider to update this feature if that possible
    Can you link me this Plugin please ?

    ExileApi - Misc plugin discussion
  2. #212
    camapxam's Avatar Active Member
    Reputation
    23
    Join Date
    Nov 2009
    Posts
    274
    Thanks G/R
    196/20
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CornFlake101 View Post
    Anyone know how to keep Pickitv2 settings saved between sessions?


    i have to retoggle settings on each startup. I couldn't edit the files to make it read only/toggled by default
    delete the normal pickit plugin folder fixed it for me.

  3. #213
    pinix09's Avatar Member
    Reputation
    2
    Join Date
    Feb 2024
    Posts
    3
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello.
    I want to use the automatic flask function, but it's not easy to use, so I'm leaving an inquiry like this.
    I want to use flask 1 when there is 30% energy left, but I don't know how to use it.

  4. #214
    Raiwulf's Avatar Member
    Reputation
    8
    Join Date
    Nov 2016
    Posts
    47
    Thanks G/R
    7/6
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PWMZ View Post
    Is there a plugin for Sanctum?
    GitHub - exApiTools/BetterSanctum

  5. #215
    frozzarn's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just started using this beast plugin the other night:

    beast plugin ([ExileApi/PoEHelper/POEHUD plugin] Beasts - Easily find profitable beasts!)

    I cleaned up the beastDatabase,cs to only show beasts that i take an interest in. But its missing black morrigan.

    Do anyone know what the path property of beasts are? And where I can find it for the black morrigan?

    Code:
    new Beast
            {
                DisplayName = "Vivid Vulture",
                Path = "Metadata/Monsters/LeagueHarvest/Green/HarvestVultureParasiteT3",
                Crafts = ["Transform an Item: Reroll a Synthesis Implicit Modifier"]
            },

  6. #216
    ssonkai's Avatar Member
    Reputation
    1
    Join Date
    Nov 2017
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    auto detonate mines plugin?

  7. #217
    491926814's Avatar Member
    Reputation
    1
    Join Date
    May 2023
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi is there any plugin can auto lvl up gems ?

  8. #218
    Sufanski's Avatar Member
    Reputation
    4
    Join Date
    Dec 2020
    Posts
    2
    Thanks G/R
    0/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

  9. #219
    PWMZ's Avatar Member
    Reputation
    1
    Join Date
    Feb 2022
    Posts
    10
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    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?

  10. #220
    Raiwulf's Avatar Member
    Reputation
    8
    Join Date
    Nov 2016
    Posts
    47
    Thanks G/R
    7/6
    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.

  11. #221
    Raiwulf's Avatar Member
    Reputation
    8
    Join Date
    Nov 2016
    Posts
    47
    Thanks G/R
    7/6
    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; 5 Days Ago at 12:58 PM.

  12. #222
    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?

  13. #223
    cout00's Avatar Member
    Reputation
    12
    Join Date
    Sep 2022
    Posts
    38
    Thanks G/R
    12/10
    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

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

  15. #225
    xerance's Avatar Active Member CoreCoins Purchaser
    Reputation
    32
    Join Date
    Jan 2018
    Posts
    153
    Thanks G/R
    36/30
    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

Page 15 of 15 FirstFirst ... 1112131415

Similar Threads

  1. [Release] ExileAPI plugin : Tower Defence
    By dlr5668 in forum PoE Bots and Programs
    Replies: 57
    Last Post: 03-14-2020, 08:41 PM
  2. [Release] ExileApi Plugin: Skilly(Autoskill)
    By buzduke in forum PoE Bots and Programs
    Replies: 0
    Last Post: 12-29-2019, 07:34 AM
  3. ExileApi Plugin: Level Up Gems
    By dirkbach666 in forum PoE Bots and Programs
    Replies: 6
    Last Post: 12-22-2019, 03:31 AM
  4. [Release] MapHelper - Plugin for ExileApi
    By dirkbach666 in forum PoE Bots and Programs
    Replies: 3
    Last Post: 12-01-2019, 03:06 PM
  5. Replies: 0
    Last Post: 06-01-2019, 11:55 PM
All times are GMT -5. The time now is 07:04 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search