Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: ilvl Filter #44

Open
Nexxxy opened this issue Mar 13, 2019 · 3 comments
Open

Request: ilvl Filter #44

Nexxxy opened this issue Mar 13, 2019 · 3 comments

Comments

@Nexxxy
Copy link

Nexxxy commented Mar 13, 2019

Hi,

is it possible to implement a minimum item-ilvl Filter Setting for inBag Items ?
like

MinimumItemILVL = 380

I carry many low ilvl items < 380 in my bags for other specs .. i dont want to filter them manually :p

Greetings
Nexxy

@scamille
Copy link
Contributor

I think this belongs in https://github.com/SimCMinMax/SimPermut

@Nexxxy
Copy link
Author

Nexxxy commented May 10, 2019

im confused.
Doesnt read your script the input.txt including the ### Gear from Bags lines
and uses that information to create the permuations later on?

Is that profile generator not part of AutoSimC ?
I just found a func named : itemElligible(item):
witch would be good for filtering ilvl items in advance + adding a new option into settings.py

The ingame simc addon provides that ilvl information in the items in bag headline from each item :
e.g # Sporenruferschleier (400)

in addition i had to add a zuldazar option in main.py ~Line 770 to take care of the zuldazar buff
if line.startswith("# bfa.zuldazar"):
splitted = line.split("=", 1)[1].rstrip().lstrip()
player_profile.simc_options["bfa.zuldazar"] = splitted

Greetings

@scamille
Copy link
Contributor

Sure item level filtering can be done in AutoSimC as well. I interpreted your post to filter things out directly in the ingame addon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants