LearningRO Posted November 19, 2019 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 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 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 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 Almond Snicker Posted September 21, 2020 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...
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