

asg43tgfsa
-
Posts
7 -
Joined
-
Last visited
Community Answers
-
asg43tgfsa's post in about disable rodex on certain map was marked as the answer
It's not a good idea, but it's simple.
In the clif.c file,
void clif_parse_Mail_refreshinbox (int fd, struct map_session_data * sd) {
//----------------------------------
//add code
//payon map disable rodex
if(sd->bl.m==776) return ;
//prontera map disable rodex
if(sd->bl.m==780) return ;
...