funtwocrasher Posted March 12, 2015 Posted March 12, 2015 How to remove this message when you login? Item Security DISABLE: Use @security for more options. Quote
Promise Posted March 12, 2015 Posted March 12, 2015 pc.c // Security System if( pc_readaccountreg(sd,"#SECURITYCODE") > 0 ) { clif_displaymessage(sd->fd, "Item Security System ENABLE : Use @security for more options."); sd->state.secure_items = 1; } else clif_displaymessage(sd->fd, "Item Security System DISABLE : Use @security for more options."); to /* // Security System if( pc_readaccountreg(sd,"#SECURITYCODE") > 0 ) { clif_displaymessage(sd->fd, "Item Security System ENABLE : Use @security for more options."); sd->state.secure_items = 1; } else clif_displaymessage(sd->fd, "Item Security System DISABLE : Use @security for more options."); */ Then recompile and done. 1 Quote
Question
funtwocrasher
How to remove this message when you login?
Item Security DISABLE: Use @security for more options.
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.