CoPilot Plugin for PoeHelper / PoeHud / ExileApi menu

User Tag List

Page 17 of 45 FirstFirst ... 131415161718192021 ... LastLast
Results 241 to 255 of 665
  1. #241
    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
    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.
    Had a quick look, there are some offsets messed up regarding golem in deployed objects. Usually it takes a few day/weeks until everything is updated.


    Originally Posted by mm3141 View Post
    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?
    Hey, im not involved in the update proccess of any fork. I also have no insight of how this will be handled. Currently there are no Updates on the private fork yet.

    I Suggest you ask TehCheat or the others involved.
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

    CoPilot Plugin for PoeHelper / PoeHud / ExileApi
  2. #242
    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 Buffchanges
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

  3. #243
    crayfish14's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    26
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Autoquit broke after the push can you take a look?

  4. #244
    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)
    tried to compile it with Compile.bat and got a bunch of errors: (downloaded a clean ExileApi)
    Code:
    k:\PoeHelper (11)\Plugins\Source\copilot-master\Summons.cs(42,32) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(87,37) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\Summons.cs(86,32) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\Summons.cs(98,32) : error CS0012: The type 'ValueType' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(224,33) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(228,17) : error CS0012: The type 'ValueType' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(232,36) : error CS1579: foreach statement cannot operate on variables of type '?' because '?' does not contain a public instance definition for 'GetEnumerator'
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(321,38) : error CS0012: The type 'ValueType' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(485,30) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(488,35) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(781,185) : error CS0012: The type 'ValueType' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(984,166) : error CS0012: The type 'ValueType' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(1022,159) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(1111,51) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    this mess is strange, because in my main ExileApi folder there was only two errors with compiling it:
    Code:
    d:\PoeHelper\Plugins\Source\copilot-master\CoPilot.cs(280,37) : error CS0246: The type or namespace name 'Buffs' could not be found (are you missing a using directive or an assembly reference?)
    d:\PoeHelper\Plugins\Source\copilot-master\CoPilot.cs(477,54) : error CS0246: The type or namespace name 'Buffs' could not be found (are you missing a using directive or an assembly reference?)
    so...it's time to run VM with VS2019...
    Last edited by Silent_Warrior; 04-18-2021 at 12:51 AM.

  5. #245
    brenocas's Avatar Member
    Reputation
    1
    Join Date
    Mar 2021
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, how can i turn the copilot file into a .dll file ? My poehelper does not have a Compiler.bat inside.. Sorry if it sounds dumb

  6. #246
    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 crayfish14 View Post
    Autoquit broke after the push can you take a look?
    Most Likely an Offset Problem ? Just wait for updates

    Originally Posted by Silent_Warrior View Post
    tried to compile it with Compile.bat and got a bunch of errors: (downloaded a clean ExileApi)
    Code:
    k:\PoeHelper (11)\Plugins\Source\copilot-master\Summons.cs(42,32) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(87,37) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\Summons.cs(86,32) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\Summons.cs(98,32) : error CS0012: The type 'ValueType' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(224,33) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(228,17) : error CS0012: The type 'ValueType' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(232,36) : error CS1579: foreach statement cannot operate on variables of type '?' because '?' does not contain a public instance definition for 'GetEnumerator'
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(321,38) : error CS0012: The type 'ValueType' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(485,30) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(488,35) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(781,185) : error CS0012: The type 'ValueType' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(984,166) : error CS0012: The type 'ValueType' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(1022,159) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    k:\PoeHelper (11)\Plugins\Source\copilot-master\CoPilot.cs(1111,51) : error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
    this mess is strange, because in my main ExileApi folder there was only two errors with compiling it:
    Code:
    d:\PoeHelper\Plugins\Source\copilot-master\CoPilot.cs(280,37) : error CS0246: The type or namespace name 'Buffs' could not be found (are you missing a using directive or an assembly reference?)
    d:\PoeHelper\Plugins\Source\copilot-master\CoPilot.cs(477,54) : error CS0246: The type or namespace name 'Buffs' could not be found (are you missing a using directive or an assembly reference?)
    so...it's time to run VM with VS2019...
    First part problem with your reference, 2nd part reference to an old Hud not having Buffs implemented ?
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

  7. #247
    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 brenocas View Post
    Hey, how can i turn the copilot file into a .dll file ? My poehelper does not have a Compiler.bat inside.. Sorry if it sounds dumb
    Gues you use the Queuete Fork then ?

    Just add it to the Autoupdater and Restart Hud.
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

  8. #248
    rndm123's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, I really like your plugin! will definelty donate buddy.

    Could you implement sweep in your plugin ? There are cool builds which I want to do :-) Thank you buddy (maybe add to cyclone tab ?)

    Kind regards

  9. #249
    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 rndm123 View Post
    Hello, I really like your plugin! will definelty donate buddy.

    Could you implement sweep in your plugin ? There are cool builds which I want to do :-) Thank you buddy (maybe add to cyclone tab ?)

    Kind regards
    Pushed
    Added Sweep to Autoattack.
    Changed some Ui Strings.
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

  10. #250
    geeflash's Avatar Member
    Reputation
    3
    Join Date
    Mar 2013
    Posts
    9
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys, i really like the plugin
    is there any possibility to run Plague Bearer?

  11. Thanks Helloworlds1234 (1 members gave Thanks to geeflash for this useful post)
  12. #251
    Shaanujaanu's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey - I've been using your tool and its amazing.

    I can't get berserk to work though;

    Imgur: The magic of the Internet

    I have the key "D7" set in my input key as my first skill location also, any help?

    Yes, I'm playing Berserker and even when I have 50 rage nothing happens.
    Last edited by Shaanujaanu; 04-19-2021 at 04:00 AM.

  13. #252
    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 Shaanujaanu View Post
    hey - I've been using your tool and its amazing.

    I can't get berserk to work though;

    Imgur: The magic of the Internet

    I have the key "D7" set in my input key as my first skill location also, any help?

    Yes, I'm playing Berserker and even when I have 50 rage nothing happens.
    Thx, seems there is a problem getting charges from rage Buff it shows 0 even when on 50.

    Im not sure if thats a problem with an offset as the other buffs seem to display charges just fine. Maybe rage was moved from buffs ? dunno.

    Asking a Hud dev may help.

    Attached Thumbnails Attached Thumbnails CoPilot Plugin for PoeHelper / PoeHud / ExileApi-k10ejdo-png  
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

  14. #253
    Shaanujaanu's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for the reply, I made a post on ExileAPI thread, hopefully we get an answer https://www.ownedcore.com/forums/mmo...ml#post4300775 (ExileAPI 3.14 Release)

  15. #254
    mathiasv91's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    25
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bladeblast won't work for some reason?
    Last edited by mathiasv91; 04-19-2021 at 12:03 PM.

  16. #255
    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 mathiasv91 View Post
    Bladeblast won't work for some reason?
    (Fastmode) Seems the TotalUses were remapped to the actual total times you can use the skill when it has all charges ? Ill have to wait for the private fork and see if its the case there too.

    for the slower mode i gues the entity offsets are still messed up.

    atleast the slower mode will fix itself with a later hud version.
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

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