• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Custom Achievement C++

Barebones

BETA Tester
I looked around and it seems that creating a custom achievement requires some C++. I need a script for this:

1235503_f506fc472ffb31f96b93f8620afbedaa.jpg


And easily interchangeable NPC names/entries so I can use it for other dungeons :p
 

Tommy

Founder
Well, I've never made custom achievements, so I never messed with the Achievement stuff in TrinityCore. Especially realm first stuff. Lemme see, you basically just 'looked' at the achievement stuff and never did anything to it to see how it works? Go look at the realm first achievements to see how it is done.
 

Foereaper

Founder
You set up your criteria here:

http://www.pxr.dk/wowdev/wiki/index.php?title=Achievement_Criteria.dbc

You set up your own categories here:

http://www.pxr.dk/wowdev/wiki/index.php?title=Achievement_Category.dbc

You set up the main achievement information here:

http://www.pxr.dk/wowdev/wiki/index.php?title=Achievement.dbc

There's nothing really more to it than trial and error depending on what kind of an achievement you want to make.. You'll just to try it out and see how it works, and use other achievements as reference. It's all documented in the above links, so shouldn't be too hard.
 

DarkAngel

Wiki Author
I can confirm that only DBC is needed. I once did a custom achievement... ofc I can't remember exactly how right now.
I do however remember that I had a problem adding it on level up or on kill or something. You could see it ingame tho.
You will need more than just a few lines; Icon, categories and ...eh...
 
Last edited:

DarkAngel

Wiki Author
Eh... I don't get what that has to do with the post I made :p? My link was to shitcore. PMing it now.
Btw the link is the exact same guide as the one I used back in time, which gave me the above stated errors.
Might just be me who was dumb tho.
 
Last edited:
Top