Valor Posted April 23, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 72 Reputation: 29 Joined: 12/21/16 Last Seen: January 5, 2024 Share Posted April 23, 2017 Just want to share community script combined from rAthena forum. this script absolutely not mine. //===== rAthena Script ======================================= //= OnPCLoginEvent Triple Scanner //===== Compatible With: ===================================== //= rAthena emulator //===== Description: ========================================= //= Scan process following: //= 1. Authorized GM name check. //= 2. Player max stats > 130 check. //= 3. Total actual player statpoint check. //= Intruder will be blocked / query ipbanlist. //===== Information: ========================================= //= Original version statpoints check by Brian //============================================================ Setup GM level, GM groupid, and name before enabled atcommand and query. Spoiler ( getgmlevel() > 0 || getgroupid > 0 ) // GM level / groupid ( .@name$ == "GM1" || .@name$ == "GM2" || .@name$ == "GM3" || .@name$ == "GM4" || .@name$ == "GM5") // GM name login_scanner.txt Quote Link to comment Share on other sites More sharing options...
Azeroth Posted April 23, 2017 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 383 Reputation: 121 Joined: 03/31/12 Last Seen: January 29, 2023 Share Posted April 23, 2017 Is this Brian's some part of the script? does it works on 255/120? Thank you! Quote Link to comment Share on other sites More sharing options...
Valor Posted April 23, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 72 Reputation: 29 Joined: 12/21/16 Last Seen: January 5, 2024 Author Share Posted April 23, 2017 yeah think its works if you add more case to 255 Quote Link to comment Share on other sites More sharing options...
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.