Search results

  1. Gnocchi Masala

    EoD Softcore Ascension Script

    I just completed a 4 day run today ... no problems (from EoDSCAscend at least ). I didn't try and include any other equipment. I've made a start on a simple relay pull plan editor but it is a steep learning curve.
  2. Gnocchi Masala

    CCS help needed

    Hi people, I modified the EoDSCAscend CCS like this to add support for the Stomping Boots and Happy Medium: [ default ] try to steal an item try to steal an item if hasskill release the boots skill release the boots endif if happymediumglow red skill siphon spirit endif attack with...
  3. Gnocchi Masala

    EoD Softcore Ascension Script

    else if (my_adventures() < 135 && my_inebriety() == 19 && pulls_remaining() == -1) { I spotted this earlier but forgot to mention it ... you need pulls_remaining() <= 0 even on a hardcore run I never saw it return -1. I wasn't talking about healing during combat just ordinary everyday Universal...
  4. Gnocchi Masala

    EoD Softcore Ascension Script

    No the two items I had gave no ML increases. Maybe something to do with healing? It was actually Universal Recovery aborting because it couldn't remove beaten up. I'll be happy to look into this. Have a look at your messages as well Cheers!
  5. Gnocchi Masala

    EoD Softcore Ascension Script

    Because I have a tome of Smithness I crafted a Light that Never Goes Out and a Sheila Take a Crossbow. I did also craft a Hand in Glove but quickly put it away where it couldn't be equipped because it was too strong. As for those lines setting mpAutoRecoveryItems and hpAutoRecoveryItems, I...
  6. Gnocchi Masala

    EoD Softcore Ascension Script

    @EliteofDelete: I didn't see any messages about counters in the logs. When I re-ran the script it obtained the key and things were fine. Maybe there should be a check for the key at the start of the attempts to enter the ballroom? I loaded the scripts with svn and that worked fine. no oddities...
  7. Gnocchi Masala

    EoD Softcore Ascension Script

    Wierd problem in day two I encountered a problem during day 2 where the script got in an infinite loop trying to set the ballroom song because I didn't have the ballroom key. Checking back through the session log I found: I had a look in EoD_Adv but I cant see any way it can skip out of the...
  8. Gnocchi Masala

    EoD Softcore Ascension Script

    Looks good EoD! You might want to consider pulling a meat maid instead of a meat engine. Then do the untinker quest before the meat car and you can untinker the meat maid for the meat engine and receive a bonus frilly skirt. Regards, Gnocchi
  9. Gnocchi Masala

    Feature - Implemented enable after-adventure script after manual adventuring

    Upgraded to 10810 and the quick look says it is all working. I'll see what happens ... Thanks.
  10. Gnocchi Masala

    Feature - Implemented enable after-adventure script after manual adventuring

    Okay ... this is getting weird. Looking back on my recent relay browser adventures I spotted this: And then this: Is KM multi threaded? Could we be having threading issues?
  11. Gnocchi Masala

    Feature - Rejected Is to_coinmaster obsolete?

    Makes sense. No problem then.
  12. Gnocchi Masala

    Feature - Rejected Is to_coinmaster obsolete?

    Given that to_coinmaster has not been needed for the proxy methods of .buyer and .seller for some time and $coinmaster[ Dimemaster ] suffices for string usage, do we still need it?
  13. Gnocchi Masala

    Bug - Not A Bug item.seller should return a string that to_coinmaster can use.

    No problem there I'll use the actual name as a string. About 75% of the coinmaster pages use the now deprecated use of to_coinmaster in their examples so they'll get changed to directly reference the proxy method.
  14. Gnocchi Masala

    Bug - Not A Bug item.seller should return a string that to_coinmaster can use.

    I just did my first wiki edit (on this wiki) today ... I'd like to see if i get any feedback before rewriting the world.
  15. Gnocchi Masala

    Bug - Not A Bug item.seller should return a string that to_coinmaster can use.

    You are going to get this reported again because the example code from the to_coinmaster page in the wiki is: Which is where I got my syntax from.
  16. Gnocchi Masala

    Bug - Not A Bug item.seller should return a string that to_coinmaster can use.

    Found in build 10806. Previously this code used to work: It now fails with: Is it to do with the change to Strict Strings? Changing line 663 to "coinmaster master = to_coinmaster( "L33t Tr4pz0r" );" makes it all work again. Also the to_coinmaster entry in the Item Management page of the wiki...
  17. Gnocchi Masala

    Feature - Implemented enable after-adventure script after manual adventuring

    Thanks Veracity, I'm no longer seeing the debugs but I'm still getting two invocations of the aAS after combats in the relay browser ... non-combats and automated adventuring only trigger once. Added AAS to the Miscellaneous ASH Features wiki page. I could use some words (or a pointer to said...
  18. Gnocchi Masala

    Feature - Implemented enable after-adventure script after manual adventuring

    Thanks for that Veracity. When I went to Preferences to turn it on I was surprised to see that I could also turn on the betweenBattleScript in relay. The Miscellaneous ASH features wiki page just says bBS will not fire from the relay browser. Do we have a wiki updater person/team? Yes i will do...
  19. Gnocchi Masala

    Feature - Implemented enable after-adventure script after manual adventuring

    I don't know if it would be appropriate to use the same hook for relay and non-relay but I would really like some script hook to automate various administrivia in relay browsing please.
  20. Gnocchi Masala

    Universal Recovery Script

    Because turning on "Recasting" has the undesirable effect of allowing Mafia to buy hundreds of turns of my current song which will be lost the next time I need Glorious Lunch I have ended up editing my copy of UR so that the "boris()" function is now: This allows a steady trickle of MP to...
Back
Top