-
Notifications
You must be signed in to change notification settings - Fork 92
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
Retrieving all vendor item perks #1024
Comments
I haven't tried to get perk data from items sold on vendors, but I hope/assume that doing so should be no different than getting perk data from an item in a player's inventory/vault. Given that assumption, maybe Help with getting armor perks can point you in the right direction? If that doesn't help, I know I've written code before to get all of the possible perks for an item. It's been a while so I don't remember the calls off the top of my head. If you still can't get it working, let me know and I can look up what I did previously to get this info. |
Thanks for the link, it contains useful information. Well you are probably right, I kinda completely ignored the Looks like now is the time 😃 |
Catching up on Github asks that I missed in the pre-Shadowkeep busyness... I'll close this one out since that is the correct spot - though as you're seeing in prod now, we're having 99 problems with sockets. When the dust settles and socket data starts getting returned again, in whatever form it's returned, you'll be able to use whatever you implement for both Vendors and items! |
More a question than an issue, and let's take Xur as an example because, well, it's the week-end (+ his will is not his own).
If I get a character's vendor info, I can see which items are available for sale, their cost and such. This includes their perks, as in the perks displayed in-game when you hover over the item.
For example, this week's Aeon Safe has
Auto Rifle Loader
andGrenade Launcher Scavenger
.However, in-game I can go to details and see the perks columns and see:
Mobility Enhancement Mod
,Plasteel Reinforcement Mod
)Auto Rifle Loader
(Scout Rifle Loader
,Submachine Gun Loader
)Grenade Launcher Scavenger
(Special Ammo Finder
)So my question would be: can you obtain that data, and if so where from? Is it the correct endpoint but I am missing a component identifier?
Note: checked with other vendors in case this was a Xur limitation (as you cannot get his location), but the behavior appears to be identical.
The text was updated successfully, but these errors were encountered: