ExileApi 3.23 and beyond - Plugin framework menu

Shout-Out

User Tag List

Page 11 of 113 FirstFirst ... 78910111213141561111 ... LastLast
Results 151 to 165 of 1682
  1. #151
    Senotin's Avatar Member
    Reputation
    2
    Join Date
    Oct 2017
    Posts
    30
    Thanks G/R
    68/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, I can't compile some plugins for some reason. There's a message but idk what goes wrong there. For example for Page not found . GitHub . GitHub

    Build failed:
    [date, exileapi\Plugins\Source\Get-Chaos-Value\Ninja Price\Main\CustomItem.cs(108, 36)] CS1061: 'SkillGem' does not contain a definition for 'GemEffect' and no accessible extension method 'GemEffect' accepting a first argument of type 'SkillGem' could be found (are you missing a using directive or an assembly reference?)

    From the message it seems that the issue is with the plugin itself but others in this thread said to use it?

    ExileApi 3.23 and beyond - Plugin framework
  2. #152
    spookje's Avatar Member
    Reputation
    11
    Join Date
    Feb 2009
    Posts
    24
    Thanks G/R
    6/8
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    -snipped, too much info-

  3. #153
    camapxam's Avatar Active Member
    Reputation
    27
    Join Date
    Nov 2009
    Posts
    312
    Thanks G/R
    252/23
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Senotin View Post
    Hey, I can't compile some plugins for some reason. There's a message but idk what goes wrong there. For example for Page not found . GitHub . GitHub

    Build failed:
    [date, exileapi\Plugins\Source\Get-Chaos-Value\Ninja Price\Main\CustomItem.cs(108, 36)] CS1061: 'SkillGem' does not contain a definition for 'GemEffect' and no accessible extension method 'GemEffect' accepting a first argument of type 'SkillGem' could be found (are you missing a using directive or an assembly reference?)

    From the message it seems that the issue is with the plugin itself but others in this thread said to use it?
    ok, i checked again
    Last edited by camapxam; 12-17-2023 at 10:35 AM.

  4. #154
    Senotin's Avatar Member
    Reputation
    2
    Join Date
    Oct 2017
    Posts
    30
    Thanks G/R
    68/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by camapxam View Post
    well there might be a problem because that plugin hasn't been touched in 2 years
    For me the latest commit shows at 3 days ago? The link is broken bc I put : at the end without space.

  5. #155
    nuaq's Avatar Member
    Reputation
    2
    Join Date
    Apr 2023
    Posts
    5
    Thanks G/R
    8/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, i have a question about this plugin GitHub - exApiTools/PickItV2
    How to disable everything except currency and div cards? i have tried different methods but i just can't understand how filters works.

  6. #156
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1233
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    24/1080
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Senotin View Post
    Hey, I can't compile some plugins for some reason. There's a message but idk what goes wrong there. For example for Page not found . GitHub . GitHub

    Build failed:
    [date, exileapi\Plugins\Source\Get-Chaos-Value\Ninja Price\Main\CustomItem.cs(108, 36)] CS1061: 'SkillGem' does not contain a definition for 'GemEffect' and no accessible extension method 'GemEffect' accepting a first argument of type 'SkillGem' could be found (are you missing a using directive or an assembly reference?)

    From the message it seems that the issue is with the plugin itself but others in this thread said to use it?
    Update your ExileApi. Compilation issues of the form "Cannot find definition of X" are often an indication that your ExileApi and/or the plugin are out of date.
    Originally Posted by camapxam View Post
    well there might be a problem because that plugin hasn't been touched in 2 years
    Please don't misinform people. That plugin is alive and well.
    Originally Posted by nuaq View Post
    Hi, i have a question about this plugin GitHub - exApiTools/PickItV2
    How to disable everything except currency and div cards? i have tried different methods but i just can't understand how filters works.
    I'm sorry you'll just have to learn the syntax if you want to use that plugin. Some help on the available data, and syntax docs

  7. Thanks camapxam, Senotin (2 members gave Thanks to cheatingeagle for this useful post)
  8. #157
    darkus24rus's Avatar Member
    Reputation
    1
    Join Date
    Dec 2023
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does preloaderAler not work for animals?

  9. #158
    xerance's Avatar Active Member CoreCoins Purchaser
    Reputation
    37
    Join Date
    Jan 2018
    Posts
    173
    Thanks G/R
    37/35
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Does bettersanctum not work anymore? it doesn't highlight bad rooms anymore

  10. #159
    Senotin's Avatar Member
    Reputation
    2
    Join Date
    Oct 2017
    Posts
    30
    Thanks G/R
    68/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for your help, I forgot to check the exileapi repo itself, and compiled the plugin without issues. Although now I have problem with Stashie. The one included in repo is outdated (doesnt have backpack) so I checked GitHub - DetectiveSquirrel/Stashie and it doesn't show any filters available. It doesnt throw errors when using stashie key but when I try to reload config it gives this error:

    [ERR] Cant get stash names when init. System.NullReferenceException: Object reference not set to an instance of an object.
    at Stashie.StashieCore.GenerateMenu() in ...\Plugins\Source\Stashie\Stashie.cs:line 323
    at Stashie.StashieCore.UpdateStashNames(ICollection`1 newNames) in ...\Plugins\Source\Stashie\Stashie.cs:line 833
    at Stashie.StashieCore.SetupOrClose() in ...\Plugins\Source\Stashie\Stashie.cs:line 738

    I assume it's a plugin problem?

    Originally Posted by darkus24rus View Post
    does preloaderAler not work for animals?
    It stopped working leagues ago. If by animals you mean beasts.

  11. #160
    darkus24rus's Avatar Member
    Reputation
    1
    Join Date
    Dec 2023
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any substitute?

  12. #161
    nuaq's Avatar Member
    Reputation
    2
    Join Date
    Apr 2023
    Posts
    5
    Thanks G/R
    8/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cheatingeagle View Post
    I'm sorry you'll just have to learn the syntax if you want to use that plugin. Some help on the available data, and syntax docs
    ---------Can you at least give me a rule to exclude all unique items from loot pool, please.
    UPD: Nvm all methods that i tried is actually work, filters were not applied till i killed all exileapi processes :/
    btw its lagging a lot when big amount of loot(blue wisps ). however performance is much better than old pickit plugin.
    btw2, identified items are broken, exileapi cannot read them
    Last edited by nuaq; 12-17-2023 at 04:00 PM.

  13. #162
    SpaceGuy119's Avatar Member
    Reputation
    12
    Join Date
    Aug 2014
    Posts
    354
    Thanks G/R
    8/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    any maphack boys know what the king of the mists arena looks like?

  14. #163
    stacked's Avatar Member
    Reputation
    2
    Join Date
    Jan 2016
    Posts
    56
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nuaq View Post
    ---------Can you at least give me a rule to exclude all unique items from loot pool, please.
    UPD: Nvm all methods that i tried is actually work, filters were not applied till i killed all exileapi processes :/
    btw its lagging a lot when big amount of loot(blue wisps ). however performance is much better than old pickit plugin.
    btw2, identified items are broken, exileapi cannot read them
    How did you fix it? I really hate that it picks up uniques but ClickIt is so much slower.

  15. #164
    stacked's Avatar Member
    Reputation
    2
    Join Date
    Jan 2016
    Posts
    56
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am also wondering what settings everyone has under the Performance section of the Core module.

    Any particular settings I should be using?

  16. #165
    guidecc1's Avatar Member
    Reputation
    1
    Join Date
    Feb 2022
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any plugin that can detect mageblood\headhunter through unidentified drops on ground?

Similar Threads

  1. The Irony of WOTLK and beyond
    By Z3D in forum World of Warcraft General
    Replies: 8
    Last Post: 09-15-2009, 09:54 PM
  2. Half Life 2 - Easter Eggs and Beyond
    By Glynbeard in forum Gaming Chat
    Replies: 0
    Last Post: 11-04-2007, 09:51 AM
  3. Above and Beyond AV (2.0.5(And hopefully above))
    By Dead_Man in forum World of Warcraft Exploits
    Replies: 12
    Last Post: 02-03-2007, 12:38 AM
  4. Above and beyond Orgrimmar
    By Matt in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 12-30-2006, 08:37 PM
All times are GMT -5. The time now is 07:40 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