ExileApi - Misc plugin discussion menu

User Tag List

Page 20 of 35 FirstFirst ... 161718192021222324 ... LastLast
Results 286 to 300 of 522
  1. #286
    Fragma1's Avatar Active Member
    Reputation
    21
    Join Date
    Aug 2022
    Posts
    80
    Thanks G/R
    13/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by caspaas View Post
    same!
    happens with marketrwizard too

    but i just updated my exileapi
    Build failed:
    [07/08/2024 13:05:24,
    C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(51, 42)] CS1061:
    'CurrencyExchangePanel' does not contain a definition for 'OfferedItemStock' and
    no accessible extension method 'OfferedItemStock' accepting a first argument of
    type 'CurrencyExchangePanel' could be found (are you missing a using directive
    or an assembly reference?)
    [07/08/2024 13:05:24,
    C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(53, 41)] CS1061:
    'CurrencyExchangePanel' does not contain a definition for 'WantedItemStock' and
    no accessible extension method 'WantedItemStock' accepting a first argument of
    type 'CurrencyExchangePanel' could be found (are you missing a using directive
    or an assembly reference?)
    [07/08/2024 13:05:24,
    C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(65, 49)] CS1061:
    'CurrencyExchangePanel' does not contain a definition for 'WantedItemStock' and
    no accessible extension method 'WantedItemStock' accepting a first argument of
    type 'CurrencyExchangePanel' could be found (are you missing a using directive
    or an assembly reference?)
    [07/08/2024 13:05:24,
    C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(66, 50)] CS1061:
    'CurrencyExchangePanel' does not contain a definition for 'OfferedItemStock' and
    no accessible extension method 'OfferedItemStock' accepting a first argument of
    type 'CurrencyExchangePanel' could be found (are you missing a using directive
    or an assembly reference?)
    [07/08/2024 13:05:24,
    C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(107, 67)]
    CS0411: The type arguments for method 'Enumerable.SelectMany<TSource,
    TResult>(IEnumerable<TSource>, Func<TSource, IEnumerable<TResult>>)' cannot be
    inferred from the usage. Try specifying the type arguments explicitly.
    [07/08/2024 13:05:24,
    C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(116, 69)]
    CS0411: The type arguments for method 'Enumerable.SelectMany<TSource,
    TResult>(IEnumerable<TSource>, Func<TSource, IEnumerable<TResult>>)' cannot be
    inferred from the usage. Try specifying the type arguments explicitly.
    [07/08/2024 13:05:24,
    C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(124, 4]
    CS0021: Cannot apply indexing with [] to an expression of type 'TResult'
    [07/08/2024 13:05:24,
    C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(124, 75)]
    CS0021: Cannot apply indexing with [] to an expression of type 'TResult'
    [07/08/2024 13:05:24,
    C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(130, 4]
    CS0021: Cannot apply indexing with [] to an expression of type 'TResult'
    [07/08/2024 13:05:24,
    C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(130, 75)]
    CS0021: Cannot apply indexing with [] to an expression of type 'TResult'
    [07/08/2024 13:05:24,
    C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(270, 77)]
    CS1061: 'CurrencyExchangePanel' does not contain a definition for
    'WantedItemStock' and no accessible extension method 'WantedItemStock' accepting
    a first argument of type 'CurrencyExchangePanel' could be found (are you missing
    a using directive or an assembly reference?)
    [07/08/2024 13:05:24,
    C:\Poe\exile\Plugins\Source\MarketWizard-master\MarketWizard.cs(271, 7]
    CS1061: 'CurrencyExchangePanel' does not contain a definition for
    'OfferedItemStock' and no accessible extension method 'OfferedItemStock'
    accepting a first argument of type 'CurrencyExchangePanel' could be found (are
    you missing a using directive or an assembly reference?)

    and for village helper its

    Build failed:
    [07/08/2024 13:05:30,
    C:\Poe\exile\Plugins\Source\VillageHelper-master\VillageHelper.cs(432, 109)]
    CS1061: 'VillageJob' does not contain a definition for 'Discriminator' and no
    accessible extension method 'Discriminator' accepting a first argument of type
    'VillageJob' could be found (are you missing a using directive or an assembly
    reference?)
    [07/08/2024 13:05:30,
    C:\Poe\exile\Plugins\Source\VillageHelper-master\VillageHelper.cs(472, 109)]
    CS1061: 'VillageJob' does not contain a definition for 'Discriminator' and no
    accessible extension method 'Discriminator' accepting a first argument of type
    'VillageJob' could be found (are you missing a using directive or an assembly
    reference?)
    Where i can find this market wizard plugin? never seen it.

    ExileApi - Misc plugin discussion
  2. #287
    marekjemiolak's Avatar Active Member
    Reputation
    23
    Join Date
    Feb 2017
    Posts
    134
    Thanks G/R
    6/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for villagehelper u can // line 432 and 472 and it'll compile just fine

    it provides some usefull info already
    Last edited by marekjemiolak; 08-07-2024 at 08:14 AM.

  3. Thanks Glitter2770 (1 members gave Thanks to marekjemiolak for this useful post)
  4. #288
    Glitter2770's Avatar Member
    Reputation
    9
    Join Date
    Jan 2024
    Posts
    13
    Thanks G/R
    22/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fragma1 View Post
    Where i can find this market wizard plugin? never seen it.
    GitHub - exApiTools/MarketWizard
    GitHub - exApiTools/VillageHelper

  5. #289
    hkjhkh's Avatar Member
    Reputation
    11
    Join Date
    Mar 2018
    Posts
    103
    Thanks G/R
    0/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mm its not working i get error messages

  6. #290
    xerance's Avatar Active Member CoreCoins Purchaser
    Reputation
    37
    Join Date
    Jan 2018
    Posts
    177
    Thanks G/R
    39/35
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    has anyone gotten village helper to work with this?

  7. #291
    thedudesrug's Avatar Member
    Reputation
    3
    Join Date
    Jun 2017
    Posts
    32
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Open the cs file and delete line 432 and 472 like marekjemiolak stated a few comments ago. Then put in source and it will compile.

  8. #292
    Esionru's Avatar Member
    Reputation
    5
    Join Date
    Jul 2011
    Posts
    36
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    https://imgur.com/a/fcsy0hQ

    What version do the plugins work on? I put them in the source

  9. #293
    EjikEjikovich's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2024
    Posts
    15
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Right now we(as users) can "fix" those plugins

    !Update ExileApi for last version!

    ======
    For Ninja Pricer
    U need to:
    1) open Ninja Price -> Main -> render.cs
    2) find line 41, after public StashElement StashPanel { get; set; } add new line and add public StashElement GuildStashPanel { get; set; }

    3) find line ~110
    4) del or "//" all from if (_inspectedItem... to line before #endregion and add 4 new lines ->

    GuildStashPanel = GameController.Game.IngameState.IngameUi.GuildStashElement;
    StashPanel = GameController.Game.IngameState.IngameUi.StashElement;
    InventoryPanel = GameController.Game.IngameState.IngameUi.InventoryPanel;
    HagglePanel = GameController.Game.IngameState.IngameUi.HaggleWindow;

    5) save file and recompile all plugins in "Core" tab -> Reload plugins

    ======
    For VillageHelper
    U need to:
    1) open VillageHelper folder -> VillageHelper.cs
    2) Find lines 432 and 472 and add "//" before code
    3) save file and recompile all plugins in "Core" tab -> Reload plugins

    ======
    For MarketWizard
    U need to:
    1. Open MarketWizard.cs
    2. Replace all "WantedItemStock" with "Stock2" (case sensitive)
    3. Replace all "OfferedItemStock" with "Stock1" (case sensitive)
    p.s. thanks to @Beanjuice for that solution

    This is a temporary solution until the author uploads a new version of ExileApi on which he developed these plugins.
    Last edited by EjikEjikovich; 08-10-2024 at 04:50 AM.

  10. Thanks soda666 (1 members gave Thanks to EjikEjikovich for this useful post)
  11. #294
    Stif21's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    38
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where can I download Market Wizard. I have not seen such a plugin

  12. #295
    omghaxla's Avatar Active Member
    Reputation
    17
    Join Date
    Jun 2012
    Posts
    85
    Thanks G/R
    13/11
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you read the previous few posts you will find it

  13. #296
    camapxam's Avatar Active Member
    Reputation
    27
    Join Date
    Nov 2009
    Posts
    316
    Thanks G/R
    256/23
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by EjikEjikovich View Post
    Right now we(as users) can "fix" only 2 out of 3 plugins

    !Update ExileApi for last version!
    ======

    For Ninja Pricer
    U need to:
    1) open Ninja Price -> Main -> render.cs
    2) find line 41, after public StashElement StashPanel { get; set; } add new line and add public StashElement GuildStashPanel { get; set; }

    3) find line ~110
    4) del or "//" all from if (_inspectedItem... to line before #endregion and add 4 new lines ->

    GuildStashPanel = GameController.Game.IngameState.IngameUi.GuildStashElement;
    StashPanel = GameController.Game.IngameState.IngameUi.StashElement;
    InventoryPanel = GameController.Game.IngameState.IngameUi.InventoryPanel;
    HagglePanel = GameController.Game.IngameState.IngameUi.HaggleWindow;

    5) save file and recompile all plugins in "Core" tab -> Reload plugins
    ======

    For VillageHelper
    U need to:
    1) open VillageHelper folder -> VillageHelper.cs
    2) Find lines 432 and 472 and add "//" before code
    3) save file and recompile all plugins in "Core" tab -> Reload plugins
    ======

    For MarketWizard
    U need to:
    1) idk :c

    This is a temporary solution until the author uploads a new version of ExileApi on which he developed these plugins.
    people should just get the old hub, the one before api update, and don't update before hand next time, then it'll be fine

  14. #297
    Jobey4's Avatar Member
    Reputation
    1
    Join Date
    Jul 2024
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where would one find the files for Ninja Pricer, cant seem to find the plugin to use

  15. #298
    enasnix's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What does Market Wizard / Village Helper do?

  16. #299
    Beanjuice's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    To fix MarketWizard:

    1. Open MarketWizard.cs
    2. Replace all "WantedItemStock" with "Stock2" (case sensitive)
    3. Replace all "OfferedItemStock" with "Stock1" (case sensitive)

  17. #300
    caspaas's Avatar Member
    Reputation
    4
    Join Date
    Feb 2009
    Posts
    50
    Thanks G/R
    4/3
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    also this does not work for VillageHelper.

Page 20 of 35 FirstFirst ... 161718192021222324 ... LastLast

Similar Threads

  1. [Release] MapHelper - Plugin for ExileApi
    By dirkbach666 in forum PoE Bots and Programs
    Replies: 5
    Last Post: 03-04-2025, 11:45 PM
  2. [Release] ExileAPI plugin : Tower Defence
    By dlr5668 in forum PoE Bots and Programs
    Replies: 57
    Last Post: 03-14-2020, 08:41 PM
  3. [Release] ExileApi Plugin: Skilly(Autoskill)
    By buzduke in forum PoE Bots and Programs
    Replies: 0
    Last Post: 12-29-2019, 07:34 AM
  4. ExileApi Plugin: Level Up Gems
    By dirkbach666 in forum PoE Bots and Programs
    Replies: 6
    Last Post: 12-22-2019, 03:31 AM
  5. Replies: 0
    Last Post: 06-01-2019, 11:55 PM
All times are GMT -5. The time now is 11:05 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