Search results

  1. E

    Regular Expression trouble.

    Thank you thank one did work for me though it was throwing in the D1= part in with the grouping. I got stumped again but then ended up setting it up so each part was grouped then just used the parts I needed. I'm loving and hating regex right now. It makes these fairly easy once you figure out...
  2. 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...
  3. E

    GambleBot!

    So I've recently run into an issue. Gamblebot throws an error sending items to anyone with spaces in their name. It appears to be adding plus signs (+) as spaces. I've tried to see if I could find the issue but I have no clue what I'm looking for. Edit: Figured out the problem, it was using...
  4. E

    Request: Clan Stash Cleaner

    Thank you Bale that works perfectly now combined with your OCD script my clan should have plenty of funding for Hobopolis and the Slime Tubes.
  5. 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...
  6. E

    Clan Stash Management Script (?)

    So would the ClanKeepList(); be added on after line 340 and if so how exactly would it be added? item name; or some other format. If not do I just create a ClanKeepList.txt?
  7. E

    GambleBot!

    I tried again using the updated support files and it worked great. Awesome script and neat idea.
  8. E

    GambleBot!

    I tested this out as it seemed like a neat idea. I ran into trouble with DEBUG being undefined. I tried a few things but unfortunately my scripting skills are still pretty poor.
  9. E

    RandBot -- a randomized clan buffbot

    I just tried this script out and well totally awesome. This script is exactly what I need to put my clan's buff bot to use until I find more stable internet in which to run her on. I couldn't have hoped for or created a better script. -Enameless
  10. 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