Jump to content
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


kalabasa

Question


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.04
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   1
  • Joined:  07/23/21
  • Last Seen:  

1. Try with another account/char
2. Check in your database, "achievement" table and check the "rewarded" field
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...