Hi everyone. Let me start by saying I know quite well how to use the Catalog Field Value Get function.
The problem I have is because of something they changed in Arcade which caused my map to break. For some reason I can no longer use CFVG to return ANYTHING from achievement rewards... The category simply isn't on the list of presets that Blizzard provides. I tried using custom script to direct it to both "Reward" and "Reward Icon," but neither of these work. It would be a huge pain in the ass for me to have to add new parameters to my function for anything having to do with the achievement reward icons and then go through and modify every single achievement trigger. I'm hoping someone has a solution to this.
I call upon Achievement Rewards in my Achievement library, which I've just updated to match the latest beta patch, and the solution is to use "49" in the catalog field (custom script).
Thanks. I had already decided to go through and modify everything, but I will keep this in mind for the future. I can't understand why Blizzard omitted this in the first place...
I was going to suggest they add it to the catalog, since they appear to have overlooked this particular field. Since it needs to be referenced by index, the functionality becomes buggy if they make changes. For Patch 1.5, the value was "46", and I had to keep incrementing in my triggers until I found the new value.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hi everyone. Let me start by saying I know quite well how to use the Catalog Field Value Get function.
The problem I have is because of something they changed in Arcade which caused my map to break. For some reason I can no longer use CFVG to return ANYTHING from achievement rewards... The category simply isn't on the list of presets that Blizzard provides. I tried using custom script to direct it to both "Reward" and "Reward Icon," but neither of these work. It would be a huge pain in the ass for me to have to add new parameters to my function for anything having to do with the achievement reward icons and then go through and modify every single achievement trigger. I'm hoping someone has a solution to this.
Any ideas on this?
@BasharTeg: Go
I call upon Achievement Rewards in my Achievement library, which I've just updated to match the latest beta patch, and the solution is to use "49" in the catalog field (custom script).
Hope that helps.
@Khalanil1: Go
Thanks. I had already decided to go through and modify everything, but I will keep this in mind for the future. I can't understand why Blizzard omitted this in the first place...
@BasharTeg: Go
I was going to suggest they add it to the catalog, since they appear to have overlooked this particular field. Since it needs to be referenced by index, the functionality becomes buggy if they make changes. For Patch 1.5, the value was "46", and I had to keep incrementing in my triggers until I found the new value.