Hmm dont know if im posting in the right section. Sorry if im not.
Well, im trying to adding custom Achievements and I succeeded in it except for one detail: i cant complete the achievement and collect rewards xD
As you guys can see in the print, i added the Achievement "Beta Tester" in Quest-Other Tab. The condition to complete is simple get a item that worthy more than 3kk (course theres an item with that value ID: 6024) but when i get the item im only capable of completing the other similar achievements.
achievement_db.yml ->
- ID: 240500
Group: "AG_GET_ITEM"
Name: "Beta Tester"
Condition: " ARG0 >= 3000000 "
Score: 30
achievement_list.lub ->
[240500] = {
UI_Type = 0,
group = "GET_ITEM",
major = 1,
minor = 2,
title = "Beta Tester",
content = {
summary = "Receba o pacote Beta!",
details = "Receba o pacote beta e utilize o diamante.",
},
resource = {
[1] = {
text = "Beta Tester",
},
},
reward = {
title = 1034,
},
score = 30,
}
}
What im doing wrong?
And theres a "Title" db to edit/create titles? (i know they can be added by the data/lua files but i cant equip ? )