Search results

  1. F

    Breakfast Script needs tweaking help.

    Here's my whole script, along with the "Cleansed the Taint" addition. # Version 1.0 Booze Buyer # This Script should basically get the booze offered in the mall # from Boozerbear & Doc Hollandaise. But who knows if this damn thing works. ;) string property = "myScriptMoonPhase"; int...
  2. F

    Happy Birthday, Veracity!

    Just saw that when logging in today! Have a happy one! 8)
  3. F

    Breakfast Script needs tweaking help.

    void acquire(int n, item it){ int x = 0; buy(n,it); } if (can_eat()){ acquire(1, $item[milk of magnesium]); use(1,$item[milk of magnesium]); } if (can_drink()){ acquire(5, $item[salty dog]); acquire(3, $item[bottle of rum]); acquire(3, $item[bottle of whiskey]); } Here's part of...
  4. F

    macguffin.ash (a script in progress)

    Just a quick question, pretty new at using these scripts. All the ash files are in one folder, "ASH Files" on my computer. When I load macguffin.ash, it says it can't find the other ones, even in the same folder. Where should these be so they work?
  5. F

    Buffbot on a Server

    Just to make sure I'm thinking about this in the right terms... the .jar is placed on the server with the script placed in the appropriate folder. The cron activates it whenever (daily) and it runs its course. The file that this script would be is the .ash file? Is there an example script out...
  6. F

    Buffbot on a Server

    Thanks! Got a direct link to the doc? "Documentation" is empty on the sourceforge site. https://sourceforge.net/docman/?group_id=126572
  7. F

    Buffbot on a Server

    I have an account that I'd like to turn into a buffbot. (Possibly two, as I have a clannie leaving the game.) The idea I'm thinking is putting it on my server account under one of my domain names, then allowing clan members to simply kmail the account and receive the buffs. I'm pretty okay...
Top