kelvin Posted November 5, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 07/14/13 Last Seen: July 21, 2014 Share Posted November 5, 2013 Hi, may i request password lock @item command script? Quote Link to comment Share on other sites More sharing options...
Capuche Posted November 9, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted November 9, 2013 - script item_cmd -1,{ OnInit: .password$ = "MouHahahaha!"; bindatcmd "item",strnpcinfo(3)+"::OnAtcommand",60,60;// your min gmlevel end; OnAtcommand: .@myname$ = strcharinfo(0); message .@myname$, "@item password ?"; input .@tmp$; if ( .@tmp$ != .password$ ) message .@myname$, "Wrong password."; else atcommand "@item "+ implode( .@atcmd_parameters$," " ); end; } 1 Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 5, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 16 hours ago Share Posted November 5, 2013 Like this? http://rathena.org/board/topic/87702-requesting-item-bindatcmd-w-password-system/ Quote Link to comment Share on other sites More sharing options...
kelvin Posted November 9, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 07/14/13 Last Seen: July 21, 2014 Author Share Posted November 9, 2013 Thanks patskie. The idea is there just need edit it. The script is every Gm above lvl60 need to set their own password . Can someone make me the script similar the script from the link but manually set password at the script and all gm's must input that password to use @item command Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 9, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 16 hours ago Share Posted November 9, 2013 @Off topic: Nice password @Capuche 1 Quote Link to comment Share on other sites More sharing options...
kelvin Posted November 12, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 07/14/13 Last Seen: July 21, 2014 Author Share Posted November 12, 2013 thanks capuche Quote Link to comment Share on other sites More sharing options...
Question
kelvin
Hi, may i request password lock @item command script?
Link to comment
Share on other sites
5 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.