Jump to content
  • 0

DISABLING RODEX


kaklase01

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  11/24/14
  • Last Seen:  

Hello!

Can anyone help me, I'm having trouble disabling rodex/mail system in my server.

I tried different method I found in every thread including adding the last two lines below in my src/map/mail.cpp

enum mail_attach_result mail_setitem(struct map_session_data *sd, short idx, uint32 amount) {

			if(map[sd->bl.m].flag.nowarpto || map[sd->bl.m].flag.nowarp)
				return MAIL_ATTACH_ERROR;

but still it didn't work.. my map server doesn't low after recompiling the server..

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

diff your client to remove rodex button?

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  11/24/14
  • Last Seen:  

18 hours ago, Mabuhay said:

diff your client to remove rodex button?

It can remove the button.. but still players can send mail through guild's 'ALT G' button..

image.png.fcaf76a26ab0d59a9c35ecc2103a9393.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

How to disable "send a mail". It is using rodex. Thank you!

image.png.fcaf76a26ab0d59a9c35ecc2103a9393.png

agree with this part. you may hide the button via diff. however rodex can still be used with the above screenshot.

 

disregard above. just modified my mail.cpp instead

Edited by glemor123
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.06
  • Content Count:  241
  • Reputation:   11
  • Joined:  08/12/20
  • Last Seen:  

On 5/30/2020 at 10:54 PM, glemor123 said:

How to disable "send a mail". It is using rodex. Thank you!

image.png.fcaf76a26ab0d59a9c35ecc2103a9393.png

agree with this part. you may hide the button via diff. however rodex can still be used with the above screenshot.

 

disregard above. just modified my mail.cpp instead

hey, have you found a way to disable rodex or a work around? can you please share what you did? thanks!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  03/09/16
  • Last Seen:  

On 5/1/2020 at 2:27 AM, Mabuhay said:

diff your client to remove rodex button?

How to diff it. Can not diff in nemo.

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