Jump to content
  • 0

Title Doesn't show up, achievement_db, list and titletable are correct.


Question

Posted

Hi guys, i'm using an achievement unlocked by item script, it does complete the achievement, and supposedly gives the title, but:

1. I have to relog for it to show in equipment window.
2. After equiping it doesn't show at all

I have added it to achievement_db.yml, achievement_list.lub, and added the title in titletable.lub.
It used to work in an emulator from december 2020.
I have showname type 2
image.thumb.png.26ca887085ab715b75d495477d272705.png

 

2 answers to this question

Recommended Posts

  • 0
Posted

I was thinking of creating a question regarding this but I am also experiencing this issue on my current rA / client. If it's not proper to post on this old post, let me know.

Just for information, my client date is as follows: 2018-06-20eRagexeRE

  • 0
Posted

change Achievement.hpp

enum e_title_table : uint16 {
    TITLE_NONE = 0,
    TITLE_BASE = 1000,
    TITLE_MAX = 1046,
};

to 

enum e_title_table : uint16 {
    TITLE_NONE = 0,
    TITLE_BASE = 1000,
    TITLE_MAX = YOURMAXTITLECOUNT,
};

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...