ExileAPI Release menu

Shout-Out

User Tag List

Page 8 of 72 FirstFirst ... 45678910111258 ... LastLast
Results 106 to 120 of 1079
  1. #106
    Philss's Avatar Member
    Reputation
    8
    Join Date
    Oct 2014
    Posts
    99
    Thanks G/R
    21/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It just doesnt show in the hud meny anymore ive tried downloading multiple version somehow just wont show in the hud menu , was working just fine 2 days ago

    edit : nevermind changed the link for autoupdate and now it work thanks dlr
    Last edited by Philss; 07-27-2021 at 10:47 PM.

    ExileAPI Release
  2. #107
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    119/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    For those with problems with BasicFlaskRoutine you may want to try the fork from IlliumIv:
    GitHub - IlliumIv/BasicFlaskRoutine: It is fork BasicFlaskRoutine with added support for Supreme Decadence keystone and using speed flask while Cycloning.

    For the other problems in here: I stated often enough what I expect from a post which wants help with a problem.

    Originally Posted by KeyboardWarrior View Post
    For some common chests ExileApi renders a whole texture image instead of certain chest texture.
    Screenshot

    This has happened in previous leagues as well.

    How can I fix that?
    As far as I am aware there is no info on what the chests contain before they are opened.
    The rendered image seems to be a bug in the IconBuilder, I may look into this, but this does not have high priority for me.

    Originally Posted by Raiwulf View Post
    Has anyone setup up simplehotkeychain succesfully for cyclone/general's cry. my char stops cycloning from time to time, it's not smooth
    You should be a bit more specific what you want. SimpleHotkeyChain is only letting chain keypresses while you only press one (e.g. flask piano). It works fine but has its problems for more advanced chains I would advise you to use AutoHotkey.

  3. #108
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)

    NpcDialog

    I'm a little confused, but maybe it should be, since the new NPC dialog will contain a new window with league traders.
    As I understand it, now it is impossible to directly get the address for this dialogue from the IngameUElementsOffsets, but only after 2 additional jumps.
    I will post this as a temporary solution, if anyone understands - look - maybe I was too clever
    PS found old style direct offset path to base NPCs = IngameUElementsOffsets+0x6D8
    Code:
     public partial class IngameUIElements :Element {
    .......
    public NpcDialog NpcDialog {
                get {
                    var offs_1 = M.Read<long>(Address + 0x28);
                    var offs_2 = M.Read<long>(offs_1 + 0xB0);
                    return GetObject<NpcDialog>(offs_2);
                }
            }

    Attached Thumbnails Attached Thumbnails ExileAPI Release-npc1-jpg   ExileAPI Release-npc2-jpg  
    Last edited by GameAssist; 07-27-2021 at 11:30 PM.

  4. #109
    Bonaf1de's Avatar Member
    Reputation
    3
    Join Date
    Nov 2014
    Posts
    8
    Thanks G/R
    8/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Heya all!
    Question regarding 3840*2160 (4k) resolution screens.
    Before I start the game (as a limited user) I need to set the scaling of Win10 to 100% (normally set at 175%). Everything becomes tiny but ExileApi works like a charm!
    However, is there a more elegant solution (without touching the scaling options in Win10)? Setting "High DPI Scaling Override" doesn't seem to do anything?

  5. #110
    routess's Avatar Member
    Reputation
    1
    Join Date
    Feb 2020
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    BasicFlaskRoutine isn't showing up in Plugins List. No matter what github url i use. Anyone knows how to fix this ?

  6. #111
    wolfis's Avatar Member
    Reputation
    5
    Join Date
    Mar 2018
    Posts
    67
    Thanks G/R
    5/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wolfis View Post
    yes I tried that.
    A reinstall and reupdate of exileapi worked in the end

  7. #112
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    I don't know, maybe they've already published it here ... Here's what you need to add to preload_alerts.txt to receive a notification when the map is loaded about the events of this league

    HTML Code:
    #EXPEDITION
    Metadata/Monsters/LeagueExpedition/NPC/Rog.ao;Rog [Items crafter];ff00FF00
    Metadata/Monsters/LeagueExpedition/NPC/Tujen.ao;Tujen [Currency gambler];ff00FF00
    Metadata/Monsters/LeagueExpedition/NPC/Gwennen.ao;Gwennen [Items gambler];ff00FF00
    Metadata/Monsters/LeagueExpedition/NPC/Dannig.act;Dannig [Exchange items];ff00FF00

    found all 4^^
    Last edited by GameAssist; 07-28-2021 at 08:36 PM.

  8. Thanks Queuete (1 members gave Thanks to GameAssist for this useful post)
  9. #113
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    119/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bonaf1de View Post
    Heya all!
    Question regarding 3840*2160 (4k) resolution screens.
    Before I start the game (as a limited user) I need to set the scaling of Win10 to 100% (normally set at 175%). Everything becomes tiny but ExileApi works like a charm!
    However, is there a more elegant solution (without touching the scaling options in Win10)? Setting "High DPI Scaling Override" doesn't seem to do anything?
    High DPI Scaling override is the option to set the windows scaling directly for a specific application. Thats exactly the option you need. This is a windows feature, so you may want to google it without the Poe context. I dont have a monitor in that size so I wont be able to assist you further there.

    Originally Posted by routess View Post
    BasicFlaskRoutine isn't showing up in Plugins List. No matter what github url i use. Anyone knows how to fix this ?
    Read "#1 -> Troubleshooting -> Nothing worked" on how to make a post with a problem here.

    Originally Posted by wlastas View Post
    I don't know, maybe they've already published it here ... Here's what you need to add to preload_alerts.txt to receive a notification when the map is loaded about the events of this league

    Code:
    #Rog
    Metadata/Monsters/LeagueExpedition/NPC/Rog.ao;Rog [Item crafter];ff00FF00
    #Tujen 
    Metadata/NPC/League/Expedition/Tujen/Tujen.ao;Tujen [Currency gambler];ff00FF00
    #Gwennen 
    Metadata/Monsters/LeagueExpedition/NPC/Gwennen.ao;Gwennen [Item gambler];ff00FF00
    Thanks, I added those to the default file. It will automatically be updated when you use my PreloadAlert repository and did not disable the plugin updater.

  10. Thanks levelmax (1 members gave Thanks to Queuete for this useful post)
  11. #114
    zerger3's Avatar Member
    Reputation
    9
    Join Date
    Jul 2011
    Posts
    55
    Thanks G/R
    4/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does anyone know why sometimes the auto update features is not working?
    Code:
    Log -> updateFolderPath: C:\exile api\update
    Log -> releaseFileName: PoeHelper
    Log -> mainExecuteablePath: C:\exile api\Loader.exe
    Log -> Cleaning directory: C:\exile api\temp
    Log -> Try to kill csc.exe
    Log -> Try to kill VBCSCompiler.exe
    Log -> Loader.exe successfully killed
    Log -> VBCSCompiler.exe is still running... 22 / 15000
    Log -> csc.exe is still running... 30 / 15000
    Log -> VBCSCompiler.exe successfully killed
    Log -> csc.exe successfully killed
    Error -> Something during the update went wrong.
    Error -> When you are not able to start the program manually you may need to reinstall it.
    Error -> Could not find part of the path "C:\exile api\update\PoeHelper
    tried running as admin didnt help
    Last edited by zerger3; 07-28-2021 at 05:07 AM.

  12. #115
    h82w8's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What pluggin can allert me for some mods on mobs?

  13. #116
    madd123's Avatar Active Member
    Reputation
    22
    Join Date
    Jan 2018
    Posts
    46
    Thanks G/R
    14/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could please someone update Offsets or whatever to fix it for
    GameController.IngameState.IngameUi.InvitesPanel
    GameController.IngameState.IngameUi.TradeWindow

    IsVisible doesn't work for both (always false, even if invites panel or trade window on the screen), children wrong, NameSeller for TradeWindow is empty.
    Would do myself, but I'm bad at that level of programming, so no idea how to.
    Thanks.

  14. #117
    AngryBeavers's Avatar Member
    Reputation
    5
    Join Date
    Jul 2021
    Posts
    23
    Thanks G/R
    7/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Stats overcapped appears after this metadata.

    2021-07-28 19:46:39.314 +03:00 [ERR] GetComponents() -> Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieFrostnadoDaemon@71 => 24A4BC511A0 List: 24A9D332770
    2021-07-28 19:46:39.314 +03:00 [ERR] Component list: 2519488210800. Node: Next: 2517513175984 Prev: 2517513175344 String: 140695198394872 ComponentList: 6
    2021-07-28 19:46:39.314 +03:00 [ERR] Animated : 24A3FE67250
    2021-07-28 19:46:39.314 +03:00 [ERR] Monster : 24A5F7E8C80
    2021-07-28 19:46:39.314 +03:00 [ERR] Positioned : 24A66AD91B0
    2021-07-28 19:46:39.314 +03:00 [ERR] Stats : 24A1D77F2D0
    2021-07-28 19:46:39.314 +03:00 [ERR] ObjectMagicProperties : 24A46F75C00
    2021-07-28 19:46:39.314 +03:00 [ERR] Pathfinding : 24A51E46170
    2021-07-28 19:46:39.314 +03:00 [ERR] Life : 24A302C4E80
    2021-07-28 19:46:39.314 +03:00 [ERR] Inventories : 24A2B255DB0
    2021-07-28 19:46:39.314 +03:00 [ERR] Buffs : 24A5057AB00
    2021-07-28 19:46:39.314 +03:00 [ERR] Actor : 24A40308C60
    2021-07-28 19:46:39.314 +03:00 [ERR] Stats over capped: First: 0x21474836515, Last: 0x158913791062, End: 0x4780298600453 Size:137438954547 Total Stats: 137438954547 Max Stats: 4758823763938

  15. #118
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    @wlastas

    public IEnumerator ClickElement(Element? root, string text)
    {
    yield return ClickElement(FindElement(root, text));
    }

    public Element? FindElement(string text)
    {
    var uis = GetVisibleUi();
    return uis.Select(ui => FindElement(ui, text)).FirstOrDefault(result => result != null);
    }

    private static Element? FindElement(Element? element, string? text, int maxDepth = 10)
    {
    try
    {
    if (element == null) return null;
    if (element?.Text?.ToLower()?.Trim() == text?.ToLower()?.Trim()) return element;
    if (maxDepth <= 0) return null;
    if (element == null) return null;
    foreach (var child in element.Children)
    {
    var result = FindElement(child, text, maxDepth - 1);
    if (result != null) return result;
    }
    }
    catch (Exception)
    {
    return null;
    }

    return null;
    }
    and use it like

    yield return _interface.ClickElement(_interface.FindElement(@"Trade Divination Cards"));
    github.com/vadash/EZVendor

  16. #119
    iiisyniii's Avatar Member
    Reputation
    4
    Join Date
    Apr 2021
    Posts
    60
    Thanks G/R
    16/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by h82w8 View Post
    What pluggin can allert me for some mods on mobs?
    Proximity Alert , if you can get it to install properly.

  17. #120
    iiisyniii's Avatar Member
    Reputation
    4
    Join Date
    Apr 2021
    Posts
    60
    Thanks G/R
    16/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am still struggling trying to get plugins to install. So far, CoPilot and GemUp are the only ones that have installed without issue. I have pasted my log during my last attempt with a few plugins, but one thing that I noticed is the URL change for Github.

    Plugins like Copilot work without issue using it's URL ""https://github.com/totalschaden/copilot" , however, if you use the source at master link, the URL's are not as simple, for example Get-Chaos-Value (Ninja Price) has a URL of "https://github.com/IlliumIv/Get-Chaos-Value/tree/8fb0474a428841889a984b4794559e34170d208d"

    I dont recall the URL's having the /tree/??????????????????????????????? before. When removing that part of the URL , the addons finally tried to install, but all of them failed. Some stating that the repo doesnt exist once the end of the URL is hacked off. I do not know if any of this makes a difference or is relevant, but I figured I would mention it just in case.

    Trying to install the plugins without modifying the URL does not appear to do anything. An attempt does not even appear in the log.

    This is from my last install attempt in which HUD actually tried to compile the plugins, minus my name in the paths
    Code:
    2021-07-28 14:05:52.855 -04:00 [INF] =============== Start hud at 7/28/2021 2:05:52 PM ===============
    2021-07-28 14:05:52.881 -04:00 [INF] PerfTimer =-> Create new offsets (4.3865 ms) Thread #[1]
    2021-07-28 14:05:52.941 -04:00 [INF] PerfTimer =-> Form Load (59.9558 ms) Thread #[1]
    2021-07-28 14:05:53.096 -04:00 [INF] PerfTimer =-> Check version (2.5723 ms) Thread #[1]
    2021-07-28 14:05:53.247 -04:00 [INF] PerfTimer =-> Load manual fonts (51.9134 ms) Thread #[1]
    2021-07-28 14:05:53.970 -04:00 [INF] PerfTimer =-> Build Font Texture (722.5848 ms) Thread #[1]
    2021-07-28 14:05:53.978 -04:00 [INF] PerfTimer =-> Init ImGui (787.1468 ms) Thread #[1]
    2021-07-28 14:05:53.996 -04:00 [INF] PerfTimer =-> Init ImGuiRender (808.4561 ms) Thread #[1]
    2021-07-28 14:05:54.005 -04:00 [INF] PerfTimer =-> Init SpriteRender (8.8344 ms) Thread #[1]
    2021-07-28 14:05:54.008 -04:00 [INF] PerfTimer =-> DX11 Load (901.9456 ms) Thread #[1]
    2021-07-28 14:05:54.616 -04:00 [INF] PerfTimer =-> Load files from memory (196.7664 ms) Thread #[1]
    2021-07-28 14:05:54.651 -04:00 [INF] PerfTimer =-> Plugin loader (1.6299 ms) Thread #[1]
    2021-07-28 14:05:54.681 -04:00 [INF] Core -> Windows 10 is the only supported system!
    2021-07-28 14:05:54.681 -04:00 [VRB] Core -> Checking for update...
    2021-07-28 14:05:54.681 -04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.String CommitShaLatest'.
    2021-07-28 14:05:54.681 -04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Boolean CommitShaCurrentIsValid'.
    2021-07-28 14:05:54.681 -04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Boolean UpdateAvailable'.
    2021-07-28 14:05:54.681 -04:00 [INF] Pattern: Game State -> : Time: 0.4784 ms. Offset:[623543] Started searching offset with:589824
    2021-07-28 14:05:54.681 -04:00 [INF] Pattern: File Root -> : Time: 11.9005 ms. Offset:[16698025] Started searching offset with:14630000
    2021-07-28 14:05:54.681 -04:00 [INF] Pattern: Area change -> : Time: 220.4342 ms. Offset:[7736880] Started searching offset with:9430000
    2021-07-28 14:05:54.681 -04:00 [INF] HUD loaded in 1817.8104 ms.
    2021-07-28 14:05:54.681 -04:00 [INF] PluginManager -> Remove old files from 
    2021-07-28 14:05:54.681 -04:00 [INF] PluginManager -> Remove old files from Get-Chaos-Value
    2021-07-28 14:05:54.681 -04:00 [INF] PluginManager -> Remove old files from ProximityAlert
    2021-07-28 14:05:54.681 -04:00 [INF] PluginManager -> Remove old files from EZVendor
    2021-07-28 14:05:54.681 -04:00 [INF] Resize from: {X=0,Y=0,Width=1584,Height=861} to {X=0,Y=0,Width=3440,Height=1440}
    2021-07-28 14:05:54.710 -04:00 [INF] Get-Chaos-Value -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF] GemUp -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF] BasicFlaskRoutine -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF] ProximityAlert -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF] Stashie -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF] MinimapIcons -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF] PreloadAlert -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF] MiscInformation -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF] HealthBars -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF]  -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF] IconsBuilder -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF] SimpleStashie -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF] copilot -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF] EZVendor -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF] SimpleHotkeyChain -> Update... started
    2021-07-28 14:05:54.710 -04:00 [INF]  -> No valid repository at: C:\Users\??????\Desktop\Path\PoeHelper\Plugins\Source. Clone from ... started
    2021-07-28 14:05:54.710 -04:00 [INF] ProximityAlert -> No valid repository at: C:\Users\??????\Desktop\Path\PoeHelper\Plugins\Source\ProximityAlert. Clone from GitHub - IlliumIv/ProximityAlert: Proximity Alerts... started
    2021-07-28 14:05:54.710 -04:00 [INF] EZVendor -> No valid repository at: C:\Users\?????\Desktop\Path\PoeHelper\Plugins\Source\EZVendor. Clone from GitHub - vadash/EZVendor: InvAnal alternative for community HUD... started
    2021-07-28 14:05:54.710 -04:00 [INF] Get-Chaos-Value -> No valid repository at: C:\Users\?????\Desktop\Path\PoeHelper\Plugins\Source\Get-Chaos-Value. Clone from GitHub - IlliumIv/Get-Chaos-Value: PoeHUD Plugin for getting the current item youre hoverings price from Poe.Ninja... started
    2021-07-28 14:05:54.710 -04:00 [INF] IconsBuilder -> Checkout master/main branch... started
    2021-07-28 14:05:54.710 -04:00 [INF] SimpleHotkeyChain -> Checkout master/main branch... started
    2021-07-28 14:05:54.711 -04:00 [INF] PreloadAlert -> Checkout master/main branch... started
    2021-07-28 14:05:54.711 -04:00 [INF] SimpleStashie -> Checkout master/main branch... started
    2021-07-28 14:05:54.720 -04:00 [INF] MinimapIcons -> Checkout master/main branch... started
    2021-07-28 14:05:54.720 -04:00 [INF] BasicFlaskRoutine -> Checkout master/main branch... started
    2021-07-28 14:05:54.720 -04:00 [INF] HealthBars -> Checkout master/main branch... started
    2021-07-28 14:05:54.720 -04:00 [INF] Stashie -> Checkout master/main branch... started
    2021-07-28 14:05:54.720 -04:00 [INF] copilot -> Checkout master/main branch... started
    2021-07-28 14:05:54.720 -04:00 [INF] MiscInformation -> Checkout master/main branch... started
    2021-07-28 14:05:54.720 -04:00 [INF] GemUp -> Checkout master/main branch... started
    2021-07-28 14:05:54.720 -04:00 [ERR]  -> Clone... failed
    2021-07-28 14:05:54.720 -04:00 [VRB]  -> 'C:/Users/???????/Desktop/Path/PoeHelper/Plugins/Source' exists and is not an empty directory
    2021-07-28 14:05:54.821 -04:00 [INF] SimpleStashie -> Checkout master/main branch... done
    2021-07-28 14:05:54.821 -04:00 [INF] SimpleStashie -> Pull... started
    2021-07-28 14:05:54.821 -04:00 [INF] SimpleHotkeyChain -> Checkout master/main branch... done
    2021-07-28 14:05:54.821 -04:00 [INF] SimpleHotkeyChain -> Pull... started
    2021-07-28 14:05:54.821 -04:00 [INF] BasicFlaskRoutine -> Checkout master/main branch... done
    2021-07-28 14:05:54.821 -04:00 [INF] BasicFlaskRoutine -> Pull... started
    2021-07-28 14:05:54.821 -04:00 [INF] IconsBuilder -> Checkout master/main branch... done
    2021-07-28 14:05:54.821 -04:00 [INF] IconsBuilder -> Pull... started
    2021-07-28 14:05:54.821 -04:00 [INF] Stashie -> Checkout master/main branch... done
    2021-07-28 14:05:54.821 -04:00 [INF] Stashie -> Pull... started
    2021-07-28 14:05:54.821 -04:00 [INF] MiscInformation -> Checkout master/main branch... done
    2021-07-28 14:05:54.821 -04:00 [INF] MiscInformation -> Pull... started
    2021-07-28 14:05:54.821 -04:00 [INF] HealthBars -> Checkout master/main branch... done
    2021-07-28 14:05:54.821 -04:00 [INF] HealthBars -> Pull... started
    2021-07-28 14:05:54.821 -04:00 [INF] GemUp -> Checkout master/main branch... done
    2021-07-28 14:05:54.821 -04:00 [INF] GemUp -> Pull... started
    2021-07-28 14:05:54.821 -04:00 [INF] PreloadAlert -> Checkout master/main branch... done
    2021-07-28 14:05:54.821 -04:00 [INF] PreloadAlert -> Pull... started
    2021-07-28 14:05:54.821 -04:00 [INF] copilot -> Checkout master/main branch... done
    2021-07-28 14:05:54.821 -04:00 [INF] copilot -> Pull... started
    2021-07-28 14:05:54.821 -04:00 [INF] MinimapIcons -> Checkout master/main branch... done
    2021-07-28 14:05:54.821 -04:00 [INF] MinimapIcons -> Pull... started
    2021-07-28 14:05:55.038 -04:00 [INF] copilot -> Pull... done, already up to date
    2021-07-28 14:05:55.038 -04:00 [INF] SimpleStashie -> Pull... done, already up to date
    2021-07-28 14:05:55.038 -04:00 [INF] SimpleHotkeyChain -> Pull... done, already up to date
    2021-07-28 14:05:55.038 -04:00 [INF] MinimapIcons -> Pull... done, already up to date
    2021-07-28 14:05:55.038 -04:00 [INF] HealthBars -> Pull... done, already up to date
    2021-07-28 14:05:55.053 -04:00 [INF] SimpleStashie -> Update... done
    2021-07-28 14:05:55.053 -04:00 [INF] MinimapIcons -> Update... done
    2021-07-28 14:05:55.053 -04:00 [INF] copilot -> Update... done
    2021-07-28 14:05:55.053 -04:00 [INF] HealthBars -> Update... done
    2021-07-28 14:05:55.053 -04:00 [INF] SimpleHotkeyChain -> Update... done
    2021-07-28 14:05:55.053 -04:00 [INF] IconsBuilder -> Pull... done, already up to date
    2021-07-28 14:05:55.053 -04:00 [INF] PreloadAlert -> Pull... done, already up to date
    2021-07-28 14:05:55.053 -04:00 [INF] Stashie -> Pull... done, already up to date
    2021-07-28 14:05:55.053 -04:00 [INF] PreloadAlert -> Update... done
    2021-07-28 14:05:55.053 -04:00 [INF] IconsBuilder -> Update... done
    2021-07-28 14:05:55.053 -04:00 [INF] Stashie -> Update... done
    2021-07-28 14:05:55.053 -04:00 [INF] MiscInformation -> Pull... done, already up to date
    2021-07-28 14:05:55.053 -04:00 [INF] MiscInformation -> Update... done
    2021-07-28 14:05:55.053 -04:00 [INF] BasicFlaskRoutine -> Pull... done, already up to date
    2021-07-28 14:05:55.053 -04:00 [INF] BasicFlaskRoutine -> Update... done
    2021-07-28 14:05:55.053 -04:00 [INF] GemUp -> Pull... done, already up to date
    2021-07-28 14:05:55.053 -04:00 [INF] GemUp -> Update... done
    2021-07-28 14:05:55.364 -04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Int32[,] IgnoredCells'.
    2021-07-28 14:05:55.364 -04:00 [INF] SimpleStashie loaded in 20.1166 ms.
    2021-07-28 14:05:55.364 -04:00 [INF] SimplePickIt -> Update... started
    2021-07-28 14:05:55.364 -04:00 [INF] SimplePickIt -> Checkout master/main branch... started
    2021-07-28 14:05:55.364 -04:00 [INF] SimplePickIt -> Checkout master/main branch... done
    2021-07-28 14:05:55.364 -04:00 [INF] SimplePickIt -> Pull... started
    2021-07-28 14:05:55.364 -04:00 [VRB] SettingsParser => ParentIndex used before created. [Menu("Show Enemies", ..., 3)] added as a top-level setting.
    2021-07-28 14:05:55.379 -04:00 [INF] MinimapIcons loaded in 10.8314 ms.
    2021-07-28 14:05:55.379 -04:00 [INF] HealthBars loaded in 42.358 ms.
    2021-07-28 14:05:55.395 -04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Single SizeDefaultIcon'.
    2021-07-28 14:05:55.410 -04:00 [INF] IconsBuilder loaded in 15.656 ms.
    2021-07-28 14:05:55.441 -04:00 [INF] SimplePickIt -> Pull... done, already up to date
    2021-07-28 14:05:55.441 -04:00 [INF] SimplePickIt -> Update... done
    2021-07-28 14:05:55.457 -04:00 [INF] ProximityAlert -> Clone... done
    2021-07-28 14:05:55.457 -04:00 [INF] ProximityAlert -> Checkout master/main branch... started
    2021-07-28 14:05:55.457 -04:00 [INF] EZVendor -> Clone... done
    2021-07-28 14:05:55.457 -04:00 [INF] EZVendor -> Checkout master/main branch... started
    2021-07-28 14:05:55.457 -04:00 [INF] ProximityAlert -> Checkout master/main branch... done
    2021-07-28 14:05:55.457 -04:00 [INF] ProximityAlert -> Pull... started
    2021-07-28 14:05:55.472 -04:00 [INF] EZVendor -> Checkout master/main branch... done
    2021-07-28 14:05:55.473 -04:00 [INF] EZVendor -> Pull... started
    2021-07-28 14:05:55.488 -04:00 [INF] GemUp loaded in 6.6416 ms.
    2021-07-28 14:05:55.488 -04:00 [INF] PreloadAlert loaded in 11.2057 ms.
    2021-07-28 14:05:55.506 -04:00 [INF] MiscInformation loaded in 16.9279 ms.
    2021-07-28 14:05:55.506 -04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Int32[,] IgnoredCells'.
    2021-07-28 14:05:55.506 -04:00 [INF] Stashie loaded in 23.0181 ms.
    2021-07-28 14:05:55.519 -04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Collections.Generic.List`1[SimpleHotkeyChain.SettingsModels.HotkeyChain] HotkeyChains'.
    2021-07-28 14:05:55.519 -04:00 [INF] SimpleHotkeyChain loaded in 4.1202 ms.
    2021-07-28 14:05:55.550 -04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'TreeRoutine.Routine.BuildYourOwnRoutine.Flask.FlaskSetting[] FlaskSettings'.
    2021-07-28 14:05:55.550 -04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Numerics.Vector2 LastSettingPos'.
    2021-07-28 14:05:55.550 -04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Numerics.Vector2 LastSettingSize'.
    2021-07-28 14:05:55.550 -04:00 [INF] TreeRoutine.Routine.BuildYourOwnRoutine loaded in 10.9493 ms.
    2021-07-28 14:05:55.550 -04:00 [INF] CoPilot loaded in 47.6164 ms.
    2021-07-28 14:05:55.550 -04:00 [INF] ProximityAlert -> Pull... done, already up to date
    2021-07-28 14:05:55.550 -04:00 [INF] ProximityAlert -> Update... done
    2021-07-28 14:05:55.550 -04:00 [INF] EZVendor -> Pull... done, already up to date
    2021-07-28 14:05:55.550 -04:00 [INF] EZVendor -> Update... done
    2021-07-28 14:05:55.550 -04:00 [INF] Get-Chaos-Value -> Clone... done
    2021-07-28 14:05:55.550 -04:00 [INF] Get-Chaos-Value -> Checkout master/main branch... started
    2021-07-28 14:05:55.550 -04:00 [INF] Get-Chaos-Value -> Checkout master/main branch... done
    2021-07-28 14:05:55.550 -04:00 [INF] Get-Chaos-Value -> Pull... started
    2021-07-28 14:05:55.565 -04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'TreeRoutine.Routine.BasicFlaskRoutine.Flask.FlaskSetting[] FlaskSettings'.
    2021-07-28 14:05:55.565 -04:00 [INF] TreeRoutine.Routine.BasicFlaskRoutine loaded in 10.9493 ms.
    2021-07-28 14:05:55.612 -04:00 [INF] Get-Chaos-Value -> Pull... done, already up to date
    2021-07-28 14:05:55.612 -04:00 [INF] Get-Chaos-Value -> Update... done
    2021-07-28 14:05:55.627 -04:00 [INF] SimplePickIt loaded in 2.757 ms.
    2021-07-28 14:05:55.813 -04:00 [INF] EZVendor loaded in 9.8634 ms.
    2021-07-28 14:05:55.844 -04:00 [ERR] Ninja Price -> CompilePlugin failed
    2021-07-28 14:05:55.844 -04:00 [ERR] Ninja Price -> C:\Users\????????\Desktop\Path\PoeHelper\Plugins\Source\Get-Chaos-Value\Ninja Price\Main\Render.cs(391,59) : error CS1061: 'IngameState' does not contain a definition for 'UIHoverTooltip' and no accessible extension method 'UIHoverTooltip' accepting a first argument of type 'IngameState' could be found (are you missing a using directive or an assembly reference?)
    2021-07-28 14:05:55.844 -04:00 [ERR] PluginLoader -> Not found plugin dll in C:\Users\??????\Desktop\Path\PoeHelper\Plugins\Compiled\Get-Chaos-Value.
    2021-07-28 14:05:55.844 -04:00 [ERR] PluginLoader -> Dll should be named like folder or only dll in folder.
    2021-07-28 14:05:55.860 -04:00 [INF] ProximityAlert loaded in 4.7229 ms.
    2021-07-28 14:05:55.922 -04:00 [ERR] Ninja Price -> CompilePlugin failed
    2021-07-28 14:05:55.922 -04:00 [ERR] Ninja Price -> C:\Users\?????\Desktop\Path\PoeHelper\Plugins\Source\Get-Chaos-Value-8fb0474a428841889a984b4794559e34170d208d\Ninja Price\Main\Render.cs(391,59) : error CS1061: 'IngameState' does not contain a definition for 'UIHoverTooltip' and no accessible extension method 'UIHoverTooltip' accepting a first argument of type 'IngameState' could be found (are you missing a using directive or an assembly reference?)
    2021-07-28 14:05:57.194 -04:00 [ERR] LoadAssembly -> System.InvalidOperationException: Sequence contains more than one element
       at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
       at ExileCore.Shared.PluginAutoUpdate.PluginLoader.LoadAssembly(DirectoryInfo dir) in /buddy/exileapi/Core/Shared/PluginAutoUpdate/PluginLoader.cs:line 61
    2021-07-28 14:05:57.194 -04:00 [INF] MiscInformation -> Initialise time: 2.7373 ms.
    2021-07-28 14:05:57.194 -04:00 [INF] CoPilot -> Initialise time: 0.4746 ms.
    2021-07-28 14:05:57.210 -04:00 [INF] IconsBuilder -> Initialise time: 3.2119 ms.
    2021-07-28 14:05:57.225 -04:00 [INF] MinimapIcons -> Initialise time: 24.2484 ms.
    2021-07-28 14:05:57.400 -04:00 [INF] PerfTimer =-> Load files from memory (177.8414 ms) Thread #[14]
    2021-07-28 14:05:57.535 -04:00 [INF] PreloadAlert -> Initialise time: 305.1409 ms.
    2021-07-28 14:05:57.597 -04:00 [ERR] C:/Users/???????/Desktop/Path/PoeHelper/Plugins/Compiled/ProximityAlert/textures/Direction-Arrow.png not found.
    2021-07-28 14:05:57.597 -04:00 [ERR] C:/Users/??????/Desktop/Path/PoeHelper/Plugins/Compiled/ProximityAlert/textures/back.png not found.
    2021-07-28 14:05:57.644 -04:00 [INF] Proximity Alerts -> Initialise time: 112.2744 ms.
    2021-07-28 14:05:57.644 -04:00 [INF] SimpleHotkeyChain -> Initialise time: 0.068 ms.
    2021-07-28 14:05:57.660 -04:00 [INF] BasicFlaskRoutine -> Initialise time: 20.1547 ms.
    2021-07-28 14:05:57.881 -04:00 [INF] PerfTimer =-> Load files from memory (219.8262 ms) Thread #[14]
    Last edited by iiisyniii; 07-28-2021 at 01:55 PM.

Page 8 of 72 FirstFirst ... 45678910111258 ... LastLast

Similar Threads

  1. [Release] ExileAPI 3.14 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 532
    Last Post: 07-24-2021, 04:37 AM
  2. [Release] ExileAPI 3.13 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 606
    Last Post: 04-17-2021, 06:22 AM
  3. [Release] ExileAPI 3.12 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 492
    Last Post: 01-16-2021, 07:30 AM
  4. ExileAPI Fork 3.11 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 256
    Last Post: 09-20-2020, 02:49 PM
  5. ExileAPI Fork (with Release)
    By Queuete in forum PoE Bots and Programs
    Replies: 231
    Last Post: 06-22-2020, 05:19 PM
All times are GMT -5. The time now is 11:47 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