CoPilot Plugin for PoeHelper / PoeHud / ExileApi menu

User Tag List

Page 16 of 45 FirstFirst ... 121314151617181920 ... LastLast
Results 226 to 240 of 665
  1. #226
    mm3141's Avatar Member
    Reputation
    6
    Join Date
    Jun 2020
    Posts
    17
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by totalschaden View Post
    was already expecting it to not work as it was broken for 7+ Leagues. even on TC Fork it was fixed just recently. Due to posting of I was thinking this might have been fixed. Otherwise I wont have pushed the updates with auto CD to public.

    Edit:
    So your best bet is waiting for a fixed queuete's Fork where it shows the actual skill.cooldown (Cooldown - Reduction) and not the default value, or use an old CoPilot version that still has Sliders for CD.
    Is the fork you are on using VirtualCooldownSpeedPct for the reduction?

    Furthermore, in the core code there is this code, which does not do what the comment suggests (off by factor 10). Are you using that value as 1/10th seconds, or has that been corrected? As far as I can see, copilot is the only consumer of this from the common plugins.

    public float Cooldown => M.Read<int>(Address + 0x60) / 100f; //Converted milliseconds to seconds

    CoPilot Plugin for PoeHelper / PoeHud / ExileApi
  2. #227
    totalschaden's Avatar Contributor
    Reputation
    98
    Join Date
    May 2008
    Posts
    210
    Thanks G/R
    0/85
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mm3141 View Post
    Is the fork you are on using VirtualCooldownSpeedPct for the reduction?

    Furthermore, in the core code there is this code, which does not do what the comment suggests (off by factor 10). Are you using that value as 1/10th seconds, or has that been corrected? As far as I can see, copilot is the only consumer of this from the common plugins.

    public float Cooldown => M.Read<int>(Address + 0x60) / 100f; //Converted milliseconds to seconds
    Sorry I cant help with that, It could be VirtualCooldownSpeedPct , but as far as I know TC only fixed offsets that were fucked up. Im not into that Topic though, 0 reverse engineering xp.

    I know this had been broken for over 7 Leagues, CoPilot might be the only public consumer of that value, as this was until recently completly useless as it only showed the default cooldown, not the accurate reduced CD.
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

  3. #228
    snowhawk's Avatar Contributor
    Reputation
    143
    Join Date
    Aug 2008
    Posts
    234
    Thanks G/R
    41/126
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mm3141 View Post
    Is the fork you are on using VirtualCooldownSpeedPct for the reduction?
    It depends how serious they were about calculating the actual cooldown. Something like Skill.BaseCooldown / (1 + Skill.VirtualCooldownSpeedPct) simply gets you the cooldown if the spell were cast alone. Unfortunately, the system is a bit more complicated with shared cooldowns (see Blink Skills, Warcry Skills) that require tracking of not just the skill itself but the shared skills cast time, effect duration, and any buffs they are dependent on (e.g. Blink Skills, Withering Step, & Elusive's active skill effect duration). Introduce charges and then you also have to consider ordering and special cases. I imagine such a complicated system would be implemented as a separate module/plugin seeing as Skill.Cooldown doesn't get much use.

    Originally Posted by mm3141 View Post
    Furthermore, in the core code there is this code, which does not do what the comment suggests (off by factor 10). Are you using that value as 1/10th seconds, or has that been corrected? As far as I can see, copilot is the only consumer of this from the common plugins.

    public float Cooldown => M.Read<int>(Address + 0x60) / 100f; //Converted milliseconds to seconds
    Definitely a bug.

  4. #229
    tvinki's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2014
    Posts
    159
    Thanks G/R
    34/18
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    fixed problem.
    Last edited by tvinki; 02-20-2021 at 01:46 AM.

  5. #230
    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)
    so there is no workaround for arcane cloak with public build?

  6. #231
    Kladdkakan's Avatar Member
    Reputation
    12
    Join Date
    Oct 2008
    Posts
    65
    Thanks G/R
    1/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would it be possible to add an exclusion to allow skills on mouse buttons? some skills i have zero need to manually cast if i don't need too, and having it on mouse buttons would be a very neat QoL. Obviously opt-out and disabled by default/with a big ass warning

  7. #232
    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)
    vortex doesnt seem to understand cooldown either on public build

  8. #233
    totalschaden's Avatar Contributor
    Reputation
    98
    Join Date
    May 2008
    Posts
    210
    Thanks G/R
    0/85
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kladdkakan View Post
    Would it be possible to add an exclusion to allow skills on mouse buttons? some skills i have zero need to manually cast if i don't need too, and having it on mouse buttons would be a very neat QoL. Obviously opt-out and disabled by default/with a big ass warning
    Feel free to put whatever u like on mousekeys, but dont expect copilot to use it then.
    You can put a skill you want it to use, like cyclone on right mouse, and have another cyclone infront of that button (middle top slot) then it would still work. it will always take the first slot available.

    Originally Posted by roska View Post
    vortex doesnt seem to understand cooldown either on public build
    I dont care much about public build, if you are unhappy with public api support you can use older copilot with custom set timers.

    When im motivated again, which currently isnt the case, I will rework the Skill cooldown once again, as someone added Charges + actual check if the skill is useable or not (no need for timers whatsoever)
    Last edited by totalschaden; 03-20-2021 at 05:57 PM.
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

  9. #234
    totalschaden's Avatar Contributor
    Reputation
    98
    Join Date
    May 2008
    Posts
    210
    Thanks G/R
    0/85
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Pushed Update
    Added new RemainingUses & IsOnCooldown API to Checks.
    Added new MonsterCheck to more Skills.

    Incase your PoeHelper fork doesnt Support the API above it is not recommended to Update from here.
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

  10. Thanks MrOne, Forumuser1000 (2 members gave Thanks to totalschaden for this useful post)
  11. #235
    mm3141's Avatar Member
    Reputation
    6
    Join Date
    Jun 2020
    Posts
    17
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by totalschaden View Post
    Pushed Update
    Added new RemainingUses & IsOnCooldown API to Checks.

    Incase your PoeHelper fork doesnt Support the API above it is not recommended to Update from here.

    I have added some support for this to the public branch, let's see how it works

  12. #236
    totalschaden's Avatar Contributor
    Reputation
    98
    Join Date
    May 2008
    Posts
    210
    Thanks G/R
    0/85
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Pushed Update:
    Performence Improvements
    Enemys Stat Check
    Limit Enemys to OnScreen Entitys
    Reenabled Chatbox closed check
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

  13. Thanks Forumuser1000 (1 members gave Thanks to totalschaden for this useful post)
  14. #237
    Kazuk's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any chance to get summons back to working?
    thansk for the work <3

  15. #238
    totalschaden's Avatar Contributor
    Reputation
    98
    Join Date
    May 2008
    Posts
    210
    Thanks G/R
    0/85
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kazuk View Post
    any chance to get summons back to working?
    thansk for the work <3
    should all work fine when huds are up to date
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

  16. #239
    Kazuk's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by totalschaden View Post
    should all work fine when huds are up to date
    thanks for the rely, youre right. zombies work now. golems dont work though. im using exileapi by queuete and put a question regarding it in his thread.

  17. #240
    mm3141's Avatar Member
    Reputation
    6
    Join Date
    Jun 2020
    Posts
    17
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Hi, since Buffs have moved to a separate component on Player from the Life component, there is a breaking change for the Copilot plugin. You can take a look here: Implement Buffs component by mm3141 . Pull Request #120 . Queuete/ExileApi . GitHub

    How are you dealing with that on the private branch?

Page 16 of 45 FirstFirst ... 121314151617181920 ... LastLast

Similar Threads

  1. [Release] STASHIE - a stash managing plugin for PoeHud
    By Preaches in forum PoE Bots and Programs
    Replies: 554
    Last Post: 04-10-2023, 03:11 PM
  2. [Release] CRAFTIE - A crafting plugin for PoeHUD
    By Preaches in forum PoE Bots and Programs
    Replies: 18
    Last Post: 07-16-2019, 02:10 PM
  3. [Selling] [Tool] Simple Flask Manager Plugin For PoeHUD
    By GameHelper in forum PoE Buy Sell Trade
    Replies: 115
    Last Post: 04-08-2018, 10:31 PM
  4. [Selling] Labyrinth (Lab) Chests plugin for PoEHUD
    By TehCheat in forum PoE Buy Sell Trade
    Replies: 92
    Last Post: 03-20-2018, 01:38 PM
  5. [Request] Atlas Plugin for POEHUD
    By kevel1 in forum PoE Bots and Programs
    Replies: 7
    Last Post: 03-13-2018, 03:54 AM
All times are GMT -5. The time now is 10:01 AM. 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