What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Search results

  1. P

    [Plugin] AdvancedItemFilter RELOADED !

    MyItemEvaluator.cs forgot the "my" part.
  2. P

    [Plugin] AdvancedItemFilter RELOADED !

    I've spend some time on the itemevaluator.cs file with the jyam's affixes. Here's (hopefully) correct and most up to date affix list, fixed some of Jyam's typos (there were quite a few in the really good affixes), added ele dmg for spells in cast weapons, added all new affixes for 2.0 patch in...
  3. P

    [Plugin] AdvancedItemFilter RELOADED !

    The fuuuuuck -_-
  4. P

    [Plugin] AdvancedItemFilter RELOADED !

    About the isRGB thing - I already reported it a while ago, Tony said that it's working as intended because selling chromatics is a pain in the ass :D In the itemevaluators it's hardcoded that isRGB is less than 4link and less than 5sockets. So anything RGB with 4link+ or 5 sockets+ doesn't...
  5. P

    [Plugin] AdvancedItemFilter RELOADED !

    *Identified
  6. P

    [Plugin] AdvancedItemFilter RELOADED !

    Well, if you only use it for 1 unique (not even specific one, but just the first trash unique it finds) - it will probably make around 1 recipe each 24 hours. For it to consistently make recipes it needs to be all trash uniques. And then it becomes a space-issue. Dunno, doesn't seem like a very...
  7. P

    [Plugin] AdvancedItemFilter RELOADED !

    2nd is epic, true. First will require like 20 stashtabs :D
  8. P

    suggestion: check three times for ""Invalid Session" before exit the bot program

    Yeah, I am having this problem so much again lately. After the update (~18-20 hours ago?) I was able to run the bots 3 times ~30 minutes each time before the invalid session thing. It's ridiculous, I cannot leave them alone for more than an hour and expect to come back to a working bot and...
  9. P

    [Plugin] AdvancedItemFilter RELOADED !

    Well, actually, the AIF evaluator doesn't discount the Static rules. You technically can use both filters at the same time. At the end of it's own match (where it processes shit like custom rules and jyam's filter), if nothing at all has matched the item - it will call return...
  10. P

    [Plugin] AdvancedItemFilter RELOADED !

    Last loaded = last one to load it's evaluator = evaluator being used is from last plugin which loaded.
  11. P

    [Plugin] AdvancedItemFilter RELOADED !

    This does look like exactly my scenario =) Did you try changing the order of loading?
  12. P

    [Plugin] AdvancedItemFilter RELOADED !

    Well, did you have the problem which I mentioned in my post? Because if you don't have any problem - I don't think you need to try to fix it lol
  13. P

    [Plugin] AdvancedItemFilter RELOADED !

    God almighty I've done it -_- Ok, so I've figure out why the fuck my customrules were not working. Maybe it will help someone else having problems with it so I'll leave a post here. TL;DR: make sure that the plugins load in this particular order (Settings -> global -> Plugin order)...
  14. P

    [Plugin] AdvancedItemFilter RELOADED !

    You should use Name instead of fullname for the base item name imo (I am not sure if it will work with FullName, it might, but might not)
  15. P

    [Plugin] AdvancedItemFilter RELOADED !

    Oh well, I guess I'll just go drink away my tears then :D PS. Does anyone else except for toNyx have their custom item filter working at all?
  16. P

    [Plugin] AdvancedItemFilter RELOADED !

    Is it supposed to write customitemrules logs into the plugin folder? (Ofc after I enable "shouldlog" on the rules) I cannot even force to write a single line to see what's wrong. Made a clean install, made an empty staticitemfilter, loaded and enabled customfilter (filter loaded successfully...
  17. P

    [Plugin] AdvancedItemFilter RELOADED !

    It's pretty strange regarding customrules tbh. I don't have anything in my rules (took em from 1.3 mostly and did a little bit of editing) regarding divination cards - yet the bot with AIF and custom rules loaded picks and stashes all the div cards. I have a system for uniques: pickup any...
  18. P

    [Plugin] AdvancedItemFilter RELOADED !

    Reloading AssemblyLoader<Loki.Bot.IPlugin> - Initializing Exception while loading Python runtime. Exception followsIronPython.Runtime.Exceptions.ImportException: No module named Utilities at IronPython.Runtime.Importer.ImportModuleFrom(CodeContext context, Object from, String name) at...
  19. P

    [Plugin] AdvancedItemFilter RELOADED !

    Hm, how do I check an item for being a divination card? =) Is there a ".IsDivinationCard" method?
Back
Top