funtwocrasher Posted March 12, 2015 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 143 Reputation: 4 Joined: 06/17/12 Last Seen: August 6, 2024 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 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 386 Reputation: 38 Joined: 04/28/13 Last Seen: March 22, 2024 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 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted March 12, 2015 wut? Quote Link to comment Share on other sites More sharing options...
funtwocrasher Posted March 14, 2015 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 143 Reputation: 4 Joined: 06/17/12 Last Seen: August 6, 2024 Author Share Posted March 14, 2015 Thanks! Quote Link to comment Share on other sites More sharing options...
Question
funtwocrasher
How to remove this message when you login?
Item Security DISABLE: Use @security for more options.
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.