The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
DISABLING RODEX
-
Recently Browsing 0 members
- No registered users viewing this page.
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.