+4 votes
602 views
by (5,295 points)
view edits | bumped by

Each Achievement has a unique, individual ID number. I am wondering how I can find out or check what is the ID of the achievement which I received- is there any way of finding it out in Tibia’s client etc? I am aware I can find out from the fansites like https://tibia.fandom.com/wiki/Achievements/IDs, this question is about other ways of discovering the ID of the achievement.

1 Answer

+2 votes
by (2,420 points)
view edits | edited by
 
Best answer

Achievement IDs can be seen on the HTML code of the character page when choosing the Achievements that will be shown on your page. The HTML code can be seen by using the browser’s “Inspect” feature, and each checkbox has its value as the corresponding achievement’s ID

So, log in Tibia.com, go to any character on your account and click "Edit" as if you were going to change the comment or displayed achievements. Then, right click the checkbox of the achievement you want to check and select "Inspect" (or a similar option, varies with browser). You'll see some HTML code with the ID like this:

<input type="checkbox" name="achievementlist[]" value="187" checked="checked"></td>

Source: https://tibiald.com/2021/05/03/achievement-ids/

...