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

Loot esp exact matching #632

Closed
Azgarimo opened this issue Jan 8, 2025 · 1 comment
Closed

Loot esp exact matching #632

Azgarimo opened this issue Jan 8, 2025 · 1 comment
Labels
question Further information is requested

Comments

@Azgarimo
Copy link

Azgarimo commented Jan 8, 2025

Hello, thanks for all the great work.
I got a question about the loot esp, is there an actual way to track the exact matching of an expression ?
For exemple, I want to track the "OR" key, if I'm trying to track the expression "OR" there's tons of other items like "cORd" or "devastatOR" that are getting tracked and it's quite annoying.
Thanks in advance ! :)

@sailro sailro added the question Further information is requested label Jan 8, 2025
@sailro
Copy link
Owner

sailro commented Jan 8, 2025

To do what you want, the easiest way is to track by-ID instead of by-name. And fortunately the track command is able to do both.

For the operating room key:
62987da96188c076bc0d8c51: OR [Operating room key]

So use track 62987da96188c076bc0d8c51

To search for an item ID to use with track, you can use the template command. I used:
template "room key" to find the proper ID.

Or you can even use dedicated websites to find an ID, like:
https://db.sp-tarkov.com/search

@sailro sailro pinned this issue Jan 8, 2025
@sailro sailro closed this as completed Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants