Jump to content
  • 0

How to disable Feature RODEX FULLY!


LearningRO

Question


  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

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

4 answers to this question

Recommended Posts

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

1 hour ago, Disabled LOOLP said:

diff hexed [ Hide Button RODEX ]

 

this wont disable it

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  233
  • Reputation:   49
  • Joined:  12/20/18
  • Last Seen:  

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;

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.06
  • Content Count:  241
  • Reputation:   11
  • Joined:  08/12/20
  • Last Seen:  

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?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...