View Single Post
04-17-24, 08:05 AM   #15
Hubb777
A Flamescale Wyrmkin
 
Hubb777's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2024
Posts: 117
I need criteria for completing the following achievements:
https://www.wowhead.com/achievement=6351/
https://www.wowhead.com/achievement=6975/
https://www.wowhead.com/achievement=6977
https://www.wowhead.com/achievement=6979/
https://www.wowhead.com/achievement=6969/
https://www.wowhead.com/achievement=6976/
https://www.wowhead.com/achievement=6978/

(I understand that this is too long a list. That’s why I want to figure it out on my own, but I don’t understand anything about it).

I know how I can add this to my addon so that it works, but I don’t know where to get the criteria (I only found criteria for rare monsters)

It will work something like this (it works with rare monsters)
Lua Code:
  1. achievement = {id = 7439, criteria = 21083},

My addon is that when you kill a rare monster or open an area on the map, it removes the hint mark from the map. Like HandyNotes Pandaria which contains not only rare monsters and treasures, but also all the achievements.

For example, I got to the "Dread Wastes" location in the "Zan'vess" area. From which the criterion for the achievement "Explore Dread Wastes" was fulfilled. It must have the ID of this execution.


I need to figure out how to view these “ID criteria” for achievements. I already know what to do with them next.

Last edited by Hubb777 : 04-17-24 at 08:15 AM.
  Reply With Quote