The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Adding Title Achievement
-
Recently Browsing 0 members
- No registered users viewing this page.
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.