kelvin Posted November 5, 2013 Posted November 5, 2013 Hi, may i request password lock @item command script? Quote
Capuche Posted November 9, 2013 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
Patskie Posted November 5, 2013 Posted November 5, 2013 Like this? http://rathena.org/board/topic/87702-requesting-item-bindatcmd-w-password-system/ Quote
kelvin Posted November 9, 2013 Author 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
Question
kelvin
Hi, may i request password lock @item command script?
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.