redlightliu Posted September 13, 2017 Posted September 13, 2017 How can I disable rodex on certain map? Is this can be achieve? Quote
0 asg43tgfsa Posted September 16, 2017 Posted September 16, 2017 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 ; ... 1 Quote
0 asg43tgfsa Posted September 13, 2017 Posted September 13, 2017 it possible but you need server source edit Quote
0 redlightliu Posted September 14, 2017 Author Posted September 14, 2017 (edited) it possible but you need server source edit How can I disable it? It is a convenient and troublesome function Edited September 14, 2017 by redlightliu Quote
Question
redlightliu
How can I disable rodex on certain map?
Is this can be achieve?
3 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.