cmsm94 Posted September 19, 2013 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 170 Reputation: 5 Joined: 08/11/13 Last Seen: October 18, 2024 Share 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 Link to comment Share on other sites More sharing options...
Khazou Posted September 19, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 44 Reputation: 5 Joined: 12/06/11 Last Seen: May 2, 2020 Share 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 Link to comment Share on other sites More sharing options...
Skorm Posted September 19, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.