Jump to content
  • 0

Achivement Title System


Max

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   2
  • Joined:  03/23/12
  • Last Seen:  

Hello rathena , I was wondering if you can add custom title for the achivement ? *and how ? thanks

 

I found the achievement_db.yml in db folder

# Reward - A list of rewards that are given on completion. All fields are
# optional.
#   ItemID: Item ID
#   Amount:  Amount of Item ID (default 1)
#   Script: Bonus Script
#   TitleID: Title ID

When you set the reward like this "TitleID: 1000" , how do u edit the '1000' title description ? and if I add custom achievements only @achievement_db.yml , will it automaticly added inside the game achievement bar / quest ?

Edited by Max
  • Upvote 1
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  333
  • Reputation:   67
  • Joined:  09/05/12
  • Last Seen:  

Just add your title id in "data/luafiles514/lua files/datainfo/titletable.lub", then after that add your custom achievement. Then set the reward title "TitleID: YourCustomTitleID".
I just did some examples here:

screenrAthena020.thumb.jpg.597a74d73d3c9a0fee1854b339781d0a.jpgscreenrAthena023.thumb.jpg.dc01eb132a2b877abebbfa62d3b9c7ca.jpgscreenrAthena024.thumb.jpg.3c919837c1465adaae4efbb6658f0016.jpgscreenrAthena029.thumb.jpg.97b005d368bd571498ab49bfb0439493.jpgscreenrAthena030.thumb.jpg.4735ccba6491966b7eda58a2f9bb755b.jpg

Note: After claiming the title reward in achievement window, you need to reconnect to add it in your equipment tab. ;)

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   2
  • Joined:  03/23/12
  • Last Seen:  

Thanks for the answer!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  333
  • Reputation:   67
  • Joined:  09/05/12
  • Last Seen:  

15 minutes ago, Max said:

Thanks for the answer!

Glad to help you :)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   2
  • Joined:  03/23/12
  • Last Seen:  

On 8/22/2017 at 9:56 PM, GodKnows Jhomz said:

Glad to help you :)

sorry but I have a lil bit more problem , when I tried to add battle to get title this is what happen

  - ID: 221111
    Group: "AG_BATTLE"
    Name: "VIP"
    Target:
      - MobID: 1003
        Count: 1
    Reward:
	TitleID: 1034
    Score: 200

[Error]: YAML Exception Caught: yaml-cpp: error at line 2413, column 2: end of map not found
[Error]: Failed to read 'db/pre-re/achievement_db.yml'.


what's wrong ? what is the Name stands for do I need to edit something else ? and AG_GET_ITEM , how to set the item id to get ? im confused

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  121
  • Reputation:   6
  • Joined:  09/26/14
  • Last Seen:  

On 8/22/2017 at 6:23 PM, GodKnows Jhomz said:

Just add your title id in "data/luafiles514/lua files/datainfo/titletable.lub", then after that add your custom achievement. Then set the reward title "TitleID: YourCustomTitleID".
I just did some examples here:

screenrAthena020.thumb.jpg.597a74d73d3c9a0fee1854b339781d0a.jpgscreenrAthena023.thumb.jpg.dc01eb132a2b877abebbfa62d3b9c7ca.jpgscreenrAthena024.thumb.jpg.3c919837c1465adaae4efbb6658f0016.jpgscreenrAthena029.thumb.jpg.97b005d368bd571498ab49bfb0439493.jpgscreenrAthena030.thumb.jpg.4735ccba6491966b7eda58a2f9bb755b.jpg

Note: After claiming the title reward in achievement window, you need to reconnect to add it in your equipment tab. ;)

sir, may we ask for a complete guide on how to do this? im confused on how to implement this.

This is my titletable.lub

and my achievement_db.yml

Thanks

Edited by mawjustin
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  66
  • Topics Per Day:  0.02
  • Content Count:  194
  • Reputation:   1
  • Joined:  12/13/16
  • Last Seen:  

Bump for this.. as i tried and failed =D

  - ID: 230201
    Group: "AG_BATTLE"
    Name: "Exploring Poring's life (1)"
    Reward:
      TitleID: 1029
    Target:
      - Id: 0
        MobID: 1002
        Count: 10
    Score: 10

but no rewards can be seen on the achievement window nothing to collect.. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

On 1/18/2021 at 11:11 PM, celeron0134 said:

Bump for this.. as i tried and failed =D


  - ID: 230201
    Group: "AG_BATTLE"
    Name: "Exploring Poring's life (1)"
    Reward:
      TitleID: 1029
    Target:
      - Id: 0
        MobID: 1002
        Count: 10
    Score: 10

but no rewards can be seen on the achievement window nothing to collect.. 

Based on what im seeing there's no item reward given only the title (1029) which will directly activate once you claim it on the achievement window.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  66
  • Topics Per Day:  0.02
  • Content Count:  194
  • Reputation:   1
  • Joined:  12/13/16
  • Last Seen:  

5 hours ago, Radian said:

Based on what im seeing there's no item reward given only the title (1029) which will directly activate once you claim it on the achievement window.

yeah but i can't collect it at first.. so i was confused.. found out that i need to update my system/achievement_list.lub

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...