ExileAPI Release menu

User Tag List

Page 23 of 72 FirstFirst ... 192021222324252627 ... LastLast
Results 331 to 345 of 1079
  1. #331
    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)
    Just for clarification, when I say things are working, I'm coming from a clean install perspective. I'll grab the latest release and test it. I'll also download the source from Queuete's repo, compile it, and do the same tests with that.

    1. Grab latest release from ExileApi repository. Releases . Queuete/ExileApi . GitHub
    2. Create folder PoeHud.
    3. Copy latest release contents to that folder.
    4. Disable read-only.
    5. Disable access from the limited user account.
    6. Make sure Antivirus exception exists to prevent quarantine for false positive.
    7. Run PathOfExile.
    8. Login.
    9. When town loads, run Loader.exe.
    10. Once loaded, go to PluginAutoUpdate and enter list of plugin repositories I want to test.
    11. Toggle the Hud window to make sure all settings have saved.
    12. Close the Hud.
    13. Run the Hud so it can download all of the plugins I entered.
    14. Under "Core", enable "Show Log Window". Enable "Show Error Messages" and disable the showing of info and debug messages.
    15. Fix any errors related to copying of files from source to compiled. Here are examples from my latest 3.16.3 install.
      Problem:
      Code:
      PluginUpdater -> UpdateSinglePlugin "PickIt" failed.
      PluginUpdater -> System.AggregateException ... -> System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\PoeHelperPath\Plugins\Compiled\Pickit\Clickit Rules\(Default) Quest Objects.txt'.
      Solution:
      PickIt could not find a file or folder in its compiled directory. Pickit doesn't copy one of its settings folders, so go to plugins/source/pickit and manually copy the rules folders to plugins/compiled/pickit.

      Problem:
      Code:
      MapsExchange -> Dependency is missing: SharpDX.Direct3D9.dll
      Solution:
      Missing dependency that either the hud should provide or the plugin maintainer should provide. Regardless, the plugin still renders properly.

      Problem:
      Code:
      HighlightedItems -> CompilePlugin failed
      HighlightedItems -> C:\PoeHelperPath\Plugins\Source\HighlightedItems\HighlightedItems.cs(138,47) : error CS1061: 'NormalInventoryItem' does not contain a definition for 'isHighlighted' and no accessible extension method 'isHighlighted' accepting a first argument of type 'NormalInventoryItem' could be found (are you missing a using directive or an assembly reference?)
      Solution:
      Not something you can fix. You'll have to wait until someone fixes it in the HUD or the plugin.

      Problem:
      Code:
      C:/PoeHelperPath/Plugins/Compiled/ProximityAlert/textures/Direction-Arrow.png not found.
      Solution:
      ProximityAlert can't find the texture files in its compiled directory. Resources are in an archive in plugins/source/ProximityAlert. Extract them to plugins/compiled/ProximityAlert.
    16. Restart the Hud and examine log for any more errors you can fix through manually copying.
    17. Disable all addons.


    Then, for each addon
    • Enable an addon and configure it. Run through a zone or many zones to test functionality. If you make changes to a setting (like the player z value in healthbars) and the addon doesn't update, you can force it to update by changing zones.
    • Check the log for any output. If something is wrong and the plugin has a debug option, enable that to see if it provides info. Re-enable "Show Debug Messages" in the Core settings if you disabled it. Here are examples from my latest 3.16.3 install.

      Problem:
      Code:
      BuildYourOwnRoutineCore, Initialise -> System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\PoeHelperPath\Plugins\Compiled\BasicFlaskRoutine\Extension'.
      Solution:
      Enabling BuildYourOwnRoutine immediately throws this exception. Similar to the ones above, copy the 'Extension' folder from plugins/source/BasicFlaskRoutine/ to plugins/compiled/BasicFlaskRoutine/.

      Problem:
      Code:
      BasicFlaskRoutine: Error: FlaskBleedCorruptingBloodImmunity mod not found. Is it unique flask? If not, report this error message.
      Solution:
      Wait for the maintainer to add the new mods to the files if you don't know how to add them yourself.

      Problem:
      Code:
      Error in: VisibleStashValue, restart PoEHUD.
      System.OverflowException: Value was either too large or too small for a Decimal.
      Solution:
      EZVendor throws an exception when the option for Visible Stash Value is disabled. Enable the option to stop throwing the exception.

      Problem:
      Hud doesn't show icons on the minimap.

      Make sure Iconsbuilder is enabled as it creates the icons. Check the large map to see if it's rendering there. If minimap icons render on the large map and not the minimap, uncheck the setting "Show on Large Map only" in minimapicons. If it doesn't show in either, sometimes the HUD doesn't see Path Of Exile as being the foreground window. While in game, alt+tab to the HUD then click in game to see if it works.
    Last edited by snowhawk; 10-27-2021 at 11:33 PM.

    ExileAPI Release
  2. Thanks yoonjunho, zj52024, Senotin, bobTheBuilder69, sh00ter999, levelmax, Queuete (7 members gave Thanks to snowhawk for this useful post)
  3. #332
    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 RatMonkey View Post
    For all those having problems, it is because UpdateCondition was misspelled for so long, and has finally been fixed in core. It used to be UpdateCondtion (missing the i) and so it won't compile. Though, it still doesn't work when compiled with the typo corrected. Spits out way too many errors after that.

    I can't seem to pinpoint where the errors are pointing to to fix it, it seems to be broken on a bunch of levels.
    Should be fixed in the next update.

  4. Thanks zj52024, Senotin, sh00ter999 (3 members gave Thanks to snowhawk for this useful post)
  5. #333
    RGBplayer's Avatar Member
    Reputation
    1
    Join Date
    Jun 2019
    Posts
    10
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you say when basic flask routine would work?

  6. #334
    springofcrime's Avatar Member
    Reputation
    2
    Join Date
    Dec 2019
    Posts
    16
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by snowhawk View Post
    Should be fixed in the next update.
    You're doing the flying spaghetti monster's work. Keep it up, and thank you!

  7. #335
    omgsosorry's Avatar Member
    Reputation
    9
    Join Date
    Apr 2015
    Posts
    135
    Thanks G/R
    3/8
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    3.16.4 works properly for me, thank you @snowhawk

  8. #336
    maimo2706's Avatar Member
    Reputation
    3
    Join Date
    Sep 2021
    Posts
    28
    Thanks G/R
    18/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone can use Copilot ? seem like i cant use on every fuction

  9. #337
    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 omgsosorry View Post
    3.16.4 works properly for me, thank you @snowhawk
    Which plugs are you using? Even on a fresh install, I am still struggling to get most to work.

  10. #338
    RatMonkey's Avatar Contributor
    Reputation
    152
    Join Date
    Apr 2017
    Posts
    135
    Thanks G/R
    18/129
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by snowhawk View Post
    Should be fixed in the next update.
    BasicFlask still isn't working for me. I can get by the UpdateCondition/UpdateCondtion issue (you already fixed this in your repo previously too) but I get bflask.jpg when it attempts to use a flask (in this case a basic mana flask)

    I've tried fresh install, everything. Using your repo for BasicFlaskRoutine.

  11. #339
    plantb's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by snowhawk View Post
    Just for clarification, when I say things are working, I'm coming from a clean install perspective. I'll grab the latest release and test it. I'll also download the source from Queuete's repo, compile it, and do the same tests with that.

    1. Grab latest release from ExileApi repository. Releases . Queuete/ExileApi . GitHub
    2. Create folder PoeHud.
    3. Copy latest release contents to that folder.
    4. Disable read-only.
    5. Disable access from the limited user account.
    6. Make sure Antivirus exception exists to prevent quarantine for false positive.
    7. Run PathOfExile.
    8. Login.
    9. When town loads, run Loader.exe.
    10. Once loaded, go to PluginAutoUpdate and enter list of plugin repositories I want to test.
    11. Toggle the Hud window to make sure all settings have saved.
    12. Close the Hud.
    13. Run the Hud so it can download all of the plugins I entered.
    14. Under "Core", enable "Show Log Window". Enable "Show Error Messages" and disable the showing of info and debug messages.
    15. Fix any errors related to copying of files from source to compiled. Here are examples from my latest 3.16.3 install.
      Problem:
      Code:
      PluginUpdater -> UpdateSinglePlugin "PickIt" failed.
      PluginUpdater -> System.AggregateException ... -> System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\PoeHelperPath\Plugins\Compiled\Pickit\Clickit Rules\(Default) Quest Objects.txt'.
      Solution:
      PickIt could not find a file or folder in its compiled directory. Pickit doesn't copy one of its settings folders, so go to plugins/source/pickit and manually copy the rules folders to plugins/compiled/pickit.

      Problem:
      Code:
      MapsExchange -> Dependency is missing: SharpDX.Direct3D9.dll
      Solution:
      Missing dependency that either the hud should provide or the plugin maintainer should provide. Regardless, the plugin still renders properly.

      Problem:
      Code:
      HighlightedItems -> CompilePlugin failed
      HighlightedItems -> C:\PoeHelperPath\Plugins\Source\HighlightedItems\HighlightedItems.cs(138,47) : error CS1061: 'NormalInventoryItem' does not contain a definition for 'isHighlighted' and no accessible extension method 'isHighlighted' accepting a first argument of type 'NormalInventoryItem' could be found (are you missing a using directive or an assembly reference?)
      Solution:
      Not something you can fix. You'll have to wait until someone fixes it in the HUD or the plugin.

      Problem:
      Code:
      C:/PoeHelperPath/Plugins/Compiled/ProximityAlert/textures/Direction-Arrow.png not found.
      Solution:
      ProximityAlert can't find the texture files in its compiled directory. Resources are in an archive in plugins/source/ProximityAlert. Extract them to plugins/compiled/ProximityAlert.
    16. Restart the Hud and examine log for any more errors you can fix through manually copying.
    17. Disable all addons.


    Then, for each addon
    • Enable an addon and configure it. Run through a zone or many zones to test functionality. If you make changes to a setting (like the player z value in healthbars) and the addon doesn't update, you can force it to update by changing zones.
    • Check the log for any output. If something is wrong and the plugin has a debug option, enable that to see if it provides info. Re-enable "Show Debug Messages" in the Core settings if you disabled it. Here are examples from my latest 3.16.3 install.

      Problem:
      Code:
      BuildYourOwnRoutineCore, Initialise -> System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\PoeHelperPath\Plugins\Compiled\BasicFlaskRoutine\Extension'.
      Solution:
      Enabling BuildYourOwnRoutine immediately throws this exception. Similar to the ones above, copy the 'Extension' folder from plugins/source/BasicFlaskRoutine/ to plugins/compiled/BasicFlaskRoutine/.

      Problem:
      Code:
      BasicFlaskRoutine: Error: FlaskBleedCorruptingBloodImmunity mod not found. Is it unique flask? If not, report this error message.
      Solution:
      Wait for the maintainer to add the new mods to the files if you don't know how to add them yourself.

      Problem:
      Code:
      Error in: VisibleStashValue, restart PoEHUD.
      System.OverflowException: Value was either too large or too small for a Decimal.
      Solution:
      EZVendor throws an exception when the option for Visible Stash Value is disabled. Enable the option to stop throwing the exception.

      Problem:
      Hud doesn't show icons on the minimap.

      Make sure Iconsbuilder is enabled as it creates the icons. Check the large map to see if it's rendering there. If minimap icons render on the large map and not the minimap, uncheck the setting "Show on Large Map only" in minimapicons. If it doesn't show in either, sometimes the HUD doesn't see Path Of Exile as being the foreground window. While in game, alt+tab to the HUD then click in game to see if it works.
    It's weird, flask plugin spams poe is minimized...
    Fresh install with latest version exileapi 3.16.4
    Flask plugin from your repo.

  12. #340
    lamleial's Avatar Member
    Reputation
    12
    Join Date
    Nov 2020
    Posts
    20
    Thanks G/R
    6/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by snowhawk View Post
    Should be fixed in the next update.
    If you need some extra hands, send me a PM (dev+RE). Short on time but willing to offer what I can.

  13. #341
    miracle1's Avatar Active Member
    Reputation
    38
    Join Date
    Jun 2014
    Posts
    270
    Thanks G/R
    114/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there any working chaos recipe plugin?

  14. #342
    Wodzzu's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, mod list offsets in ObjectMagicProperties Entity seems to be outdated. I would really like to make expedition remnant mod reading possible. Is anybody able to update it or guide me how to do so? Appreciate your help.

    P.S. if you need any additional info, let me know.

  15. #343
    RatMonkey's Avatar Contributor
    Reputation
    152
    Join Date
    Apr 2017
    Posts
    135
    Thanks G/R
    18/129
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wodzzu View Post
    Hey, mod list offsets in ObjectMagicProperties Entity seems to be outdated. I would really like to make expedition remnant mod reading possible. Is anybody able to update it or guide me how to do so? Appreciate your help.

    P.S. if you need any additional info, let me know.
    Wish I could find the offsets, but that's far above my skill level. I did try to get Expedition Icons working, but it points back towards an issue with not being able to read mods from core. Would be awesome if this could be fixed, it's a huge QoL plugin.

  16. #344
    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)
    Originally Posted by RatMonkey View Post
    Wish I could find the offsets, but that's far above my skill level. I did try to get Expedition Icons working, but it points back towards an issue with not being able to read mods from core. Would be awesome if this could be fixed, it's a huge QoL plugin.
    most of the offsets in public for more than a day - Probably their author will not mind if you adapt them for ExileAPI
    PoEapi/PoEOffsets.ahk at 7553e884f46dd67ff3b2c39faa3d3ba76d961c67 . conajer/PoEapi . GitHub

  17. #345
    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 RatMonkey View Post
    BasicFlask still isn't working for me. I can get by the UpdateCondition/UpdateCondtion issue (you already fixed this in your repo previously too) but I get bflask.jpg when it attempts to use a flask (in this case a basic mana flask)

    I've tried fresh install, everything. Using your repo for BasicFlaskRoutine.
    I just checked it again and it's working fine. You don't have to use my repository.

    These are the exact steps I just did.

    1. Create a folder called "Test17". You don't have to do this, I'm just being pedantic.
    2. Go to the releases page and download "PoeHelper.zip" from 3.16.4. Releases . Queuete/ExileApi . GitHub
    3. Extract contents of the archive into my test folder.
    4.Set up antivirus exception.
    5.Disable access to the folder from my limited user account.
    6.Run Loader.exe.
    7.Enable BasicFlaskRoutine.
    8.Enable Health/Mana. Enable Speed flasks. Check Quicksilver. Set the trigger for speedflask to a lower value.
    9.Go back to core and open the log.
    10. Press F12 to close the config menu.
    11. Open a map at the map device.
    12. Run around in circles and look at the log window.

    Here's the output:

    Code:
    2021-10-28 13:16:04.556 -07:00 [INF] PerfTimer =-> Load files from memory (314.4988 ms) Thread #[1]
    2021-10-28 13:16:21.994 -07:00 [VRB] Core -> Checking for update...
    2021-10-28 13:16:43.661 -07:00 [INF] PerfTimer =-> Load files from memory (330.4181 ms) Thread #[1]
    2021-10-28 13:17:12.597 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskShockImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:17:12.597 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskIgniteImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:17:12.597 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskFreezeAndChillImmunityDuringEffect mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:17:12.597 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskBleedCorruptingBloodImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:17:12.954 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskShockImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:17:12.954 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskIgniteImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:17:12.954 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskFreezeAndChillImmunityDuringEffect mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:17:12.954 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskBleedCorruptingBloodImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:17:13.251 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskShockImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:17:13.267 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskIgniteImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:17:13.267 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskFreezeAndChillImmunityDuringEffect mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:17:13.267 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskBleedCorruptingBloodImmunity mod not found. Is it unique flask? If not, report this error message.
    13. I start to respond when I notice that you tested with a basic mana flask, so I leave the map and buy a normal Greater Mana Flask.
    14. I go back to my hideout, go back into the map, initially run and notice I forgot to equip the flask. I equip the flask.

    Code:
    2021-10-28 13:23:39.447 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskIgniteImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:23:39.447 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskFreezeAndChillImmunityDuringEffect mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:23:39.447 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskBleedCorruptingBloodImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:23:39.742 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskShockImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:23:39.742 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskIgniteImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:23:39.742 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskFreezeAndChillImmunityDuringEffect mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:23:39.742 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskBleedCorruptingBloodImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:23:42.640 -07:00 [INF] PerfTimer =-> Load files from memory (347.4346 ms) Thread #[1]
    2021-10-28 13:24:01.800 -07:00 [INF] PerfTimer =-> Load files from memory (405.2502 ms) Thread #[1]
    2021-10-28 13:24:30.555 -07:00 [INF] PerfTimer =-> Load files from memory (422.7553 ms) Thread #[1]
    2021-10-28 13:24:39.494 -07:00 [INF] PerfTimer =-> Load files from memory (455.4093 ms) Thread #[1]
    2021-10-28 13:24:42.023 -07:00 [VRB] Core -> Checking for update...
    2021-10-28 13:24:53.643 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskShockImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:24.53.643 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskIgniteImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:24:53.643 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskFreezeAndChillImmunityDuringEffect mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:24:53.643 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskBleedCorruptingBloodImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:24:54.122 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskShockImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:24.54.122 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskIgniteImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:24:54.122 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskFreezeAndChillImmunityDuringEffect mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:24:54.122 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskBleedCorruptingBloodImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:25:01.990 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskShockImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:25:01.990 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskFreezeAndChillImmunityDuringEffect mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:25:01.990 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskBleedCorruptingBloodImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:25:02.431 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskShockImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:25:02.431 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskFreezeAndChillImmunityDuringEffect mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:25:02.431 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskBleedCorruptingBloodImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:25:02.739 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskShockImmunity mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:25:02.739 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskFreezeAndChillImmunityDuringEffect mod not found. Is it unique flask? If not, report this error message.
    2021-10-28 13:25:02.739 -07:00 [ERR] BasicFlaskRoutine: Error: FlaskBleedCorruptingBloodImmunity mod not found. Is it unique flask? If not, report this error message.
    Everything is expected as the flaskinfo.json file in Illium's repo hasn't been updated for 3.16. If you are using my repo (I don't recommend as I usually just push fixes to Illium's), it has an updated flaskinfo file (likely missing a few, but got a lot of new ones). Unfortunately, if you aren't building HUD from source, you already have BasicFlaskRoutine downloaded the first time you run it which means it set up the config files for Illium's. Switching to my repo doesn't replace the config files due to how the autoupdater works (ExileApi/PluginCopyFiles.cs at 47e134f4b2a24d4eace776ceea9e10cf5cecbe5a . Queuete/ExileApi . GitHub), so you'll need to manually copy the file over from Plugins/Compiled/BasicFlaskRoutine/config_new/ to Plugins/Compiled/BasicFlaskRoutine/config/. While you're there, create an Extension/ folder in BasicFlaskRoutine.

    Or you can just copy the text from the json file and dump it into flaskinfo.json in Plugins/Compiled/BasicFlaskRoutine/config/flaskinfo.json

    https://raw.githubusercontent.com/sn...flaskinfo.json

    I closed the HUD, copied the contents of the flaskinfo.json from git into the flaskinfo.json in the config folder. Started hud and proceeded to run around. Here's the log

    Code:
    2021-10-28 14:00:16.644 -07:00 [INF] BasicFlaskRoutine -> Initialise time: 30.8731 ms.
    2021-10-28 14:00:16.930 -07:00 [INF] PerfTimer =-> Load files from memory (293.1666 ms) Thread #[14]
    2021-10-28 14:01:52.575 -07:00 [VRB] Core -> Checking for update...
    2021-10-28 14:03:46.254 -07:00 [VRB] Core -> Checking for update...
    And it just works as expected. Hopefully this helps.

    If anyone gets the "mod not found... report this error message" spam from the plugin, please reply in the basicflaskroutine thread so we can update it.

Page 23 of 72 FirstFirst ... 192021222324252627 ... 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 02:09 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