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

Search results

  1. J

    [ItemRules]Gimmz Legendaries enchantable ItemRules filter

    I upload it to github https://github.com/jnnpsubm/IR2LogConverter It includes all columns but you can change the source to make some columns front
  2. J

    [ItemRules]Gimmz Legendaries enchantable ItemRules filter

    i did some debug about the IR2Bugs.log I found some code in TrinityItemManager.cs in function ShouldStashItem if (tItemType == GItemType.TieredLootrunKey) { if (evaluationType == ItemEvaluationType.Keep) Logger.Log(TrinityLogLevel.Info, LogCategory.UserInformation, "{0}...
  3. J

    [ItemRules]Gimmz Legendaries enchantable ItemRules filter

    I have make a small tool to convert the item rules2 log files to a file format that excel can recognize,then can use it to do some data digging... dont know if some other tools can serve same function,but if u want use it i can post it with source
  4. J

    Rift Bot - Yet Another Rifting Profile!

    Thank you very much for your great work!
  5. J

    [ItemRules]Gimmz Legendaries enchantable ItemRules filter

    [QUALITY] == "Legendary" && [NAME] == "Bottomless Potion of Rejuvenation" patch 2.1 new potion rule,but trinity still logged as bug...
  6. J

    [ItemRules]Gimmz Legendaries enchantable ItemRules filter

    seems @ELEPHY is not supported... 201409090520597080.Hero;ERROR;NULL;Specified cast is not valid.;last use rule: [QUALITY]=="Rare"#([MAXSTAT]*[CRIT%]*[CRITDMG%]*@ELEPHY)>0;tree.Errors = 4;ParseError( 4097): Unexpected token '' found. Expected BRCLOSE;ParseError( 4097): Unexpected token ''...
  7. J

    [ItemRules]Gimmz Legendaries enchantable ItemRules filter

    I want to keep any legendary DH weapon that has a dps over 2900 , I added a rule to lengendary.dis ,will it work? [QUALITY] == "Legendary" && ([ITEMTYPE] == "Bow" || [ITEMTYPE] == "Crossbow" || [ITEMTYPE] == "HandCrossbow") # [DPS] >= 2900
  8. J

    [ItemRules]Gimmz Legendaries enchantable ItemRules filter

    2H Bow Etrayu is popular in patch 2.1 , i think it should be kept default [QUALITY] == "Legendary" && [NAME] == "Etrayu"
  9. J

    [ItemRules]Gimmz Legendaries enchantable ItemRules filter

    I just needed it and i found this post , thank you very much
  10. J

    R-YAR - rrrix's YAR fork

    If you have downloaded the newest version u will find that this functionality is implemented...
  11. J

    R-YAR simple fix for reloading cycle of profiles

    It seems to me is that maybe you have not restart yar after editing profile schedule.you should using [Stop All] and [Start All] after editing profile schedule I am sorry if that is not the case but it appears to me that the current running is totally not matching your setting with both...
  12. J

    R-YAR - rrrix's YAR fork

    u can try it this version http://www.thebuddyforum.com/demonbuddy-forum/plugins/161732-r-yar-simple-fix-reloading-cycle-profiles.html
  13. J

    R-YAR simple fix for reloading cycle of profiles

    Open the link and hit the button [Download ZIP] when download finished unzip it and Just open the LatestBuild\ directory and run YetAnotherRelogger.exe
  14. J

    R-YAR simple fix for reloading cycle of profiles

    with pleasure,but i noticed that it is based on a very early version and seems have some bugs so i am not sure if it works but i did exactly what i did to that repositor.Its just some code copy and paste, I basicly did nothing...
  15. J

    R-YAR simple fix for reloading cycle of profiles

    once all profiles are done,it will reset the cycle. N [2014/5/5 19:29:08] <Alpes> Runs completed (18/20) N [2014/5/5 19:30:08] <Alpes> Runs completed (19/20) N [2014/5/5 19:31:05] <Alpes> Runs completed (20/20) N [2014/5/5 19:31:05] <Alpes> All profiles are done resetting cycle N [2014/5/5...
  16. J

    R-YAR simple fix for reloading cycle of profiles

    Just a very small bug fix, I'm pretty sure it is as safe sa previous version...
  17. J

    R-YAR simple fix for reloading cycle of profiles

    R-YAR simple fix for reloading cycle of profiles and difficulty option I'm not professional,just a small fix to combine some profiles like SYNERGY and Ghom exp run... GitHubSource:https://github.com/jnnpsubm/YetAnotherRelogger Open the link above and hit the button [Download ZIP],when...
Back
Top