kalabasa Posted December 21, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted December 21, 2022 So, i start adding achievements but i'm having a problem i could not claim a reward. so basically if i obtain a Valkyrie Armor( itemID 2357 ) i will get a title achievement. i tried @item 2357 and it's working. but the claim reward is still grayed out. here's what i am adding. achievement_db.yml Body: - Id: 240021 Group: Get_Item Name: Ride of the Valkyrie I Condition: " (countitem(2357) == 1) " Rewards: TitleId: 1045 Score: 10 achievement_list_EN.lub }, [250000] = { UI_Type = 0, group = "GET_ITEM", major = 1, minor = 2, title = "Ride of the Valkyrie I", content = { summary = "Own a Valkyrie Armor", details = "Reward: " }, resource = { [1] = { text = "Own a Valkyrie Armor" } }, reward = { title = 1045 }, score = 10 titletable.lub [1045] = "Ride of the Valkyrie I" Quote Link to comment Share on other sites More sharing options...
0 ushabibulloh Posted December 21, 2022 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 5 Reputation: 1 Joined: 07/23/21 Last Seen: April 6 Share Posted December 21, 2022 1. Try with another account/char 2. Check in your database, "achievement" table and check the "rewarded" field Quote Link to comment Share on other sites More sharing options...
Question
kalabasa
So, i start adding achievements but i'm having a problem i could not claim a reward.
so basically if i obtain a Valkyrie Armor( itemID 2357 ) i will get a title achievement.
i tried @item 2357 and it's working. but the claim reward is still grayed out.
here's what i am adding.
achievement_db.yml
Body:
- Id: 240021
Group: Get_Item
Name: Ride of the Valkyrie I
Condition: " (countitem(2357) == 1) "
Rewards:
TitleId: 1045
Score: 10
achievement_list_EN.lub
},
[250000] = {
UI_Type = 0,
group = "GET_ITEM",
major = 1,
minor = 2,
title = "Ride of the Valkyrie I",
content = {
summary = "Own a Valkyrie Armor",
details = "Reward: "
},
resource = { [1] = { text = "Own a Valkyrie Armor" } },
reward = { title = 1045 },
score = 10
titletable.lub
[1045] = "Ride of the Valkyrie I"
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.