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

Tagging Event items/aura items #178

Open
AlexClaxton opened this issue Jul 6, 2022 · 0 comments
Open

Tagging Event items/aura items #178

AlexClaxton opened this issue Jul 6, 2022 · 0 comments

Comments

@AlexClaxton
Copy link

Here is a bit of code I made to identify some of the junk items that come from events/auras/etc that clog up any item tracking:
if RIGHT([Item],4) = " Egg" or LEFT([Item],7)="Festive" or CONTAINS([Item],"Snowball") or RIGHT([Item],4) = "Clue" or RIGHT([Item],4) = "Hint" or LEFT([Item],6)="Chrome" or LEFT([Item],6)="Cursed" or CONTAINS([Item],"Gift") or CONTAINS([Item],"Warden Stone") or CONTAINS([Item],"Marshmallow") or CONTAINS([Item],"Dumpling Cheese") or CONTAINS([Item],"Ghastly Galleon") or CONTAINS([Item],"Prize Key") or CONTAINS([Item],"Spooky") or CONTAINS([Item],"Party") or CONTAINS([Item],"Wealth") or CONTAINS([Item],"Cupcake") or LEFT([Item],2)="20" or LEFT([Item],7)="Rift 20" THEN "Exclude" ELSE "Include" END

I believe Aard had some use for this so I'm putting it here.

@AardWolf AardWolf transferred this issue from m-h-c-t/mh-helper-extension Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant