Search results

  1. Winterbay

    BatBrain -- a central nervous system for consult scripts

    I had some time to play today so I decided to do it. I ran into an interesting issue though that I'm not sure if I should post here or in the zlib-thread but... WHAM evaluated the use of a scroll of unspeakable evil against a fernswarthy's ghost which would do 6670 damage. Along the way that got...
  2. Winterbay

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    How much health did the wraith have left? I mean since it never managed to submit the macro I wonder what the heck it was trying to do...
  3. Winterbay

    Importing SmartStasis main() function to your script, to modify combat queue?

    If you make the changes in the "\svn\winterbay-mafia-wham"-folder they should be merged whenever an updated is pushed out.
  4. Winterbay

    Importing SmartStasis main() function to your script, to modify combat queue?

    I am not sure how persistent the BatBrain "have done this"-map is so it may be that having it show up in different scripts called after eachother may lead to unwanted issues. If you want to add specific stasising and whatnot things I'd suggest looking if it would be possible to add them to...
  5. Winterbay

    BatBrain -- a central nervous system for consult scripts

    I know I had trouble with those not working as intended in WHAM for a while but since that code is no longer there I assume that specific problem has been fixed at least :)
  6. Winterbay

    BatBrain -- a central nervous system for consult scripts

    What is your CCS? Make sure item 5561 in your batfactors is marked with "once" as a starter.
  7. Winterbay

    Dr. Weirdeaux Monsters

    The way I set it up in WHAM beta was to check the text that gets sent to the consult script (which I believe is the raw code for the first fight page) for "snail" if we are in the Mansion. I think that should work.
  8. Winterbay

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    ANd just for completeness: The relay script can be found in the relay browser, up to the right when launching the browser is a drop down menu with your currently installed relay scripts. Use the one called something like "bumcheekrelay" (can't remember the actual name atm) and you will get...
  9. Winterbay

    Dr. Weirdeaux Monsters

    If it doesn't work for some reason you can try the Beta-version of WHAM which now has code to try and remove spells if fighting a snail-containing monster. If BatBrain's code works I can remove that again :)
  10. Winterbay

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    cadenza 7029 Shakespeare's Sister's Accordion 32.5 cold -4.5 mp 4.5, stun 1 In my version of batfactors (which is pretty old now) that line is in there so it should be able to use that skill. Not sure why it wouldn't. If you run a fight at a verbosity of 10 or 11 you should get...
  11. Winterbay

    Dr. Weirdeaux Monsters

    Having not played anything for a few months now I don't know exactly what that means, but if the snail shell is something you can match on then it should be possible to add something to WHAM that disallows spells in that case.
  12. Winterbay

    New Content - Implemented Skills interface revamp!

    I am fairly certain that there is at least one bug report of that already around.
  13. Winterbay

    A request for contributors

    I have come to the conclusion that I currently do not have the time to play nor support my scripts. I really wish that this would change, but it is unlikely to happen before at least new year. Work is getting increasingly busy and it won't get less anytime soon and that is where I've done most...
  14. Winterbay

    Equipment reverting after using Adventure()

    What would happen if the BBS runs a cli_execute("checkpoint clear") at the start? Would the solve the issue?
  15. Winterbay

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    I'm almost certain I updated WHAM to fix that error. I can't check at the moment though since I'm at work (blocks access to Sourceforge). Also, in regards to Thrall tactics I am not sure BatBrain and in extension WHAM knows about what it does which is probably why that had no effect.
  16. Winterbay

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    It probably is. What is the setting called and is it a boolean or other type of setting? If I get those I can do it right now :)
  17. Winterbay

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Yeah, 10 and 11 are only used for getting predictive information and not performing anything :) Also, I have no idea why it does that... if(cast[0].macroid == stun.id && count(cast) > 1) { vprint("WHAM: Enqueuing a stun to help with the battle", "purple", 3)...
  18. Winterbay

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Good question. It should not try and stun if it thinks it'll win in one go. If you run combats at slightly higher verbosity you will get more information on what happened and why. I tend to always run at a verbosity of 7 but that is probably overkill for normal running, but for finding out what...
  19. Winterbay

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Isn't that always the case... Stupid debugging not being predictable...
Back
Top