Jump to content
  • 0
LordJasz

Achievement System

Question

Heello ppl.
This is my 1st time posting on rAthena (sorry if the post is not on the right place).
How can I remove the entire Achievements System in order to don't receive any message when doing anything.

I checked on Hexed the option Hide Achievements Button but it still popup messages when killing mvp, reaching some level etc.

I found a way to "disable" but the server always debug errors (and i want the server working 100% Healthy).

THX ❤️

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

you only need to turn off achievement system on feature.conf on battle config https://github.com/rathena/rathena/blob/master/conf/battle/feature.conf#L69

// Achievement (Note 1)
// Requires: 2015-05-13aRagexe or later
feature.achievement: on

into

// Achievement (Note 1)
// Requires: 2015-05-13aRagexe or later
feature.achievement: off

 

  • Upvote 1
  • MVP 1
Link to comment
Share on other sites

  • 0
5 minutes ago, LordJasz said:

Heello ppl.
This is my 1st time posting on rAthena (sorry if the post is not on the right place).
How can I remove the entire Achievements System in order to don't receive any message when doing anything.

I checked on Hexed the option Hide Achievements Button but it still popup messages when killing mvp, reaching some level etc.

I found a way to "disable" but the server always debug errors (and i want the server working 100% Healthy).

THX ❤️

You will need to remove the achievements server side
 

rathena\db\(pre-)re\achievement_db.yml

and client side

RO\System\achievement_list.lub

 

  • Love 1
Link to comment
Share on other sites

  • 0

Thank you so much!!
What did I do?
I changed all file achievement_list.lub and i put only it

achievement_tbl = {}
end

[EDIT] I had to clear the logs and change 

rathena\db\pre-re\achievement_db.yml

and 

rathena\db\re\achievement_db.yml

in order to dont show up more debugs

Edited by LordJasz
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.