ExileAPI 3.14 Release menu

Shout-Out

User Tag List

Page 17 of 36 FirstFirst ... 131415161718192021 ... LastLast
Results 241 to 255 of 533
  1. #241
    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)
    Originally Posted by snowhawk View Post
    If you are just looking for your own character, IngameState.LocalPlayer. If you are looking for nearby players, there is IngameState.ServerData.NearestPlayers. You should also check out GameController.EntityListWrapper.ValidEntitiesByType which does a lot of pre-filtering for you.
    Thanks.
    Is it possible to get Entity from Player in NearestPlayers, I need his Pos property.
    Also, any idea, how far that "nearest" players are?

    ExileAPI 3.14 Release
  2. #242
    MadNexus's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    10
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Remind me, please, which plugin or soft shows the reflect on the map?

  3. #243
    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 madd123 View Post
    Is it possible to get Entity from Player in NearestPlayers, I need his Pos property.
    Yes. NearestPlayers is just a List<Player>. Just follow the player.owner pointer to get back to the entity. From there, you can get the Positioned component.

    Originally Posted by madd123 View Post
    Also, any idea, how far that "nearest" players are?
    Entity has a DistancePlayer property if that is what you want. Characters within 230 distance units of the player appear on the list.

  4. Thanks madd123 (1 members gave Thanks to snowhawk for this useful post)
  5. #244
    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 it possible to not show ExileApi Settings window on startup without recompile?

  6. #245
    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 xaiyx View Post
    i tried it like he says in the description - nothing happens ;(
    Those error message are the result of the plugin targeting the private fork.
    The latest patch added some of this functionality and it could be working now.

    Overall thats the inevitable result of having 1 private and 1 public fork. This would not happen with both forks being public. I doubt that this situation will change so its up to the plugin developers which fork they are going to target.

    Originally Posted by madd123 View Post
    Is it possible to not show ExileApi Settings window on startup without recompile?
    No.

  7. #246
    poohbear321's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    3 (67%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Queuete View Post
    Those error message are the result of the plugin targeting the private fork.
    The latest patch added some of this functionality and it could be working now.
    .
    https://i.imgur.com/WcsvO3T.png

    Here's the latest error, doesn't seem like its a dependency issue anymore though.

  8. #247
    Rocker866's Avatar Member
    Reputation
    3
    Join Date
    Nov 2011
    Posts
    212
    Thanks G/R
    13/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there any plugin that shows lightning mirage and volatile on map? I tried proximity alerts but it doesnt show lightning mirage for some reason

  9. #248
    poohbear321's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    3 (67%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got it working, seems like it needs
    Task.Run(() => UpdateCheapUniques());

  10. #249
    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 Dekayo View Post
    Hello, first of all, THANKS for this tool.
    This is a bit OT but as far as I know there is only one good trading tool alive and its poe lurker, but if I open poe using the secondary windows user, poe lurker's hud doesnt show, is it only me? if not, any workarounds?
    You need to run PoE Lurker with administrator right

  11. #250
    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 poohbear321 View Post
    https://i.imgur.com/WcsvO3T.png

    Here's the latest error, doesn't seem like its a dependency issue anymore though.
    Noticed your fix, just wanted to shortly comment on the reasons for this.

    The exception is totally normal for the (old?) .net framework compilers.
    See here with .net 4.7 compiler: C# Online Compiler | .NET Fiddle
    If you switch to the roslyn 3.8 compiler the line is totally fine.

    Overall it seems like the used package for in code compilation is using not the most recent roslyn compiler. While I would love to change that, in best case even to the more up to date .NET versions I wont expect anything like this soon (or rather at all )

    Originally Posted by Rocker866 View Post
    is there any plugin that shows lightning mirage and volatile on map? I tried proximity alerts but it doesnt show lightning mirage for some reason
    I am pretty sure Proximity Alert is the right choice (if that one is not able to do it, its probably not possible). You would probably need to add lightning mirage to the config. Due to PoEDB not listing a internal name for this mod I have no clue how this needs to be done exactly.

  12. #251
    pwndbymeh's Avatar Active Member
    Reputation
    44
    Join Date
    May 2010
    Posts
    194
    Thanks G/R
    20/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Copilot has been a bit clunky lately... is there another autoskill/buff plugin that works with the current version?

  13. #252
    Overbu's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    11
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Today Bex confirmed that "It's determined when you generate your map whether or not that Ultimatum can lead to the Trialmaster.". So theoretically is it possible to preload offset of it? I guess it's hard to catch, but is it possible in theory?

  14. #253
    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 Overbu View Post
    Today Bex confirmed that "It's determined when you generate your map whether or not that Ultimatum can lead to the Trialmaster.". So theoretically is it possible to preload offset of it? I guess it's hard to catch, but is it possible in theory?
    No thats not the same. If we want to catch something it needs to get send to the client when the map loads (either directly or through loading certain Trialmaster fight specific assets). Unless this happens its impossible to catch, even if the server determines if it happens already when the map started.

    So the statement confirms that it COULD be possible, but nothing more.

  15. #254
    Overbu's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    11
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Queuete View Post
    No thats not the same. If we want to catch something it needs to get send to the client when the map loads (either directly or through loading certain Trialmaster fight specific assets). Unless this happens its impossible to catch, even if the server determines if it happens already when the map started.

    So the statement confirms that it COULD be possible, but nothing more.
    Thank you for the reply, never wanted to sound like "BEX CONFIRMED, DO IT NOW", just wanted to give you some sort of information tho.
    It's very kind of you to explain how it works, Queuete, thanks.

  16. #255
    Silent_Warrior's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2014
    Posts
    212
    Thanks G/R
    161/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Greetings, Queuete. I'm really hoping that someday this league healthbars/minimap icons will not lag
    Btw, this problem is definitely not at my side (my plugins), because everytime i'm testing the fresh zip, downloaded from your github with default plugins.
    ofc, here it is the Verbose.log:
    Code:
    2021-05-04 13:43:26.410 +04:00 [INF] =============== Start hud at 04.05.2021 13:43:26 ===============
    2021-05-04 13:43:26.618 +04:00 [INF] PerfTimer =-> Create new offsets (13,0108 ms) Thread #[1]
    2021-05-04 13:43:27.170 +04:00 [INF] PerfTimer =-> Form Load (551,9092 ms) Thread #[1]
    2021-05-04 13:43:27.556 +04:00 [INF] PerfTimer =-> Check version (23,4725 ms) Thread #[1]
    2021-05-04 13:43:27.811 +04:00 [INF] PerfTimer =-> Load manual fonts (97,947 ms) Thread #[1]
    2021-05-04 13:43:28.935 +04:00 [INF] PerfTimer =-> Build Font Texture (1123,4766 ms) Thread #[1]
    2021-05-04 13:43:28.962 +04:00 [INF] PerfTimer =-> Init ImGui (1266,5635 ms) Thread #[1]
    2021-05-04 13:43:29.005 +04:00 [INF] PerfTimer =-> Init ImGuiRender (1312,7908 ms) Thread #[1]
    2021-05-04 13:43:29.017 +04:00 [INF] PerfTimer =-> Init SpriteRender (11,922 ms) Thread #[1]
    2021-05-04 13:43:29.021 +04:00 [INF] PerfTimer =-> DX11 Load (1435,7245 ms) Thread #[1]
    2021-05-04 13:43:30.510 +04:00 [INF] PerfTimer =-> Load files from memory (604,8057 ms) Thread #[1]
    2021-05-04 13:43:30.589 +04:00 [INF] PerfTimer =-> Plugin loader (3,5042 ms) Thread #[1]
    2021-05-04 13:43:30.716 +04:00 [INF] Core -> Windows 10 is the only supported system!
    2021-05-04 13:43:30.718 +04:00 [VRB] Core -> Checking for update...
    2021-05-04 13:43:30.718 +04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.String CommitShaLatest'.
    2021-05-04 13:43:30.718 +04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Boolean CommitShaCurrentIsValid'.
    2021-05-04 13:43:30.718 +04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Boolean UpdateAvailable'.
    2021-05-04 13:43:30.718 +04:00 [INF] Pattern: File Root -> : Time: 19,7237 ms. Offset:[15710898] Started searching offset with:14630000
    2021-05-04 13:43:30.718 +04:00 [INF] Pattern: Area change -> : Time: 328,6566 ms. Offset:[7036616] Started searching offset with:9430000
    2021-05-04 13:43:30.718 +04:00 [INF] Pattern: Game State -> : Time: 359,0049 ms. Offset:[845117] Started searching offset with:1240000
    2021-05-04 13:43:30.718 +04:00 [INF] PluginManager -> K:\PoeHelper (15)\Plugins\Compiled doesn't exists, but don't worry i created it for you.
    2021-05-04 13:43:30.718 +04:00 [INF] PluginManager -> K:\PoeHelper (15)\Plugins\Source doesn't exists, but don't worry i created it for you.
    2021-05-04 13:43:30.718 +04:00 [INF] HUD loaded in 4494,5375 ms.
    2021-05-04 13:43:30.718 +04:00 [INF] HealthBars -> Update... started
    2021-05-04 13:43:30.718 +04:00 [INF] Resize from: {X=0,Y=0,Width=1584,Height=859} to {X=0,Y=0,Width=2560,Height=1440}
    2021-05-04 13:43:30.718 +04:00 [INF] MinimapIcons -> Update... started
    2021-05-04 13:43:30.718 +04:00 [INF] SimpleHotkeyChain -> Update... started
    2021-05-04 13:43:30.718 +04:00 [INF] HealthBars -> No valid repository at: K:\PoeHelper (15)\Plugins\Source\HealthBars. Clone from https://github.com/Queuete/HealthBars... started
    2021-05-04 13:43:30.718 +04:00 [INF] MinimapIcons -> No valid repository at: K:\PoeHelper (15)\Plugins\Source\MinimapIcons. Clone from https://github.com/Queuete/MinimapIcons... started
    2021-05-04 13:43:30.718 +04:00 [INF] SimpleHotkeyChain -> No valid repository at: K:\PoeHelper (15)\Plugins\Source\SimpleHotkeyChain. Clone from https://github.com/Queuete/SimpleHotkeyChain... started
    2021-05-04 13:43:31.632 +04:00 [INF] IconsBuilder -> Update... started
    2021-05-04 13:43:31.633 +04:00 [INF] IconsBuilder -> No valid repository at: K:\PoeHelper (15)\Plugins\Source\IconsBuilder. Clone from https://github.com/Queuete/IconsBuilder... started
    2021-05-04 13:43:31.766 +04:00 [INF] SimpleHotkeyChain -> Clone... done
    2021-05-04 13:43:31.773 +04:00 [INF] SimpleHotkeyChain -> Checkout master/main branch... started
    2021-05-04 13:43:31.775 +04:00 [INF] MinimapIcons -> Clone... done
    2021-05-04 13:43:31.780 +04:00 [INF] MinimapIcons -> Checkout master/main branch... started
    2021-05-04 13:43:31.824 +04:00 [INF] SimpleHotkeyChain -> Checkout master/main branch... done
    2021-05-04 13:43:31.824 +04:00 [INF] SimpleHotkeyChain -> Pull... started
    2021-05-04 13:43:31.824 +04:00 [INF] MinimapIcons -> Checkout master/main branch... done
    2021-05-04 13:43:31.824 +04:00 [INF] MinimapIcons -> Pull... started
    2021-05-04 13:43:32.019 +04:00 [INF] HealthBars -> Clone... done
    2021-05-04 13:43:32.019 +04:00 [INF] HealthBars -> Checkout master/main branch... started
    2021-05-04 13:43:32.019 +04:00 [INF] HealthBars -> Checkout master/main branch... done
    2021-05-04 13:43:32.019 +04:00 [INF] HealthBars -> Pull... started
    2021-05-04 13:43:32.053 +04:00 [INF] MinimapIcons -> Pull... done, already up to date
    2021-05-04 13:43:32.053 +04:00 [INF] SimpleHotkeyChain -> Pull... done, already up to date
    2021-05-04 13:43:32.053 +04:00 [INF] MinimapIcons -> Update... done
    2021-05-04 13:43:32.053 +04:00 [INF] SimpleHotkeyChain -> Update... done
    2021-05-04 13:43:32.108 +04:00 [INF] Stashie -> Update... started
    2021-05-04 13:43:32.108 +04:00 [INF] Stashie -> No valid repository at: K:\PoeHelper (15)\Plugins\Source\Stashie. Clone from https://github.com/Craere/Stashie... started
    2021-05-04 13:43:32.335 +04:00 [INF] IconsBuilder -> Clone... done
    2021-05-04 13:43:32.335 +04:00 [INF] IconsBuilder -> Checkout master/main branch... started
    2021-05-04 13:43:32.335 +04:00 [INF] IconsBuilder -> Checkout master/main branch... done
    2021-05-04 13:43:32.335 +04:00 [INF] IconsBuilder -> Pull... started
    2021-05-04 13:43:32.440 +04:00 [INF] HealthBars -> Pull... done, already up to date
    2021-05-04 13:43:32.440 +04:00 [INF] HealthBars -> Update... done
    2021-05-04 13:43:32.559 +04:00 [INF] IconsBuilder -> Pull... done, already up to date
    2021-05-04 13:43:32.559 +04:00 [INF] IconsBuilder -> Update... done
    2021-05-04 13:43:33.858 +04:00 [INF] Stashie -> Clone... done
    2021-05-04 13:43:33.858 +04:00 [INF] Stashie -> Checkout master/main branch... started
    2021-05-04 13:43:34.430 +04:00 [INF] Stashie -> Checkout master/main branch... done
    2021-05-04 13:43:34.430 +04:00 [INF] Stashie -> Pull... started
    2021-05-04 13:43:34.674 +04:00 [INF] Stashie -> Pull... done, already up to date
    2021-05-04 13:43:34.674 +04:00 [INF] Stashie -> Update... done
    2021-05-04 13:43:37.742 +04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Collections.Generic.List`1[SimpleHotkeyChain.SettingsModels.HotkeyChain] HotkeyChains'.
    2021-05-04 13:43:37.742 +04:00 [INF] SimpleHotkeyChain loaded in 16,339 ms.
    2021-05-04 13:43:37.742 +04:00 [INF] SimplePickIt -> Update... started
    2021-05-04 13:43:37.742 +04:00 [INF] SimplePickIt -> No valid repository at: K:\PoeHelper (15)\Plugins\Source\SimplePickIt. Clone from https://github.com/Queuete/SimplePickIt... started
    2021-05-04 13:43:37.742 +04:00 [INF] MinimapIcons loaded in 20,0864 ms.
    2021-05-04 13:43:37.742 +04:00 [INF] BasicFlaskRoutine -> Update... started
    2021-05-04 13:43:37.742 +04:00 [INF] BasicFlaskRoutine -> No valid repository at: K:\PoeHelper (15)\Plugins\Source\BasicFlaskRoutine. Clone from https://github.com/IlliumIv/BasicFlaskRoutine... started
    2021-05-04 13:43:37.775 +04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Int32[,] IgnoredCells'.
    2021-05-04 13:43:37.775 +04:00 [INF] Stashie loaded in 37,9406 ms.
    2021-05-04 13:43:37.775 +04:00 [INF] PreloadAlert -> Update... started
    2021-05-04 13:43:37.775 +04:00 [INF] PreloadAlert -> No valid repository at: K:\PoeHelper (15)\Plugins\Source\PreloadAlert. Clone from https://github.com/Queuete/PreloadAlert... started
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => ParentIndex used before created. [Menu("Show Enemies", ..., 3)] added as a top-level setting.
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Width", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Height", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Color", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Outline", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Back Ground", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Under10 Percent", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Percent Text Color", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color Under10 Percent", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Percents", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Percents", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Text", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Text", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Text Size", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Floating Combat Text", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Damage Color", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Heal Color", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Number of Lines", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Enable", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Width", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Height", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Color", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Outline", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Back Ground", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Under10 Percent", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Percent Text Color", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color Under10 Percent", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Percents", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Percents", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Text", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Text", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Text Size", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Floating Combat Text", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Damage Color", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Heal Color", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Number of Lines", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Enable", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Width", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Height", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Color", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Outline", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Back Ground", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Under10 Percent", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Percent Text Color", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color Under10 Percent", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Percents", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Percents", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Text", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Text", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Text Size", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Floating Combat Text", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Damage Color", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Heal Color", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Number of Lines", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Enable", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Width", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.791 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Height", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Color", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Outline", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Back Ground", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Under10 Percent", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Percent Text Color", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color Under10 Percent", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Percents", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Percents", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Text", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Text", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Text Size", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Floating Combat Text", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Damage Color", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Heal Color", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Number of Lines", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Enable", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Width", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Height", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Color", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Outline", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Back Ground", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Under10 Percent", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Percent Text Color", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color Under10 Percent", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Percents", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Percents", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Text", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Text", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Text Size", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Floating Combat Text", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Damage Color", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Heal Color", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Number of Lines", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Enable", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Width", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Height", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Color", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Outline", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Back Ground", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Under10 Percent", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Percent Text Color", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color Under10 Percent", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Percents", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Percents", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Text", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Text", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Text Size", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Floating Combat Text", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Damage Color", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Heal Color", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Number of Lines", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => Index collision. '[Menu("Enable", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-04 13:43:37.799 +04:00 [INF] HealthBars loaded in 54,7787 ms.
    2021-05-04 13:43:37.799 +04:00 [INF] MiscInformation -> Update... started
    2021-05-04 13:43:37.799 +04:00 [INF] MiscInformation -> No valid repository at: K:\PoeHelper (15)\Plugins\Source\MiscInformation. Clone from https://github.com/IlliumIv/MiscInformation... started
    2021-05-04 13:43:37.799 +04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Single SizeDefaultIcon'.
    2021-05-04 13:43:37.808 +04:00 [INF] IconsBuilder loaded in 34,7692 ms.
    2021-05-04 13:43:37.808 +04:00 [INF] SimpleStashie -> Update... started
    2021-05-04 13:43:37.808 +04:00 [INF] SimpleStashie -> No valid repository at: K:\PoeHelper (15)\Plugins\Source\SimpleStashie. Clone from https://github.com/Queuete/SimpleStashie... started
    2021-05-04 13:43:38.408 +04:00 [INF] SimplePickIt -> Clone... done
    2021-05-04 13:43:38.408 +04:00 [INF] SimplePickIt -> Checkout master/main branch... started
    2021-05-04 13:43:38.424 +04:00 [INF] SimplePickIt -> Checkout master/main branch... done
    2021-05-04 13:43:38.424 +04:00 [INF] SimplePickIt -> Pull... started
    2021-05-04 13:43:38.442 +04:00 [INF] MiscInformation -> Clone... done
    2021-05-04 13:43:38.442 +04:00 [INF] MiscInformation -> Checkout master/main branch... started
    2021-05-04 13:43:38.442 +04:00 [INF] PreloadAlert -> Clone... done
    2021-05-04 13:43:38.442 +04:00 [INF] PreloadAlert -> Checkout master/main branch... started
    2021-05-04 13:43:38.458 +04:00 [INF] MiscInformation -> Checkout master/main branch... done
    2021-05-04 13:43:38.458 +04:00 [INF] MiscInformation -> Pull... started
    2021-05-04 13:43:38.458 +04:00 [INF] PreloadAlert -> Checkout master/main branch... done
    2021-05-04 13:43:38.458 +04:00 [INF] PreloadAlert -> Pull... started
    2021-05-04 13:43:38.608 +04:00 [INF] SimplePickIt -> Pull... done, already up to date
    2021-05-04 13:43:38.608 +04:00 [INF] SimplePickIt -> Update... done
    2021-05-04 13:43:38.641 +04:00 [INF] PreloadAlert -> Pull... done, already up to date
    2021-05-04 13:43:38.641 +04:00 [INF] PreloadAlert -> Update... done
    2021-05-04 13:43:38.659 +04:00 [INF] MiscInformation -> Pull... done, already up to date
    2021-05-04 13:43:38.659 +04:00 [INF] MiscInformation -> Update... done
    2021-05-04 13:43:38.743 +04:00 [INF] SimpleStashie -> Clone... done
    2021-05-04 13:43:38.743 +04:00 [INF] SimpleStashie -> Checkout master/main branch... started
    2021-05-04 13:43:38.795 +04:00 [INF] SimpleStashie -> Checkout master/main branch... done
    2021-05-04 13:43:38.795 +04:00 [INF] SimpleStashie -> Pull... started
    2021-05-04 13:43:39.041 +04:00 [INF] SimpleStashie -> Pull... done, already up to date
    2021-05-04 13:43:39.041 +04:00 [INF] SimpleStashie -> Update... done
    2021-05-04 13:43:39.441 +04:00 [INF] SimplePickIt loaded in 14,6206 ms.
    2021-05-04 13:43:39.840 +04:00 [INF] PreloadAlert loaded in 85,3901 ms.
    2021-05-04 13:43:39.874 +04:00 [INF] MiscInformation loaded in 26,7324 ms.
    2021-05-04 13:43:40.024 +04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Int32[,] IgnoredCells'.
    2021-05-04 13:43:40.024 +04:00 [INF] SimpleStashie loaded in 3,2491 ms.
    2021-05-04 13:43:41.474 +04:00 [INF] BasicFlaskRoutine -> Clone... done
    2021-05-04 13:43:41.474 +04:00 [INF] BasicFlaskRoutine -> Checkout master/main branch... started
    2021-05-04 13:43:41.492 +04:00 [INF] BasicFlaskRoutine -> Checkout master/main branch... done
    2021-05-04 13:43:41.492 +04:00 [INF] BasicFlaskRoutine -> Pull... started
    2021-05-04 13:43:41.690 +04:00 [INF] BasicFlaskRoutine -> Pull... done, already up to date
    2021-05-04 13:43:41.690 +04:00 [INF] BasicFlaskRoutine -> Update... done
    2021-05-04 13:43:42.775 +04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'TreeRoutine.Routine.BuildYourOwnRoutine.Flask.FlaskSetting[] FlaskSettings'.
    2021-05-04 13:43:42.775 +04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Numerics.Vector2 LastSettingPos'.
    2021-05-04 13:43:42.775 +04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Numerics.Vector2 LastSettingSize'.
    2021-05-04 13:43:42.775 +04:00 [INF] TreeRoutine.Routine.BuildYourOwnRoutine loaded in 9,5634 ms.
    2021-05-04 13:43:42.791 +04:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'TreeRoutine.Routine.BasicFlaskRoutine.Flask.FlaskSetting[] FlaskSettings'.
    2021-05-04 13:43:42.791 +04:00 [INF] TreeRoutine.Routine.BasicFlaskRoutine loaded in 9,5634 ms.
    2021-05-04 13:43:42.791 +04:00 [INF] MiscInformation -> Initialise time: 2,8543 ms.
    2021-05-04 13:43:42.791 +04:00 [INF] PreloadAlert -> Initialise time: 0,9504 ms.
    2021-05-04 13:43:42.813 +04:00 [INF] HealthBars -> Initialise time: 7,4332 ms.
    2021-05-04 13:43:42.824 +04:00 [INF] IconsBuilder -> Initialise time: 25,6649 ms.
    2021-05-04 13:43:42.858 +04:00 [INF] MinimapIcons -> Initialise time: 28,6243 ms.
    2021-05-04 13:43:42.858 +04:00 [INF] SimpleHotkeyChain -> Initialise time: 0,0593 ms.
    2021-05-04 13:43:42.858 +04:00 [INF] SimplePickIt -> Initialise time: 0,0028 ms.
    2021-05-04 13:43:42.858 +04:00 [INF] SimpleStashie -> Initialise time: 0,0469 ms.
    2021-05-04 13:43:43.268 +04:00 [INF] PerfTimer =-> Load files from memory (467,6801 ms) Thread #[18]
    2021-05-04 13:43:43.305 +04:00 [INF] PerfTimer =-> Load files from memory (438,6457 ms) Thread #[16]
    2021-05-04 13:47:56.751 +04:00 [VRB] Core -> Checking for update...

Page 17 of 36 FirstFirst ... 131415161718192021 ... 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 09:53 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