LearningRO Posted November 19, 2019 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 5 hours ago Share Posted November 19, 2019 Hi, all how to disable feature RODEX? i don't see any config on battle folder on Hercules can be setting on config Does rathena have it too? Quote Link to comment Share on other sites More sharing options...
0 LOOLP - OFF Posted November 19, 2019 Group: Members Topic Count: 12 Topics Per Day: 0.01 Content Count: 233 Reputation: 51 Joined: 12/20/18 Last Seen: March 10, 2021 Share Posted November 19, 2019 diff hexed [ Hide Button RODEX ] Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted November 19, 2019 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 9 hours ago Share Posted November 19, 2019 1 hour ago, Disabled LOOLP said: diff hexed [ Hide Button RODEX ] this wont disable it Quote Link to comment Share on other sites More sharing options...
0 LOOLP - OFF Posted November 19, 2019 Group: Members Topic Count: 12 Topics Per Day: 0.01 Content Count: 233 Reputation: 51 Joined: 12/20/18 Last Seen: March 10, 2021 Share Posted November 19, 2019 If you want to go deeper than hiding the function of rodex, a way to force the error when sending message ... I'll leave in code, an example restriction for maps .. but you can change it according to mapflags or as you wish. Quote Index: src/map/mail.c =================================================================== 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; + if( pc_istrading(sd) ) return MAIL_ATTACH_ERROR; Quote Link to comment Share on other sites More sharing options...
0 Gouki Posted September 21, 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 21, 2020 On 11/19/2019 at 7:43 PM, GOODBY dev LOOLP said: If you want to go deeper than hiding the function of rodex, a way to force the error when sending message ... I'll leave in code, an example restriction for maps .. but you can change it according to mapflags or as you wish. this is specified on a certain mapflag right? how about permanently on all maps? Quote Link to comment Share on other sites More sharing options...
Question
LearningRO
Hi, all how to disable feature RODEX?
i don't see any config on battle folder
on Hercules can be setting on config
Does rathena have it too?
Link to comment
Share on other sites
4 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.