Jump to content
  • 0

PROBLEM WITH TK MISSION


Yaziid91

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   0
  • Joined:  04/20/19
  • Last Seen:  

Hello, I have a problem with the Taekwon class in pre-renewal. 

When I complete the TK missions, I receive the success message and I can see myself in the ranking, but the HP+ effect and Combo Chain do not work. I have completed 11 TK missions and I am level 375. 

Does anyone know where this issue could come from, please? Thank you!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  894
  • Reputation:   248
  • Joined:  01/30/13
  • Last Seen:  

Works for me in default pre-re rAthena.

Here is the check logic:

#define pc_is_taekwon_ranker(sd) (((sd)->class_&MAPID_UPPERMASK) == MAPID_TAEKWON && (sd)->status.base_level >= battle_config.taekwon_ranker_min_lv && pc_famerank((sd)->status.char_id,MAPID_TAEKWON))

If you are level 375 then your server has customized the levels, maybe they also changed the required level for the ranker bonus.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   0
  • Joined:  04/20/19
  • Last Seen:  

2 hours ago, Playtester said:

Works for me in default pre-re rAthena.

Here is the check logic:

#define pc_is_taekwon_ranker(sd) (((sd)->class_&MAPID_UPPERMASK) == MAPID_TAEKWON && (sd)->status.base_level >= battle_config.taekwon_ranker_min_lv && pc_famerank((sd)->status.char_id,MAPID_TAEKWON))

If you are level 375 then your server has customized the levels, maybe they also changed the required level for the ranker bonus.

Thank you for your response. You didn’t have to change anything else, like in the batte conf or anywhere else? I have exactly the same thing in my pc.hpp, but it’s not working.

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  894
  • Reputation:   248
  • Joined:  01/30/13
  • Last Seen:  

Well as you can see in the code, you need to be a Taekwon (not a job beyond that), your base level needs to be above taekwon_ranker_min_lv (player.conf) and you need to be in the famerank (top 10 usually which you can see with /taekwon).

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