Jump to content
  • 0
Vuluts

Remove taekwon rankings

Question

Greetings Hercules Community,

 

I just want to ask how to disable or remove the taekwon rankings when you type /taekwon

 

also how to remove the /taekwon in command list alt + y window under exe tab

 

remove_taekwon.png

 

Hoping that someone could help me regards my concern.

 

Thank you in advance.

 

Edit: I already manage to remove the /taekwon text in the alt + y window but whenever I hover my mouse to its location and click the taekwon rankings still showing.

Edited by Vuluts

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

I guess you need change to older client which not have taekwon ranking

 

Thanks for the reply Felipe, I already download older client, a 2005 client to be exact but 2005 client already had /taekwon in the command list window, I just wondering where I can download 2004 client and does is it exist nowadays?

Edited by Vuluts

Share this post


Link to post
Share on other sites
  • 0

I

 

 

I guess you need change to older client which not have taekwon ranking

 

Thanks for the reply Felipe, I already download older client, a 2005 client to be exact but 2005 client already had /taekwon in the command list window, I just wondering where I can download 2004 client and does is it exist nowadays?

In that topic have a guy whose says about aeRO2 hexed from 2004, if you speak portuguese you can send a PM to him for search and post here if you get a amazing 2004 Hexed working

Share this post


Link to post
Share on other sites
  • 0

To remove response from /taekwon
clif.c:
Search

/// /taekwon list (ZC_TAEKWON_RANK).
/// 0226 { <name>.24B }*10 { <point>.L }*10
void clif_taekwon(struct map_session_data* sd) {
    int fd;

    nullpo_retv(sd);
    fd = sd->fd;
    WFIFOHEAD(fd,packet_len(0x226));
    WFIFOW(fd,0) = 0x226;
    clif_ranklist_sub(WFIFOP(fd,2), RANKTYPE_TAEKWON);
    WFIFOSET(fd, packet_len(0x226));
}

Replace with
/// /taekwon list (ZC_TAEKWON_RANK).
/// 0226 { <name>.24B }*10 { <point>.L }*10
void clif_taekwon(struct map_session_data* sd) {
    return;
}

Share this post


Link to post
Share on other sites
  • 0

 

To remove response from /taekwon

clif.c:

Search

/// /taekwon list (ZC_TAEKWON_RANK).
/// 0226 { <name>.24B }*10 { <point>.L }*10
void clif_taekwon(struct map_session_data* sd) {
    int fd;

    nullpo_retv(sd);
    fd = sd->fd;
    WFIFOHEAD(fd,packet_len(0x226));
    WFIFOW(fd,0) = 0x226;
    clif_ranklist_sub(WFIFOP(fd,2), RANKTYPE_TAEKWON);
    WFIFOSET(fd, packet_len(0x226));
}

Replace with

/// /taekwon list (ZC_TAEKWON_RANK).
/// 0226 { <name>.24B }*10 { <point>.L }*10
void clif_taekwon(struct map_session_data* sd) {
    return;
}

 

Thank you sir @Dastgir, I will try it and give feedback.

I

 

 

I guess you need change to older client which not have taekwon ranking

 

Thanks for the reply Felipe, I already download older client, a 2005 client to be exact but 2005 client already had /taekwon in the command list window, I just wondering where I can download 2004 client and does is it exist nowadays?

In that topic have a guy whose says about aeRO2 hexed from 2004, if you speak portuguese you can send a PM to him for search and post here if you get a amazing 2004 Hexed working

 

What his name?

Share this post


Link to post
Share on other sites
  • 0

Update:

 

/taekwon command is now disabled special thanks to sir @Dastgir for the help.

 

My concern now is how to remove /taekwon button in alt+y window.

 

I already tried to hex and successfully remove the /taekwon button, but the problem is the space are still there, what I want to do is remove /taekwon then /blacksmith will be go up and replace, anyone could help me how to hex to completely remove that.

 

Thank you in advance.

Edited by Vuluts

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

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