ExileAPI Fork (with Release) menu

User Tag List

Page 9 of 16 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 232
  1. #121
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    118/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Hello,

    I added a plugin auto update feature in the latest version, its currently in "beta". Feel free to try it, but keep in mind: There will be bugs.
    I updated the first post according to it.
    The source: GitHub - Queuete/ExileApi at PluginAutoUpdate
    The release: Release v0.9beta . Queuete/ExileApi . GitHub

    Auto update works with most of the currently available plugins. To include a specific plugin you need to make a new entry in "PoeHelper/Plugins/updateSettings.json".
    There are some things which require a certain structure in the plugin source. If your plugin uses any additional config files they should be in a folder named "settings" or "config" or a default version needds to be generated during runtime (e.g. stashie). When your plugin has any dependencies outside of the ones used in ExileAPI aswell you need to add their .dll files to a folder called "libs".
    The "settings" and the "libs" folder should be in the same place as your "*.csproj" file. Repositories with more then 1 .csproj file will not work.

    Disclaimer: Due to the nature of a auto plugin functionality this will run code downloaded from repositories on your pc. You should not use repositories from owners you dont trust. Running PoeHelper as admin will increse the risk.

    Furthermore I did some cleanup to the Core, the warnings are all fixed. As a (plugin) developer its now easier to see which warnings could be relevant for you, due to not ~75 Core warnings flooding the result.

    Stay healthy,
    Queuete

    edit: is there any way to change the thread title?
    Last edited by Queuete; 04-04-2020 at 10:49 AM.

    ExileAPI Fork (with Release)
  2. Thanks MrOne, armory236, bagindo4ka (3 members gave Thanks to Queuete for this useful post)
  3. #122
    armory236's Avatar Active Member
    Reputation
    57
    Join Date
    Apr 2013
    Posts
    301
    Thanks G/R
    340/53
    Trade Feedback
    1 (100%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    thanks for all your work
    any chance to add ItemAlert plugin?

  4. #123
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    118/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by armory236 View Post
    thanks for all your work
    any chance to add ItemAlert plugin?
    If this is an open source plugin you can add this yourself (in v0.9beta).

    2. Can you add Plugin xyz?
    In the latest version you can do this yourself. Simply add an entry to the file "PoeHelper/Plugins/updateSettings.json".
    Please look at the structure of the other entries before changing one. Between all plugins there must be an "," while the last one MUST end WITHOUT an ",". You can validate JSON for here: JSONLint - The JSON Validator

  5. Thanks armory236 (1 members gave Thanks to Queuete for this useful post)
  6. #124
    armory236's Avatar Active Member
    Reputation
    57
    Join Date
    Apr 2013
    Posts
    301
    Thanks G/R
    340/53
    Trade Feedback
    1 (100%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Queuete View Post
    If this is an open source plugin you can add this yourself (in v0.9beta).
    thanks a lot man
    yeah, I'm familiar with json as I'm a developer

  7. #125
    hahahalol22's Avatar Member
    Reputation
    2
    Join Date
    Mar 2019
    Posts
    52
    Thanks G/R
    4/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Queuete My Minimap icons is not drawing any icons and basic fask routine is not activating anything

    Is that a common problem?

    EDIT: minimap icons works sometimes but not 100%
    Last edited by hahahalol22; 04-06-2020 at 04:31 PM.

  8. #126
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    118/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hahahalol22 View Post
    @Queuete My Minimap icons is not drawing any icons and basic fask routine is not activating anything

    Is that a common problem?

    EDIT: minimap icons works sometimes but not 100%
    Not really, which version are you using?
    Are you sure you configured Flask Routine right? Speed, Mana and Life Flasks work without any kind of problems, I have not tested the others.
    Minimap Icons needs "IconsBuilder" to be activated aswell.
    Then there are a few cases which cause some trouble. Mostly Legion encounters. I am not rich enough yet to buy scarabs and really test that

  9. #127
    hahahalol22's Avatar Member
    Reputation
    2
    Join Date
    Mar 2019
    Posts
    52
    Thanks G/R
    4/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Queuete View Post
    Not really, which version are you using?
    Are you sure you configured Flask Routine right? Speed, Mana and Life Flasks work without any kind of problems, I have not tested the others.
    Minimap Icons needs "IconsBuilder" to be activated aswell.
    Then there are a few cases which cause some trouble. Mostly Legion encounters. I am not rich enough yet to buy scarabs and really test that
    Well I was using your latest version from release. To me is the most stable version here. Just getting those weird errors with minimap icons.
    Flask Routine worked after I ran 1 map

  10. #128
    roska's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2017
    Posts
    216
    Thanks G/R
    42/18
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hahahalol22 View Post
    Well I was using your latest version from release. To me is the most stable version here. Just getting those weird errors with minimap icons.
    Flask Routine worked after I ran 1 map
    Minimap icons is a hud bug, nothing you can do about until someone fixes it

  11. #129
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    118/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hahahalol22 View Post
    Well I was using your latest version from release. To me is the most stable version here. Just getting those weird errors with minimap icons.
    Flask Routine worked after I ran 1 map
    Originally Posted by roska View Post
    Minimap icons is a hud bug, nothing you can do about until someone fixes it
    When your minimap icons disappear, are the healthbars still working?
    Just fixed a bug which caused HealthBars to crash. When you are using the v0.9beta version you will get the update automatically when you start the HUD the next time.

  12. #130
    roska's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2017
    Posts
    216
    Thanks G/R
    42/18
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Queuete View Post
    When your minimap icons disappear, are the healthbars still working?
    Just fixed a bug which caused HealthBars to crash. When you are using the v0.9beta version you will get the update automatically when you start the HUD the next time.
    I haven't been using em since im using exmap. But I'll give it a try after work.

    EDIT: what makes me believe its a hud bug and not a plugin bug: among other things, player names are drawn to minimap which disappear same time the icons do.
    Last edited by roska; 04-07-2020 at 10:14 PM.

  13. #131
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    118/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    There were some minor changes to HealthBars and MinimapIcons. Which solved a few crashes, most likely not all of them.
    Furthermore I simplyfied PickIt. We got ItemFilters to do the more complex work, in my opinion PickIt should simply pick up everything that is on the ground. There will be some more changes to make the pick up process a bit more fluent.
    If you want to stick with the old PickIt, you only need to change the url in updatePlugins.json. The originial pick it -> GitHub - DetectiveSquirrel/Pickit

  14. Thanks SickBro (1 members gave Thanks to Queuete for this useful post)
  15. #132
    Mirokira's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    12
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Queuete View Post
    There were some minor changes to HealthBars and MinimapIcons. Which solved a few crashes, most likely not all of them.
    Furthermore I simplyfied PickIt. We got ItemFilters to do the more complex work, in my opinion PickIt should simply pick up everything that is on the ground. There will be some more changes to make the pick up process a bit more fluent.
    If you want to stick with the old PickIt, you only need to change the url in updatePlugins.json. The originial pick it -> GitHub - DetectiveSquirrel/Pickit
    Can you explain how MinimapIcons works?

    It doenst seem to do anything for me.

    Would it be possible to show Perandus Chests with a Plugin?

  16. #133
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    118/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mirokira View Post
    Can you explain how MinimapIcons works?

    It doenst seem to do anything for me.

    Would it be possible to show Perandus Chests with a Plugin?
    You need to active IconBuilder and MinimapIcons. Furthermore you should take a look into the MinimapIcons Settings. You potentially only draw them on the large map.
    Then it will show icons on the minimap for various stuff, including monsters and if I am not mistaken perandus chests will be highlighted aswell.

  17. Thanks Mirokira (1 members gave Thanks to Queuete for this useful post)
  18. #134
    Mirokira's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    12
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Queuete View Post
    You need to active IconBuilder and MinimapIcons. Furthermore you should take a look into the MinimapIcons Settings. You potentially only draw them on the large map.
    Then it will show icons on the minimap for various stuff, including monsters and if I am not mistaken perandus chests will be highlighted aswell.
    IconsBuilder was disabled thanks for the help.

  19. #135
    roska's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2017
    Posts
    216
    Thanks G/R
    42/18
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by roska View Post
    I haven't been using em since im using exmap. But I'll give it a try after work.

    EDIT: what makes me believe its a hud bug and not a plugin bug: among other things, player names are drawn to minimap which disappear same time the icons do.
    Sorry to say but didn't help any.

Page 9 of 16 FirstFirst ... 5678910111213 ... LastLast

Similar Threads

  1. [Release] Start with all Class spells!
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 21
    Last Post: 12-19-2007, 08:53 AM
  2. [Release]Project Silvermoon FunDB rev4 [compatible with patch 2.3.0!!]
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 17
    Last Post: 11-30-2007, 07:28 AM
  3. [Release] Enchanter Vendor with AFG enchant bags
    By knaur in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 11-17-2007, 10:01 PM
  4. Breaking news: I'm Exalted with Exodar... Yes before the Release of BC
    By #ClumsyWizard in forum World of Warcraft General
    Replies: 18
    Last Post: 12-25-2006, 10:26 AM
All times are GMT -5. The time now is 08:52 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