yojimbos_law

mafia CLI command to print locations with their NC rates

Aug 17th, 2017
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ash foreach i in $locations[]{ foreach j,k in i.appearance_rates(){ if( j == $monster[ none ] & k > -1 & create_matcher( "adventure\.php" , i.to_url() ).find() ){ print("NC rate in "+i+"(ID"+ group_string( i.to_url() , "(\\d+)" )[0][0] +") : "+k); } } }
Advertisement
Add Comment
Please, Sign In to add comment