funtwocrasher Posted March 12, 2015 Share Posted March 12, 2015 How to remove this message when you login? Item Security DISABLE: Use @security for more options. Quote Link to comment Share on other sites More sharing options...
Promise Posted March 12, 2015 Share 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 Link to comment Share on other sites More sharing options...
Cydh Posted March 12, 2015 Share Posted March 12, 2015 wut? Quote Link to comment Share on other sites More sharing options...
funtwocrasher Posted March 14, 2015 Author Share Posted March 14, 2015 Thanks! Quote Link to comment Share on other sites More sharing options...
How to remove this message when you login?
Item Security DISABLE: Use @security for more options.
Link to comment
Share on other sites