kaklase01 Posted April 30, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 11/24/14 Last Seen: June 7, 2021 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 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 446 Reputation: 232 Joined: 03/20/12 Last Seen: October 22, 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 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 11/24/14 Last Seen: June 7, 2021 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 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 931 Reputation: 13 Joined: 12/20/11 Last Seen: November 21, 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 Gouki Posted September 10, 2020 Group: Members Topic Count: 88 Topics Per Day: 0.05 Content Count: 261 Reputation: 13 Joined: 08/12/20 Last Seen: November 21, 2024 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 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 03/09/16 Last Seen: February 28 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...
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..
Link to comment
Share on other sites
5 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.