• Visit Rebornbuddy
  • [Release] Complete AdvancedItemFilter - Save only item with good affixes. !!Beta!!

    Discussion in 'Archives' started by jyam, Mar 8, 2015.

    1. Unsupported

      Unsupported Member

      Joined:
      Apr 20, 2015
      Messages:
      77
      Likes Received:
      3
      Trophy Points:
      8
      Were you able to figure out the "withdrawing loop"?
      Mine has done it again for three hours today...

      Seems like it withdrew recipe items from the designated stash tab, put it into an empty one and then could not withdraw from there.
       
    2. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      Fixed in next build, typo in some vars. withdrawing was a bit fucked cause of this :) not happening again

      // EDIT //

      Waiting for DBF to merge in another feature then probably ready for a release :)
       
      Last edited: May 8, 2015
    3. Unsupported

      Unsupported Member

      Joined:
      Apr 20, 2015
      Messages:
      77
      Likes Received:
      3
      Trophy Points:
      8
      CanĀ“t wait tbh :)
       
    4. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      I like to keep my women waiting.
       
    5. DyingHymn

      DyingHymn New Member

      Joined:
      Apr 12, 2014
      Messages:
      821
      Likes Received:
      14
      Trophy Points:
      0
      For such problems, there is a minor bug in CheckForRecipeItems.cs line 128.

      Should be

      Main.MyRegalSet.ParseItemTypeIntoSet(item);

      instead of MyChaosSet.

      Found the bug after hours of annoying debug.
       
    6. Breaz

      Breaz New Member

      Joined:
      May 25, 2013
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Hey.. how do you make it pick up agates and other white items mate ??
       
    7. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      Add it into your default item filters, it'll handle it.
       
    8. Virtueux

      Virtueux New Member

      Joined:
      Sep 11, 2014
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      I tryed ur itemfilter all seem to work like a charm for me ...

      -stash currency in the right tabs
      -stash item recipe in the right tabs
      -also stash every others item I set up a tab

      BUT

      After some dominus runs I get stash full of rare unid item (after stash the recipe ones in the right tabs), it stash all others in the first tab and on whitout iden it and/or sell it.
      And Dominus drop alot of rare item so 3 tabs where full really fast :(

      How can I fix it ?

      Thx
       
      Last edited: May 14, 2015
    9. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
    10. Aarron the Aussie

      Aarron the Aussie New Member

      Joined:
      Jun 19, 2012
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      Hi is this normal? Appeared in red after launching exile buddy: I used the OP static item filter.

      Compiler Error: warning CS2029: Invalid value for '/define'; '' is not a valid identifier
      2015-07-28 15:10:41,597 [9] ERROR CustomLogger (null) - Compiler Error: c:\Users\Aarons\Documents\EB\Plugins\AdvancedItemFilter\AdvancedItemFilter.cs(7,12) : error CS0234: The type or namespace name 'Utilities' does not exist in the namespace 'Loki' (are you missing an assembly reference?)
      2015-07-28 15:10:41,597 [9] ERROR CustomLogger (null) - Compiler Error: c:\Users\Aarons\Documents\EB\Plugins\AdvancedItemFilter\MyItemEvaluator.cs(8,12) : error CS0234: The type or namespace name 'Utilities' does not exist in the namespace 'Loki' (are you missing an assembly reference?)
      2015-07-28 15:10:41,597 [9] ERROR CustomLogger (null) - Compiler Error: c:\Users\Aarons\Documents\EB\Plugins\AdvancedItemFilter\AdvancedItemFilter.cs(71,16) : error CS0246: The type or namespace name 'JsonSettings' could not be found (are you missing a using directive or an assembly reference?)
      2015-07-28 15:10:41,597 [9] ERROR CustomLogger (null) - Compiler Error: c:\Users\Aarons\Documents\EB\Plugins\AdvancedItemFilter\MyItemEvaluator.cs(342,52) : error CS0426: The type name 'EvaluationType' does not exist in the type 'Loki.Bot.ItemEvaluator'
      2015-07-28 15:10:41,597 [9] ERROR CustomLogger (null) - Compiler Error: c:\Users\Aarons\Documents\EB\Plugins\AdvancedItemFilter\MyItemEvaluator.cs(342,91) : error CS0426: The type name 'Filter' does not exist in the type 'Loki.Bot.ItemEvaluator'
      2015-07-28 15:10:42,928 [9] ERROR CustomLogger (null) - Compiler Error: warning CS2029: Invalid value for '/define'; '' is not a valid identifier
      2015-07-28 15:10:42,928 [9] ERROR CustomLogger (null) - Compiler Error: c:\Users\Aarons\Documents\EB\Plugins\ChaosRecipeExtensionPlugin\ChaosChanceRecipe.cs(8,16) : error CS0234: The type or namespace name 'v3' does not exist in the namespace 'Loki.Bot' (are you missing an assembly reference?)
      2015-07-28 15:10:42,929 [9] ERROR CustomLogger (null) - Compiler Error: c:\Users\Aarons\Documents\EB\Plugins\ChaosRecipeExtensionPlugin\ChaosChanceRecipe.cs(13,12) : error CS0234: The type or namespace name 'Utilities' does not exist in the namespace 'Loki' (are you missing an assembly reference?)
      2015-07-28 15:10:42,929 [9] ERROR CustomLogger (null) - Compiler Error: c:\Users\Aarons\Documents\EB\Plugins\ChaosRecipeExtensionPlugin\ChaosChanceRecipe.cs(14,7) : error CS0246: The type or namespace name 'AdvancedItemFilter' could not be found (are you missing a using directive or an assembly reference?)
      2015-07-28 15:10:42,929 [9] ERROR CustomLogger (null) - Compiler Error: c:\Users\Aarons\Documents\EB\Plugins\ChaosRecipeExtensionPlugin\ChaosChanceRecipe.cs(378,71) : error CS0246: The type or namespace name 'AreaChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
      2015-07-28 15:10:42,929 [9] ERROR CustomLogger (null) - Compiler Error: c:\Users\Aarons\Documents\EB\Plugins\ChaosRecipeExtensionPlugin\ChaosChanceRecipe.cs(684,71) : error CS0246: The type or namespace name 'AreaChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
      2015-07-28 15:10:42,930 [9] ERROR CustomLogger (null) - Compiler Error: c:\Users\Aarons\Documents\EB\Plugins\ChaosRecipeExtensionPlugin\ChaosChanceRecipe.cs(93,16) : error CS0246: The type or namespace name 'JsonSettings' could not be found (are you missing a using directive or an assembly reference?)
      2015-07-28 15:10:46,163 [9] DEBUG CustomLogger (null) - [CommonEvents] Initialize

      Cheers.
       
    11. krone6

      krone6 Member

      Joined:
      Jun 11, 2012
      Messages:
      441
      Likes Received:
      0
      Trophy Points:
      16
      The plugin's not updated yet.
       
    12. Aarron the Aussie

      Aarron the Aussie New Member

      Joined:
      Jun 19, 2012
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      Ahh ok, It still seems to be running in a sort of a fashion which is amazing:D
       
    13. Simia

      Simia New Member

      Joined:
      Sep 13, 2014
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      Does not work in new update?




      2015-08-07 16:36:55,058 [10] ERROR CustomLogger (null) - Compiler Error: c:...\Plugins\AdvancedItemFilter\AdvancedItemFilter.cs(7,12) : error CS0234: The type or namespace name 'Utilities' does not exist in the namespace 'Loki' (are you missing an assembly reference?)
      2015-08-07 16:36:55,058 [10] ERROR CustomLogger (null) - Compiler Error: c:...\Plugins\AdvancedItemFilter\MyItemEvaluator.cs(8,12) : error CS0234: The type or namespace name 'Utilities' does not exist in the namespace 'Loki' (are you missing an assembly reference?)
      2015-08-07 16:36:55,058 [10] ERROR CustomLogger (null) - Compiler Error: c:...\Plugins\AdvancedItemFilter\AdvancedItemFilter.cs(71,16) : error CS0246: The type or namespace name 'JsonSettings' could not be found (are you missing a using directive or an assembly reference?)
      2015-08-07 16:36:55,059 [10] ERROR CustomLogger (null) - Compiler Error: c:...\Plugins\AdvancedItemFilter\MyItemEvaluator.cs(342,52) : error CS0426: The type name 'EvaluationType' does not exist in the type 'Loki.Bot.ItemEvaluator'
      2015-08-07 16:36:55,059 [10] ERROR CustomLogger (null) - Compiler Error: c...\Plugins\AdvancedItemFilter\MyItemEvaluator.cs(342,91) : error CS0426: The type name 'Filter' does not exist in the type 'Loki.Bot.ItemEvaluator'
      2015-08-07 16:36:56,694 [10] ERROR CustomLogger (null) - Compiler Error: warning CS2029: Invalid value for '/define'; '' is not a valid identifier
      2015-08-07 16:36:56,695 [10] ERROR CustomLogger (null) - Compiler Error: c:...\Plugins\ChaosRecipeExtensionPlugin\ChaosChanceRecipe.cs(8,16) : error CS0234: The type or namespace name 'v3' does not exist in the namespace 'Loki.Bot' (are you missing an assembly reference?)
      2015-08-07 16:36:56,695 [10] ERROR CustomLogger (null) - Compiler Error: c:...t\Plugins\ChaosRecipeExtensionPlugin\ChaosChanceRecipe.cs(13,12) : error CS0234: The type or namespace name 'Utilities' does not exist in the namespace 'Loki' (are you missing an assembly reference?)
      2015-08-07 16:36:56,695 [10] ERROR CustomLogger (null) - Compiler Error: c:...\Plugins\ChaosRecipeExtensionPlugin\ChaosChanceRecipe.cs(14,7) : error CS0246: The type or namespace name 'AdvancedItemFilter' could not be found (are you missing a using directive or an assembly reference?)
      2015-08-07 16:36:56,695 [10] ERROR CustomLogger (null) - Compiler Error: c:...\Plugins\ChaosRecipeExtensionPlugin\ChaosChanceRecipe.cs(378,71) : error CS0246: The type or namespace name 'AreaChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
      2015-08-07 16:36:56,696 [10] ERROR CustomLogger (null) - Compiler Error: c:...\Plugins\ChaosRecipeExtensionPlugin\ChaosChanceRecipe.cs(684,71) : error CS0246: The type or namespace name 'AreaChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
      2015-08-07 16:36:56,696 [10] ERROR CustomLogger (null) - Compiler Error: c:...\Plugins\ChaosRecipeExtensionPlugin\ChaosChanceRecipe.cs(93,16) : error CS0246: The type or namespace name 'JsonSettings' could not be found (are you missing a using directive or an assembly reference?)
       
    14. Northern Light

      Northern Light Member

      Joined:
      Dec 3, 2012
      Messages:
      276
      Likes Received:
      0
      Trophy Points:
      16
      I like the affixe scann idea :)
       
    15. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      Thisis the old AIF :) it's integrated in the new version under "Use Jyam's..."
       

    Share This Page