• Visit Rebornbuddy
  • [Plugin] StashBuddy

    Discussion in 'Archives' started by Tormiasz, Jan 8, 2016.

    Thread Status:
    Not open for further replies.
    1. alcor75

      alcor75 Community Developer

      Joined:
      Nov 22, 2012
      Messages:
      376
      Likes Received:
      24
      Trophy Points:
      18
      You wish!, i tryed to advice you :)
       
    2. kirby11

      kirby11 New Member

      Joined:
      Jan 14, 2016
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Is there a reason the limit to start/save is 248?

      Would a text input be better?
       
    3. Tormiasz

      Tormiasz Community Developer

      Joined:
      Jun 16, 2014
      Messages:
      701
      Likes Received:
      5
      Trophy Points:
      18
      Not everyone is bright enough to type numbers in TextBox's. I did it for QoL and let it be idiot proof. 248 because too high number would cause the precise number to be not possible to set.
       
    4. kirby11

      kirby11 New Member

      Joined:
      Jan 14, 2016
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Is it necessary for precision to 1? Transmutation's stacks are 40 and most of the others ~20. ~500 alterations are worth an exalt but without modifying the gui settings file you wouldn't be able to save that many.
       
    5. Tormiasz

      Tormiasz Community Developer

      Joined:
      Jun 16, 2014
      Messages:
      701
      Likes Received:
      5
      Trophy Points:
      18
      You are free to edit it, so what's the problem? :) Majority may doesn't want to save 500-800 of alternations.
       
    6. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      I personally save like... 40/40/40 just to be sure ;:D
       
    7. gdub87

      gdub87 Member

      Joined:
      Nov 9, 2015
      Messages:
      76
      Likes Received:
      0
      Trophy Points:
      6
      Badass dude. Nice work.
       
    8. Dbuddy

      Dbuddy Member

      Joined:
      Jun 18, 2012
      Messages:
      963
      Likes Received:
      0
      Trophy Points:
      16

      works great!

      but how often (based on what?) is the "check" triggered?
       
    9. Tormiasz

      Tormiasz Community Developer

      Joined:
      Jun 16, 2014
      Messages:
      701
      Likes Received:
      5
      Trophy Points:
      18
      TaskHelpers.AddTask(new HandleCurrencyTask(), "SortInventoryTask", TaskHelpers.AddType.After);

      After SortInventoryTask, before WithdrawTask. Next version will introduce delaying it to avoid counting everytime you enter hideout/town.


      Hype Train! Incoming changes
      You need to register and have one post to see spoilers!
       
      Last edited: Jan 18, 2016
    10. DontBeAfraid

      DontBeAfraid Active Member

      Joined:
      Oct 2, 2015
      Messages:
      742
      Likes Received:
      30
      Trophy Points:
      28
    11. Profiler

      Profiler New Member

      Joined:
      Sep 7, 2014
      Messages:
      28
      Likes Received:
      0
      Trophy Points:
      0
      Hey man I'm really enjoying this plugin.
      Would it be weird to ask for a scrolls upgrade as well?
      Since AIF doesn't really let you manage the amount of wisdom scrolls you have in your stash this could do it easily by just selling what you have. :)
      Maybe even a scraps/whetstone upgrade as well into scrolls?

      Thanks for your awesome work thus far!
       
    12. Tormiasz

      Tormiasz Community Developer

      Joined:
      Jun 16, 2014
      Messages:
      701
      Likes Received:
      5
      Trophy Points:
      18
      AIF manages max wisdom and portal scroll's amount in your stash.
      Portal's to Wisdom will come in the next Update. Wisdom's to Portal's is not gonna be supported nor Portal's to Transmut's because it would make logic much trickier to handle and I don't wanna spend 1 day to think about feature I'm not going to use anyway :) Scrap's and Whetstone's to Wisdom's will come later if Portals to Wisdom's will work perfectly.
       
    13. Dbuddy

      Dbuddy Member

      Joined:
      Jun 18, 2012
      Messages:
      963
      Likes Received:
      0
      Trophy Points:
      16
      would it be a good choice to speed up the buy process? or dangerous because of laggy connections?

      before i used this plugin i got autoclicker. like 100 clicks per second *hehe*
       
    14. Tormiasz

      Tormiasz Community Developer

      Joined:
      Jun 16, 2014
      Messages:
      701
      Likes Received:
      5
      Trophy Points:
      18
      Well if you want, you can, for now script is waiting until the item appears in the inventory making it super safe and stable.
       
    15. StrongBG

      StrongBG Banned

      Joined:
      Mar 13, 2012
      Messages:
      428
      Likes Received:
      0
      Trophy Points:
      16
      If your game is running at 60 fps everything under 40ms speed will cause you to get kicked out for too many actions.40ms between clicks is the fastest you can go if your game isnt lagging.
       
    16. Profiler

      Profiler New Member

      Joined:
      Sep 7, 2014
      Messages:
      28
      Likes Received:
      0
      Trophy Points:
      0
      Can't find any setting in AIF to manage max wisdom scrolls.
      Just an option to stop picking up wisdom scrolls after a certain amount.
      But then it just stops completely. Even when you go under that amount.
       
    17. DontBeAfraid

      DontBeAfraid Active Member

      Joined:
      Oct 2, 2015
      Messages:
      742
      Likes Received:
      30
      Trophy Points:
      28

      get the latest AIF version.
       
    18. Profiler

      Profiler New Member

      Joined:
      Sep 7, 2014
      Messages:
      28
      Likes Received:
      0
      Trophy Points:
      0
      Thanks :D
       
    19. asm

      asm New Member

      Joined:
      Apr 18, 2014
      Messages:
      17
      Likes Received:
      1
      Trophy Points:
      0
      Sexy. Nice job!
       
    20. Tormiasz

      Tormiasz Community Developer

      Joined:
      Jun 16, 2014
      Messages:
      701
      Likes Received:
      5
      Trophy Points:
      18
      Pre-Release of v0.2.0
      Please post any bugs or problems you've found. New features has not been tested properly. Count Every X run has not been tested at all. If nothing's will be bugged after 2 day's I'll release it on the first page.
      I'd also make more code cleaning & exchanging armourer scraps and blacksmith wethstones on the final release.

      Do not run it unattended!

      Changelog:
      You need to register and have one post to see spoilers!
       

      Attached Files:

    Thread Status:
    Not open for further replies.

    Share This Page