ExileAPI 3.14 Release menu

User Tag List

Page 15 of 36 FirstFirst ... 111213141516171819 ... LastLast
Results 211 to 225 of 533
  1. #211
    POEistrashwithouthud's Avatar Member
    Reputation
    3
    Join Date
    Apr 2021
    Posts
    26
    Thanks G/R
    17/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrM000Cow View Post
    @SiderBlue if you're trying to use it as a defensive flask check flaskinfo.json in the config directory. Make sure its set to the value 5.

    I just pulled BasicFlaskRoutine from GitHub - IlliumIv/BasicFlaskRoutine: It is fork BasicFlaskRoutine with added support for Supreme Decadence keystone and using speed flask while Cycloning. and Quartz Flask was set to value of 2 and was popping with my life flask settings.

    I changed the value to 5 and used the following settings for defensive flasks and the Quartz flask is popping constantly. I'm just using a using a normal (white) Quartz flask.

    Code:
    Min Life % = 0
    Min ES %   = 0
    Use offensive flasks for defense = checked or unchecked
    Monster count = 1
    Monster Distance = 564
    Normal/Rare/Magic/Unique Monsters = all checked
    Ignore Full Health Unique Mobs = unchecked
    Edit: Tested with a magic flask and still pops constantly.
    Thank you very much, fixed now !

    ExileAPI 3.14 Release
  2. #212
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Where can i find the PreloadAlerts dumps ?
    - nothing here : - PoeHelper\Plugins\Compiled\PreloadAlert\Dumps

    Can anyone take a look,..

    Thanks!
    "Education isn't something you can finish." Isaac Asimov

  3. #213
    DKing's Avatar Member
    Reputation
    12
    Join Date
    Mar 2012
    Posts
    36
    Thanks G/R
    15/10
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    Where can i find the PreloadAlerts dumps ?
    - nothing here : - PoeHelper\Plugins\Compiled\PreloadAlert\Dumps

    Can anyone take a look,..

    Thanks!
    it looks broken. I searched a lot, but I could not find it. you have to search right in the preload window.

  4. #214
    Aoooooooo's Avatar Active Member
    Reputation
    27
    Join Date
    Aug 2020
    Posts
    52
    Thanks G/R
    27/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    Where can i find the PreloadAlerts dumps ?
    - nothing here : - PoeHelper\Plugins\Compiled\PreloadAlert\Dumps

    Can anyone take a look,..

    Thanks!
    Because of DateTime, you could change to
    Code:
            public override void DrawSettings()
            {
                if (ImGui.Button("Dump preloads"))
                {
                    Directory.CreateDirectory(Path.Combine(DirectoryFullName, "Dumps"));
                    var path = Path.Combine(DirectoryFullName, "Dumps",
                        $"{GameController.Area.CurrentArea.Name}.txt");//({DateTime.Now}).txt");
                    File.WriteAllLines(path, PreloadDebug);
                }

  5. Thanks snowhawk, Queuete (2 members gave Thanks to Aoooooooo for this useful post)
  6. #215
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aoooooooo View Post
    Because of DateTime, you could change to
    Code:
            public override void DrawSettings()
            {
                if (ImGui.Button("Dump preloads"))
                {
                    Directory.CreateDirectory(Path.Combine(DirectoryFullName, "Dumps"));
                    var path = Path.Combine(DirectoryFullName, "Dumps",
                        $"{GameController.Area.CurrentArea.Name}.txt");//({DateTime.Now}).txt");
                    File.WriteAllLines(path, PreloadDebug);
                }
    Thanks, now works .
    "Education isn't something you can finish." Isaac Asimov

  7. #216
    SandorClegane's Avatar Member
    Reputation
    4
    Join Date
    Sep 2016
    Posts
    37
    Thanks G/R
    0/3
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to see with preload alerts if trialmaster will spawn?

  8. #217
    Ahlander's Avatar Member
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried searching through the Troubleshooting and FAQ but don't see a resolution for my problem. When I have the HUD up, anytime I click anywhere the HUD toggles on and off so I cant click anything on the HUD or anywhere else in game without a click either bringing up the HUD or closing it.

    Here is a log:
    HTML Code:
    2021-04-28 17:07:36.502 -07:00 [INF] =============== Start hud at 4/28/2021 5:07:36 PM ===============
    2021-04-28 17:07:36.529 -07:00 [INF] PerfTimer =-> Create new offsets (4.7792 ms) Thread #[1]
    2021-04-28 17:07:36.590 -07:00 [INF] PerfTimer =-> Form Load (61.0041 ms) Thread #[1]
    2021-04-28 17:07:36.670 -07:00 [INF] PerfTimer =-> Check version (3.0517 ms) Thread #[1]
    2021-04-28 17:07:36.894 -07:00 [INF] PerfTimer =-> Load manual fonts (67.4694 ms) Thread #[1]
    2021-04-28 17:07:37.721 -07:00 [INF] PerfTimer =-> Build Font Texture (827.2559 ms) Thread #[1]
    2021-04-28 17:07:37.745 -07:00 [INF] PerfTimer =-> Init ImGui (924.784 ms) Thread #[1]
    2021-04-28 17:07:37.766 -07:00 [INF] PerfTimer =-> Init ImGuiRender (975.7407 ms) Thread #[1]
    2021-04-28 17:07:37.775 -07:00 [INF] PerfTimer =-> Init SpriteRender (9.3335 ms) Thread #[1]
    2021-04-28 17:07:37.778 -07:00 [INF] PerfTimer =-> DX11 Load (1096.5795 ms) Thread #[1]
    2021-04-28 17:07:38.417 -07:00 [INF] PerfTimer =-> Load files from memory (159.4686 ms) Thread #[1]
    2021-04-28 17:07:38.440 -07:00 [INF] PerfTimer =-> Plugin loader (2.2613 ms) Thread #[1]
    2021-04-28 17:07:38.496 -07:00 [INF] Core -> Windows 10 is the only supported system!
    2021-04-28 17:07:38.496 -07:00 [VRB] Core -> Checking for update...
    2021-04-28 17:07:38.496 -07:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Collections.Generic.List`1[ExileCore.Shared.PluginAutoUpdate.Settings.SinglePluginUpdateSettings] Plugins'.
    2021-04-28 17:07:38.496 -07:00 [INF] Pattern: File Root -> : Time: 8.6673 ms. Offset:[15709250] Started searching offset with:14630000
    2021-04-28 17:07:38.496 -07:00 [INF] Pattern: Area change -> : Time: 325.9912 ms. Offset:[7036760] Started searching offset with:9430000
    2021-04-28 17:07:38.496 -07:00 [INF] Pattern: Game State -> : Time: 353.1975 ms. Offset:[845117] Started searching offset with:1240000
    2021-04-28 17:07:38.496 -07:00 [INF] PluginManager -> C:\Users\Trent\Desktop\POE\PoE Helper\Plugins doesn't exists, but don't worry i created it for you.
    2021-04-28 17:07:38.496 -07:00 [INF] PluginManager -> C:\Users\Trent\Desktop\POE\PoE Helper\Plugins\Compiled doesn't exists, but don't worry i created it for you.
    2021-04-28 17:07:38.496 -07:00 [INF] PluginManager -> C:\Users\Trent\Desktop\POE\PoE Helper\Plugins\Source doesn't exists, but don't worry i created it for you.
    2021-04-28 17:07:38.496 -07:00 [INF] HUD loaded in 1963.784 ms.
    2021-04-28 17:07:38.496 -07:00 [INF] Resize from: {X=0,Y=0,Width=1584,Height=861} to {X=1280,Y=0,Width=2560,Height=1440}
    2021-04-28 17:07:38.496 -07:00 [ERR] EntityList -> Address is 0;
    2021-04-28 17:07:38.642 -07:00 [ERR] EntityList -> Address is 0;
    2021-04-28 17:08:38.888 -07:00 [INF] =============== Close hud at 4/28/2021 5:08:38 PM ===============
    2021-04-28 17:08:42.664 -07:00 [INF] =============== Start hud at 4/28/2021 5:08:42 PM ===============
    2021-04-28 17:08:42.692 -07:00 [INF] PerfTimer =-> Create new offsets (4.256 ms) Thread #[1]
    2021-04-28 17:08:42.727 -07:00 [INF] PerfTimer =-> Form Load (34.9151 ms) Thread #[1]
    2021-04-28 17:08:42.783 -07:00 [INF] PerfTimer =-> Check version (2.75 ms) Thread #[1]
    2021-04-28 17:08:42.951 -07:00 [INF] PerfTimer =-> Load manual fonts (59.4936 ms) Thread #[1]
    2021-04-28 17:08:43.719 -07:00 [INF] PerfTimer =-> Build Font Texture (768.8734 ms) Thread #[1]
    2021-04-28 17:08:43.745 -07:00 [INF] PerfTimer =-> Init ImGui (858.8835 ms) Thread #[1]
    2021-04-28 17:08:43.760 -07:00 [INF] PerfTimer =-> Init ImGuiRender (876.5756 ms) Thread #[1]
    2021-04-28 17:08:43.768 -07:00 [INF] PerfTimer =-> Init SpriteRender (8.0356 ms) Thread #[1]
    2021-04-28 17:08:43.771 -07:00 [INF] PerfTimer =-> DX11 Load (975.8013 ms) Thread #[1]
    2021-04-28 17:08:44.348 -07:00 [INF] PerfTimer =-> Load files from memory (156.6467 ms) Thread #[1]
    2021-04-28 17:08:44.369 -07:00 [INF] PerfTimer =-> Plugin loader (1.6842 ms) Thread #[1]
    2021-04-28 17:08:44.415 -07:00 [INF] Core -> Windows 10 is the only supported system!
    2021-04-28 17:08:44.415 -07:00 [VRB] Core -> Checking for update...
    2021-04-28 17:08:44.415 -07:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Collections.Generic.List`1[ExileCore.Shared.PluginAutoUpdate.Settings.SinglePluginUpdateSettings] Plugins'.
    2021-04-28 17:08:44.415 -07:00 [INF] Pattern: File Root -> : Time: 8.2717 ms. Offset:[15709250] Started searching offset with:14630000
    2021-04-28 17:08:44.415 -07:00 [INF] Pattern: Area change -> : Time: 273.9097 ms. Offset:[7036760] Started searching offset with:9430000
    2021-04-28 17:08:44.415 -07:00 [INF] Pattern: Game State -> : Time: 310.1716 ms. Offset:[845117] Started searching offset with:1240000
    2021-04-28 17:08:44.415 -07:00 [INF] HUD loaded in 1729.1499 ms.
    2021-04-28 17:08:44.415 -07:00 [INF] Resize from: {X=0,Y=0,Width=1584,Height=861} to {X=1280,Y=0,Width=2560,Height=1440}
    2021-04-28 17:08:44.415 -07:00 [ERR] EntityList -> Address is 0;
    2021-04-28 17:08:44.570 -07:00 [ERR] EntityList -> Address is 0;
    2021-04-28 17:10:22.804 -07:00 [VRB] Core -> Checking for update...
    2021-04-28 17:12:41.720 -07:00 [VRB] Core -> Checking for update...
    2021-04-28 17:12:52.577 -07:00 [INF] =============== Close hud at 4/28/2021 5:12:52 PM ===============
    2021-04-28 17:13:01.574 -07:00 [INF] =============== Start hud at 4/28/2021 5:13:01 PM ===============
    2021-04-28 17:13:01.601 -07:00 [INF] PerfTimer =-> Create new offsets (4.1541 ms) Thread #[1]
    2021-04-28 17:13:01.641 -07:00 [INF] PerfTimer =-> Form Load (40.1087 ms) Thread #[1]
    2021-04-28 17:13:01.687 -07:00 [INF] PerfTimer =-> Check version (2.6168 ms) Thread #[1]
    2021-04-28 17:13:01.849 -07:00 [INF] PerfTimer =-> Load manual fonts (54.8333 ms) Thread #[1]
    2021-04-28 17:13:02.623 -07:00 [INF] PerfTimer =-> Build Font Texture (773.489 ms) Thread #[1]
    2021-04-28 17:13:02.637 -07:00 [INF] PerfTimer =-> Init ImGui (846.7344 ms) Thread #[1]
    2021-04-28 17:13:02.650 -07:00 [INF] PerfTimer =-> Init ImGuiRender (863.8704 ms) Thread #[1]
    2021-04-28 17:13:02.658 -07:00 [INF] PerfTimer =-> Init SpriteRender (7.2129 ms) Thread #[1]
    2021-04-28 17:13:02.660 -07:00 [INF] PerfTimer =-> DX11 Load (963.3341 ms) Thread #[1]
    2021-04-28 17:13:02.763 -07:00 [INF] Core -> Windows 10 is the only supported system!
    2021-04-28 17:13:02.763 -07:00 [VRB] Core -> Checking for update...
    2021-04-28 17:13:02.763 -07:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Collections.Generic.List`1[ExileCore.Shared.PluginAutoUpdate.Settings.SinglePluginUpdateSettings] Plugins'.
    2021-04-28 17:13:02.763 -07:00 [INF] Game not found
    2021-04-28 17:13:02.763 -07:00 [INF] HUD loaded in 1182.1806 ms.
    2021-04-28 17:13:04.508 -07:00 [INF] =============== Start hud at 4/28/2021 5:13:04 PM ===============
    2021-04-28 17:13:04.539 -07:00 [INF] PerfTimer =-> Create new offsets (4.0879 ms) Thread #[1]
    2021-04-28 17:13:04.562 -07:00 [INF] PerfTimer =-> Form Load (22.5673 ms) Thread #[1]
    2021-04-28 17:13:04.609 -07:00 [INF] PerfTimer =-> Check version (2.8113 ms) Thread #[1]
    2021-04-28 17:13:04.765 -07:00 [INF] PerfTimer =-> Load manual fonts (55.0374 ms) Thread #[1]
    2021-04-28 17:13:05.646 -07:00 [INF] PerfTimer =-> Build Font Texture (881.226 ms) Thread #[1]
    2021-04-28 17:13:05.661 -07:00 [INF] PerfTimer =-> Init ImGui (955.2167 ms) Thread #[1]
    2021-04-28 17:13:05.676 -07:00 [INF] PerfTimer =-> Init ImGuiRender (972.5596 ms) Thread #[1]
    2021-04-28 17:13:05.683 -07:00 [INF] PerfTimer =-> Init SpriteRender (7.6716 ms) Thread #[1]
    2021-04-28 17:13:05.685 -07:00 [INF] PerfTimer =-> DX11 Load (1065.9068 ms) Thread #[1]
    2021-04-28 17:13:05.786 -07:00 [INF] Core -> Windows 10 is the only supported system!
    2021-04-28 17:13:05.786 -07:00 [VRB] Core -> Checking for update...
    2021-04-28 17:13:05.786 -07:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Collections.Generic.List`1[ExileCore.Shared.PluginAutoUpdate.Settings.SinglePluginUpdateSettings] Plugins'.
    2021-04-28 17:13:05.786 -07:00 [INF] Game not found
    2021-04-28 17:13:05.786 -07:00 [INF] HUD loaded in 1276.5651 ms.
    2021-04-28 17:15:20.167 -07:00 [INF] =============== Close hud at 4/28/2021 5:15:20 PM ===============
    2021-04-28 17:21:18.739 -07:00 [INF] =============== Start hud at 4/28/2021 5:21:18 PM ===============
    2021-04-28 17:21:18.769 -07:00 [INF] PerfTimer =-> Create new offsets (4.734 ms) Thread #[1]
    2021-04-28 17:21:18.825 -07:00 [INF] PerfTimer =-> Form Load (56.1818 ms) Thread #[1]
    2021-04-28 17:21:18.891 -07:00 [INF] PerfTimer =-> Check version (3.4015 ms) Thread #[1]
    2021-04-28 17:21:19.074 -07:00 [INF] PerfTimer =-> Load manual fonts (63.4557 ms) Thread #[1]
    2021-04-28 17:21:19.906 -07:00 [INF] PerfTimer =-> Build Font Texture (831.632 ms) Thread #[1]
    2021-04-28 17:21:19.930 -07:00 [INF] PerfTimer =-> Init ImGui (924.3559 ms) Thread #[1]
    2021-04-28 17:21:19.946 -07:00 [INF] PerfTimer =-> Init ImGuiRender (943.5558 ms) Thread #[1]
    2021-04-28 17:21:19.954 -07:00 [INF] PerfTimer =-> Init SpriteRender (8.2642 ms) Thread #[1]
    2021-04-28 17:21:19.957 -07:00 [INF] PerfTimer =-> DX11 Load (1053.734 ms) Thread #[1]
    2021-04-28 17:21:20.589 -07:00 [INF] PerfTimer =-> Load files from memory (154.681 ms) Thread #[1]
    2021-04-28 17:21:20.631 -07:00 [INF] PerfTimer =-> Plugin loader (2.1507 ms) Thread #[1]
    2021-04-28 17:21:20.680 -07:00 [INF] Core -> Windows 10 is the only supported system!
    2021-04-28 17:21:20.680 -07:00 [VRB] Core -> Checking for update...
    2021-04-28 17:21:20.680 -07:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Collections.Generic.List`1[ExileCore.Shared.PluginAutoUpdate.Settings.SinglePluginUpdateSettings] Plugins'.
    2021-04-28 17:21:20.680 -07:00 [INF] Pattern: File Root -> : Time: 9.2619 ms. Offset:[15710898] Started searching offset with:14630000
    2021-04-28 17:21:20.680 -07:00 [INF] Pattern: Area change -> : Time: 305.5369 ms. Offset:[7036616] Started searching offset with:9430000
    2021-04-28 17:21:20.680 -07:00 [INF] Pattern: Game State -> : Time: 341.8919 ms. Offset:[845117] Started searching offset with:1240000
    2021-04-28 17:21:20.680 -07:00 [INF] HUD loaded in 1917.6719 ms.
    2021-04-28 17:21:20.680 -07:00 [INF] Resize from: {X=0,Y=0,Width=1584,Height=861} to {X=1280,Y=0,Width=2560,Height=1440}
    2021-04-28 17:23:54.250 -07:00 [VRB] Core -> Checking for update...
    2021-04-28 17:24:38.933 -07:00 [VRB] Core -> Checking for update...
    2021-04-28 17:24:42.287 -07:00 [INF] =============== Close hud at 4/28/2021 5:24:42 PM ===============
    2021-04-28 17:24:56.221 -07:00 [INF] =============== Start hud at 4/28/2021 5:24:56 PM ===============
    2021-04-28 17:24:56.250 -07:00 [INF] PerfTimer =-> Create new offsets (5.0623 ms) Thread #[1]
    2021-04-28 17:24:56.284 -07:00 [INF] PerfTimer =-> Form Load (33.7528 ms) Thread #[1]
    2021-04-28 17:24:56.343 -07:00 [INF] PerfTimer =-> Check version (3.4617 ms) Thread #[1]
    2021-04-28 17:24:56.548 -07:00 [INF] PerfTimer =-> Load manual fonts (59.507 ms) Thread #[1]
    2021-04-28 17:24:57.381 -07:00 [INF] PerfTimer =-> Build Font Texture (831.8461 ms) Thread #[1]
    2021-04-28 17:24:57.404 -07:00 [INF] PerfTimer =-> Init ImGui (919.492 ms) Thread #[1]
    2021-04-28 17:24:57.420 -07:00 [INF] PerfTimer =-> Init ImGuiRender (938.3611 ms) Thread #[1]
    2021-04-28 17:24:57.428 -07:00 [INF] PerfTimer =-> Init SpriteRender (8.2784 ms) Thread #[1]
    2021-04-28 17:24:57.430 -07:00 [INF] PerfTimer =-> DX11 Load (1074.8408 ms) Thread #[1]
    2021-04-28 17:24:58.061 -07:00 [INF] PerfTimer =-> Load files from memory (146.4952 ms) Thread #[1]
    2021-04-28 17:24:58.098 -07:00 [INF] PerfTimer =-> Plugin loader (2.1166 ms) Thread #[1]
    2021-04-28 17:24:58.137 -07:00 [INF] Core -> Windows 10 is the only supported system!
    2021-04-28 17:24:58.137 -07:00 [VRB] Core -> Checking for update...
    2021-04-28 17:24:58.137 -07:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Collections.Generic.List`1[ExileCore.Shared.PluginAutoUpdate.Settings.SinglePluginUpdateSettings] Plugins'.
    2021-04-28 17:24:58.137 -07:00 [INF] Pattern: File Root -> : Time: 9.7597 ms. Offset:[15710898] Started searching offset with:14630000
    2021-04-28 17:24:58.137 -07:00 [INF] Pattern: Area change -> : Time: 331.8498 ms. Offset:[7036616] Started searching offset with:9430000
    2021-04-28 17:24:58.137 -07:00 [INF] Pattern: Game State -> : Time: 361.893 ms. Offset:[845117] Started searching offset with:1240000
    2021-04-28 17:24:58.137 -07:00 [INF] HUD loaded in 1905.45 ms.
    2021-04-28 17:24:58.137 -07:00 [INF] Resize from: {X=0,Y=0,Width=1584,Height=861} to {X=1280,Y=0,Width=2560,Height=1440}
    2021-04-28 17:29:09.183 -07:00 [VRB] Core -> Checking for update...
    2021-04-28 17:29:30.315 -07:00 [INF] =============== Close hud at 4/28/2021 5:29:30 PM ===============
    2021-04-28 18:36:34.389 -07:00 [INF] =============== Start hud at 4/28/2021 6:36:34 PM ===============
    2021-04-28 18:36:34.419 -07:00 [INF] PerfTimer =-> Create new offsets (4.9301 ms) Thread #[1]
    2021-04-28 18:36:34.474 -07:00 [INF] PerfTimer =-> Form Load (54.8916 ms) Thread #[1]
    2021-04-28 18:36:34.537 -07:00 [INF] PerfTimer =-> Check version (3.3458 ms) Thread #[1]
    2021-04-28 18:36:34.710 -07:00 [INF] PerfTimer =-> Load manual fonts (62.4123 ms) Thread #[1]
    2021-04-28 18:36:35.536 -07:00 [INF] PerfTimer =-> Build Font Texture (825.1549 ms) Thread #[1]
    2021-04-28 18:36:35.561 -07:00 [INF] PerfTimer =-> Init ImGui (916.7778 ms) Thread #[1]
    2021-04-28 18:36:35.576 -07:00 [INF] PerfTimer =-> Init ImGuiRender (935.7129 ms) Thread #[1]
    2021-04-28 18:36:35.584 -07:00 [INF] PerfTimer =-> Init SpriteRender (8.2449 ms) Thread #[1]
    2021-04-28 18:36:35.588 -07:00 [INF] PerfTimer =-> DX11 Load (1039.5861 ms) Thread #[1]
    2021-04-28 18:36:36.240 -07:00 [INF] PerfTimer =-> Load files from memory (146.2597 ms) Thread #[1]
    2021-04-28 18:36:36.278 -07:00 [INF] PerfTimer =-> Plugin loader (2.7756 ms) Thread #[1]
    2021-04-28 18:36:36.328 -07:00 [INF] Core -> Windows 10 is the only supported system!
    2021-04-28 18:36:36.328 -07:00 [VRB] Core -> Checking for update...
    2021-04-28 18:36:36.328 -07:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Collections.Generic.List`1[ExileCore.Shared.PluginAutoUpdate.Settings.SinglePluginUpdateSettings] Plugins'.
    2021-04-28 18:36:36.328 -07:00 [INF] Pattern: File Root -> : Time: 10.2132 ms. Offset:[15710898] Started searching offset with:14630000
    2021-04-28 18:36:36.328 -07:00 [INF] Pattern: Area change -> : Time: 353.2286 ms. Offset:[7036616] Started searching offset with:9430000
    2021-04-28 18:36:36.328 -07:00 [INF] Pattern: Game State -> : Time: 382.5532 ms. Offset:[845117] Started searching offset with:1240000
    2021-04-28 18:36:36.328 -07:00 [INF] HUD loaded in 1914.7029 ms.
    2021-04-28 18:36:36.328 -07:00 [INF] Resize from: {X=0,Y=0,Width=1584,Height=861} to {X=1280,Y=0,Width=2560,Height=1440}
    2021-04-28 18:38:19.114 -07:00 [VRB] Core -> Checking for update...
    Nevermind seemed to find a fix. For anyone else with the issue, I set Value of "MainMenuKeyToggle to 0 in settings.json and dumsettings.json to disable the functionality since for my it was set to LButton by default.
    Last edited by Ahlander; 04-29-2021 at 10:49 AM.

  9. #218
    seviraseth's Avatar Member
    Reputation
    1
    Join Date
    Jun 2015
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone come up with a good way to use plague bearer yet?

  10. #219
    snowhawk's Avatar Contributor
    Reputation
    150
    Join Date
    Aug 2008
    Posts
    239
    Thanks G/R
    42/133
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SandorClegane View Post
    Is it possible to see with preload alerts if trialmaster will spawn?
    No.

    Originally Posted by seviraseth View Post
    Anyone come up with a good way to use plague bearer yet?
    For plague bearer, you typically want to use it when it's accumulated maximum damage. You can shut it off earlier, but with how hard poisons are hitting for, your typically reaching max damage instantly (3ish hits single target). So, the easiest way (and the way I implemented it) was to check to see if the player has "corrosive_shroud_buff" enabled. If not (death, unequip, etc), cast the aura. Whenever the player has the buff "corrosive_shroud_at_max_damage" and there are enough monsters in range, toggle plague bearer to start infecting.

    I haven't used this for ultimatum, but try it and let me know if it still works. GitHub - snowhawk04/BuffUtil: Plugin for ExileAPI

  11. Thanks levelmax, Queuete (2 members gave Thanks to snowhawk for this useful post)
  12. #220
    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 deimudda69 View Post
    Why did you deleted Unidy? Was working perfectly
    I deleted all plugin repositories which I never intended to maintain. I only forked those in the early days of this fork, when the plugins where still compiled by me by hand and required a specific path.

    The original repository would be this one: GitHub - ravand1990/UnIdy: Plugin for PoEHUD to automatically unidentify items

    I would probably try this one in your case: GitHub - MustBePony/UnIdy: Plugin for PoEHUD to automatically unidentify items

    Originally Posted by Ahlander View Post
    Nevermind seemed to find a fix. For anyone else with the issue, I set Value of "MainMenuKeyToggle to 0 in settings.json and dumsettings.json to disable the functionality since for my it was set to LButton by default.
    The default value is 123 which is F12. If you change that in the menu (even if by accident ) to Left Mouse Button you need to revert it in the files or do a clean install. because every click will hide/unhide the menu.

  13. #221
    seviraseth's Avatar Member
    Reputation
    1
    Join Date
    Jun 2015
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    huh cant seem to get that one or the other version of BuffUtil installed correctly. I've installed some of the other ones here before.

    Error in the log says: "core" does not contain a definition for current
    Last edited by seviraseth; 04-29-2021 at 04:40 PM.

  14. #222
    snowhawk's Avatar Contributor
    Reputation
    150
    Join Date
    Aug 2008
    Posts
    239
    Thanks G/R
    42/133
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by seviraseth View Post
    huh cant seem to get that one or the other version of BuffUtil installed correctly. I've installed some of the other ones here before.

    Error in the log says: "core" does not contain a definition for current
    Is your Hud updated? Current version is 3.14.29

  15. #223
    seviraseth's Avatar Member
    Reputation
    1
    Join Date
    Jun 2015
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by snowhawk View Post
    Is your Hud updated? Current version is 3.14.29
    Yes sir. I can post the full error log if need be

  16. #224
    spikey_paul's Avatar Active Member
    Reputation
    71
    Join Date
    Aug 2006
    Posts
    206
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Flask Routine doesn't seem to want to use blood of the karui for healing or kiara's determination for freeze, chill and curses. Am i doing something wrong?

  17. #225
    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)
    Is there in ExileApi any information about if Ultimatum window is active now?

Page 15 of 36 FirstFirst ... 111213141516171819 ... LastLast

Similar Threads

  1. [Release] ExileAPI 3.13 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 606
    Last Post: 04-17-2021, 06:22 AM
  2. [Release] ExileAPI 3.12 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 492
    Last Post: 01-16-2021, 07:30 AM
  3. ExileAPI Fork 3.11 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 256
    Last Post: 09-20-2020, 02:49 PM
  4. ExileAPI Fork (with Release)
    By Queuete in forum PoE Bots and Programs
    Replies: 231
    Last Post: 06-22-2020, 05:19 PM
  5. [FPS][PayDay2] Pirate Perfection v14 [Released: 5/16/14]
    By berryman13 in forum FPS Game Discussions
    Replies: 0
    Last Post: 05-16-2014, 10:59 PM
All times are GMT -5. The time now is 12:45 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