-
Member
Originally Posted by
sh00ter999
Seconding this. Apparently the currently compiled plugin is for version 3.20? It detects stash and items successfully, however the sets it builds are completely broken, mainly spams belts and rings.
>We hit catch!
Probably running into some error(s) while assembling rare sets
Edit: Oh for fuck's sake, there has been a hotfix patch today or not? Could that have broken some offsets just as I was doing my first test run?
For anyone attempting to make it work. Fork the most recent one from exApiTools, change ~line 441 var foundItem with
var foundItem =
_currentOpenedStashTab.VisibleInventoryItems.FirstOrDefault(
x => x.Item?.GetComponent<Base>()?.Name == item.ItemName
);
This will fix the looting from your stash.
-
Member
Is Harvest Picker going to be updated?
-
Post Thanks / Like - 3 Thanks
-
Member
Originally Posted by
cheatingeagle
It's probably the PartyElement offset. I don't play in a party nor do I have any a convenient multiple account setup to test, so it's kind of a pain for me to approach. On the off chance anyone else finds it or I do set multiple accounts up I'll look into it, otherwise don't expect a quick fix.
This is probably the first time I feel good about recommending anyone look at
GitHub - DetectiveSquirrel/Ground-Items-With-Linq
I can try to find the PartyElement Offset if you can give a short tutorial on how to find it. I have cheat engine I know how to use it kind of. If you can give a short written tutorial i can give it my best shot.
-
Member
Can i auto use Vaal skills when they reach full souls?
-
Active Member
Originally Posted by
cheatingeagle
The dump one is HighlightedItems, and the pickup one is PickIt. Both have bundled versions, and for PickIt I have a fork that has a more flexible configuration, but requires some understanding:
GitHub - exApiTools/PickItV2
can you share or give some hint on how to set up the filter for pickitv2? I need some baseline to understand how it works
-
★ Elder ★
Originally Posted by
camapxam
can you share or give some hint on how to set up the filter for pickitv2? I need some baseline to understand how it works
Is this not enough? PickItV2/Pickit Rules at master . exApiTools/PickItV2 . GitHub
-
Post Thanks / Like - 1 Thanks
camapxam (1 members gave Thanks to cheatingeagle for this useful post)
-
Contributor
Originally Posted by
sh00ter999
Seconding this. Apparently the currently compiled plugin is for version 3.20? It detects stash and items successfully, however the sets it builds are completely broken, mainly spams belts and rings.
>We hit catch!
Probably running into some error(s) while assembling rare sets
Edit: Oh for fuck's sake, there has been a hotfix patch today or not? Could that have broken some offsets just as I was doing my first test run?
I try full rare set manager every league. It hasn't been working properly for several leagues now. Usually only labeling things on the ground works, but getting a full set from stash to inventory doesn't.
-
Member
Originally Posted by
Meepdeepbeep
Not a big problem, but could anyone help me solve this error message? I know its literally telling me how, but I need further instructions :/
Attachment 85684
I made a pull request that will fix this issue. It bugs me too. It should be fixed when cheatingeagle merges it with the main branch.
-
Post Thanks / Like - 1 Thanks
Anderson11 (1 members gave Thanks to Lawnmoers for this useful post)
-
Active Member
Originally Posted by
cheatingeagle
oh, my bad, I always thought this is part of the source code, let me copy those to the righ dir. Thanks
-
Member
Can u make beast helper?
Auto capturing beast, like select the type of beast, like write full name or regex, and plugin can capture beast and place in inventroy.
Also capturing rare beast (detect by no picture on beast)
So 2 mode , capturing by regex and capturing all yellow beast(no picture)
I have AHK for it. But the problem is
1. speed
2. latency based
3. slowly and need management it
i can donate 30 - 50 usd on crypto, drop your discord on my dm if u can make it for me
-
Member
GitHub - ShibePrime/FullRareSetManager at patch-1
have it applied on this branch, had to do this in two places, you can clone this into your plugin sources folder to make it work until my PR is accepted.
-
Member
hey guys, is there a plugin for the league mechanic out yet? That basically does the same thing as the Altar plugin just for corpses? Red or green border for good/bad corpses?
-
might be a silly question, but is there a plugin who pricecheck and set prices of items in your stash? getting very tired of manually price each corpse.
-
Member
how can i setup to auto use haste and vaal haste skill ? Untitled.jpg
-
Member
Trying to setup a few things using a few of the LINQ plugins and was wondering if there is anymore documentation apart from these two GitHub - exApiTools/ItemFilter AND PickItV2/Pickit Rules/Others.ifl at master . exApiTools/PickItV2 . GitHub Also if there is a way to debug log inside the rules? Using DevTree plugin helps but being able to do it right in the filter file allows you to see exactly whats available
Thanks!