kaklase01 Posted April 30, 2020 Posted April 30, 2020 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.. Quote
0 Mabuhay Posted April 30, 2020 Posted April 30, 2020 diff your client to remove rodex button? 1 Quote
0 kaklase01 Posted May 1, 2020 Author Posted May 1, 2020 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.. Quote
0 darking123 Posted May 30, 2020 Posted May 30, 2020 (edited) How to disable "send a mail". It is using rodex. Thank you! 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 May 30, 2020 by glemor123 Quote
0 Gouki Posted September 10, 2020 Posted September 10, 2020 On 5/30/2020 at 10:54 PM, glemor123 said: How to disable "send a mail". It is using rodex. Thank you! 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! Quote
0 instinctboy Posted October 15, 2020 Posted October 15, 2020 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. Quote
0 Diconfrost VaNz Posted 10 hours ago Posted 10 hours ago On 5/30/2020 at 9:54 PM, darking123 said: How to disable "send a mail". It is using rodex. Thank you! 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 How did you do it? Quote
Question
kaklase01
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..
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.