Recent content by EEPiccolo

  1. E

    Scripting Issue involving Custom Combat

    I've been having issues with the set_property function while trying to make a semi-rare script. Try doing get_property statements before and after the set_property statements to see if it looks like they're changing properly. After doing that, try removing the adventure statement and just spend...
  2. E

    semi-rare counter property (relayCounters) manual changes don't stick

    I'm trying to write a script to help in collecting semi-rares, but am having problems with the relayCounters property. Though I have 3 numbers form the fortune cookie, I know it's 160 - 190 adventures between semi-rares, so I narrow it down to one number. for example...
  3. E

    Semi-Rare Counter Expiry Prematurely Ends Farm Script

    From post I think Veracity made in another thread, it may be possible to stop the abort by setting a variable to the return value of adventure (it returns a boolean), instead of just calling adventure ignoring the return value as it is currently in your code.
  4. E

    ASH reference

    It's actually really easy to make reverts. The instructions are on wikipedia: http://en.wikipedia.org/wiki/Help:Reverting#How_to_revert You don't need an account to do reverts. Anyway, who's in charge of the Wiki? It doesn't look like you're getting any content from unregistered users, so...
Top