kaklase01 Posted April 30, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 Mabuhay Posted April 30, 2020 Share Posted April 30, 2020 diff your client to remove rodex button? 1 Quote Link to comment Share on other sites More sharing options...
0 kaklase01 Posted May 1, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
0 darking123 Posted May 30, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 Almond Snicker Posted September 10, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 instinctboy Posted October 15, 2020 Share 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 Link to comment Share on other sites More sharing options...
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