redlightliu Posted September 13, 2017 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 27 Reputation: 1 Joined: 04/24/17 Last Seen: April 15 Share Posted September 13, 2017 How can I disable rodex on certain map? Is this can be achieve? Quote Link to comment Share on other sites More sharing options...
0 asg43tgfsa Posted September 16, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 2 Joined: 09/04/12 Last Seen: July 24, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 asg43tgfsa Posted September 13, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 2 Joined: 09/04/12 Last Seen: July 24, 2024 Share Posted September 13, 2017 it possible but you need server source edit Quote Link to comment Share on other sites More sharing options...
0 redlightliu Posted September 14, 2017 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 27 Reputation: 1 Joined: 04/24/17 Last Seen: April 15 Author Share 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 Link to comment Share on other sites More sharing options...
Question
redlightliu
How can I disable rodex on certain map?
Is this can be achieve?
Link to comment
Share on other sites
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.