Search results

  1. E

    Regular Expression trouble.

    I am attempting to create a regular expression so that I can grab the 3 1-2 digit numbers from a string set-up as "D1= XX , D2= XX , D3= XX ," with the XX representing the numbers I want. Now from a previous regular expression I used I know \b(\d+) (\d+) (\d+)\b will grab said numbers if setup...
  2. E

    Request: Clan Stash Cleaner

    I run a small Clan and I'm looking for a script that will empties out my clan stash. I've searched for simple methods of doing this but have found nothing short of individually pulling each item. I know I can manually empty my stash through Mafia but have found no way to do this by scripting. If...
  3. E

    Automated Clan Smiles

    This is my attempt to make my casting of my smiles on my clan easy. This script uses gift shop items to keep track of what day it's on and casts my 5 smiles on the 5 members for that day. This current incarnation of code does currently get the job done but has a few obvious flaws. My main...
Top