Search results

  1. A

    Slime Tube Adventuring Script

    Whoops, sorry about that. New version uploaded, but I didn't bother to update the version number. If you have the broken version, it won't be checking anyways.
  2. A

    Slime Tube Adventuring Script

    Okay, the bad moon mcd stuff and the -ML problems are both fixed.
  3. A

    Slime Tube Adventuring Script

    Do you have an outfit that slime2 is a substring of?
  4. A

    Slime Tube Adventuring Script

    That means that for whatever reason, you weren't able to equip all the pieces of your slime2 outfit. I just don't understand why you would stop being able to equip something on the middle of the script running.
  5. A

    Equipment Attributes

    Use "Spell Damage Percent" modref gives you a complete list of modifiers that can be used with the x_modifier() functions
  6. A

    Equipment Attributes

    numeric_modifier(item,string) does exactly what you want. For example, ash numeric_modifier( $item[flaming crutch] , "Hot Damage" ); in the CLI returns 3.0
  7. A

    Feature - Rejected Use reflection of maps

    Indeed. Another reminder why sleep deprived coding is bad.
  8. A

    Feature - Rejected Use reflection of maps

    Bale: Simply change this: matcher s = create_matcher("(\\w+)(\\s=*\\s*(\\w+))?",$string[%%]); to this: matcher s = create_matcher("([\\w\\.]+)(\\s=*\\s*(\\w+))?",$string[%%]);
  9. A

    Feature - Rejected Between battle script doesn't fire in Hidden Temple

    In honest confusion, what do between battle scripts have to do with recovery?
  10. A

    Disable Dungeons of Doom Until Unlocked

    According to the wiki, your "Achievements" section of your quest log gets "You have discovered the secret of the Dungeons of Doom." put in it when you complete the greater than sign.
  11. A

    Bug - Not A Bug Faxbot support broken when using proxy

    Oh noes, they've caught us! We're totally trying to steal your credit card info.
  12. A

    Slime Tube Adventuring Script

    Update mafia.
  13. A

    Bug - Not A Bug "Use Milk" button opts to buy Milk of Magnesium instead of crafting

    There's a buy script out there for that, I know. Maybe that's what you were thinking of?
  14. A

    Slime Tube Adventuring Script

    No, I need to know what the lastEncounter property gets set to after you have encountered Mother Slime.
  15. A

    Slime Tube Adventuring Script

    It currently attempts to abort if the lastEncounter property is set to "Showdown". I'm not in a position to check, so if someone could find out what that gets set to, I should be able to fix it.
  16. A

    Script Registry -- for script authors; track your script usage

    I've edited my local copy of parse_mail() to check all pages, instead of just the first one. I've gone long enough between logins a few times that I have multiple pages of notify commands. My local copy is as follows (beware the regex, zarqon!) message[int] parse_mail() { message[int]...
  17. A

    Slime Tube Adventuring Script

    And I've now got a bugfixed version uploaded. All the bugs mentioned so far are fixed, but I haven't had time to add in KoL macro support, sorry. Also, I think that blank-out support is best left to moods.
  18. A

    Feature - Implemented Buff rebalancing to ignore AT buffs

    I really do love how jason takes a problem, and finds a solution to it we never knew we wanted, but probably wouldn't want to live without once we have it. Thanks for all the work you've put in!
  19. A

    Slime Tube Adventuring Script

    I definitely need to get a new version uploaded. I've had that fixed in my local copy for weeks >.<
  20. A

    Slime Tube Adventuring Script

    Macros I can definitely work on, as soon as I have time. Is there anything that guarantees that a line will be a macro instead of a regular ccs?
Back
Top