Jump to content
  • 0

Achievement System


LordJasz

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  05/21/18
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  283
  • Reputation:   76
  • Joined:  06/13/13
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   60
  • Joined:  09/23/17
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  05/21/18
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  05/21/18
  • Last Seen:  

@Litro Endemic You = Insane. THX mate! The best way to solve it

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   4
  • Joined:  06/07/13
  • Last Seen:  

achievement making map-crash on latest rathena git april 13 2019 confirmed when feature is on

  • Upvote 1
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...