cmsm94 Posted September 19, 2013 Posted September 19, 2013 I need a script for when a GM lv 60 and above login they will need to write the password THE PASSWORD IS ONLY SET BY ADMIN ALL GM PASSWORD IS THE SAME Basically i want a script that allow GM lvl 60 and above to login 2nd password same 2nd password. Which is set by admin. Quote
Khazou Posted September 19, 2013 Posted September 19, 2013 OnPcLoginEvent: if(getgroupid() >= 60){ mes "Plz put the GM password"; next; input @input$; if(@input$ != .password$){ atcommand "@kick "+strcharinfo(0); end; } close; } OnInit: set .password$,"password"; end; Quote
Skorm Posted September 19, 2013 Posted September 19, 2013 On the off chance that you happen to be using eAthena instead of rAthena you can always use my super old and outdated script here... http://code.google.com/p/ea-addicts/downloads/detail?name=gmprotectcleanwithoutaddon.txt&can=2&q= Change gothic to whatever password... set $@Password$, "gothic"; Change 5 to 60... getgmlevel() >= 5 @Khazou: That is flawed you need to mute the player or something to prevent them from warping away with Alt+(1-0)... Quote
Question
cmsm94
I need a script for when a GM lv 60 and above login they will need to write the password
THE PASSWORD IS ONLY SET BY ADMIN
ALL GM PASSWORD IS THE SAME
Basically i want a script that allow GM lvl 60 and above to login 2nd password same 2nd password. Which is set by admin.
2 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.