![]() |
|
GMS rank lookup script - Printable Version +- Southperry.net (https://www.southperry.net) +-- Forum: Maplers Helping Maplers (https://www.southperry.net/forumdisplay.php?fid=9) +--- Forum: Technical Help (https://www.southperry.net/forumdisplay.php?fid=84) +--- Thread: GMS rank lookup script (/showthread.php?tid=56240) |
GMS rank lookup script - rassilon - 2012-07-24 Hello! Just posting this up in case it would be useful to someone other than me. Usually, I don't want to take the time to load Nexon's web page just to check basic info about someone. So, I came up with this. It's a PowerShell script that parses the GMS rank listing for any characters you feed it. Unlisted or invalid names will show all dashes. If you want to grab the character's avatar, the -avatar option will download each one. Avatars will be stored as GIF files with each character's name. I've tested on Windows 7, but it should work on any system with PowerShell 2.0 or higher. Usage: Code: Get-Rank.ps1 [-avatar] name1 name2 ...Script: Code: # Get-Rank.ps1Example: Code: PS C:\Users\JoeJimBob\Scripts> .\Get-Rank.ps1 Chevette OneTooMini doesntexist | format-table
Changelog
Enjoy! Any comments or feedback are welcome!
|