Search results

  1. P

    Using a relay script on eg. the Witchess piece selection

    Excellent. Thanks, both of you.
  2. P

    Using a relay script on eg. the Witchess piece selection

    I'd like to put a relay script in place to rewrite the "Play against the Witchess Pieces" screen, to remind me what item each piece drops. What's the easiest way to do that? Since that selection page is just a subpage of campground.php?action=witchess, do I need to create an overall...
  3. P

    Feature - Implemented Your cowboy boots spurs/skin enchantments not displayed in Gear Changer

    Thanks for the discussion, all. I've never owned a folder holder, crown of thrones, or Buddy Bjorn, so I rarely have cause to look at the Customizable tab (except for the rare occasion when I use a sticker weapon). It didn't even occur to me to look there. Good to know!
  4. P

    New Content - Implemented West of Loathing - 2016 Spring Challenge!

    Is there any way to pour cans of beans on a plate, other than manually clicking "plate" in the relay browser? I keep forgetting to eat those delicious little legumes, since the canned versions don't show up in the Food section of the Item Manager. So it'd be nice to script plating them.
  5. P

    Feature - Implemented Your cowboy boots spurs/skin enchantments not displayed in Gear Changer

    r16782; also affects r16781. The item description via the relay browser correctly shows: Maximum HP/MP +25 Muscle +50% +20% Item Drops from Monsters Lets you engage in Cowboy Kicking ... and Mafia seems to know about the +mus% and +item% enchantments; the Modifier Maximizer suggests them when...
  6. P

    Bug "burn x" CLI command doesn't work in AWoL OR doesn't like Cautious Prowl in mood

    Okay, so I'm having the same problem as above, except this time I'm below both my custom 3,000-turn difference and the default 1,000-turn-difference between adventures and buffs. > ash my_mp() Returned: 83 > ash get_property("maxManaBurn") Returned: 3000 > ash my_adventures() Returned: 17 >...
  7. P

    Using "call" CLI command to call functions

    Thanks, both of you. Can't beat an explanation of what I was doing wrong, followed by a suggestion of a better method. Much appreciated!
  8. P

    Using "call" CLI command to call functions

    I have a script, myScript.ash, which contains the function function1(). This CLI documentation leads me to believe that I can call that function from the CLI: call [numberx] filename | function [parameters] check/run script. But how should that call be formatted? Neither "function1" nor...
  9. P

    New Content - Implemented March 2016 IOTM - Witchess Set

    Makes sense, and works great. Followed it up with a run_combat(), of course. Thanks!
  10. P

    New Content - Implemented March 2016 IOTM - Witchess Set

    Oh, cool! But visit_url("choice.php?option=1&pwd&whichchoice=1182&piece=19XX") still just gets me to the "You sit down at your Witchess board..." choice. I can run_choice(1) to get to the list of pieces, but then how can I select one to fight? Or, better yet, is there a way to drop straight into...
  11. P

    New Content - Implemented March 2016 IOTM - Witchess Set

    Is there a straightforward way to script fighting the Witchess pieces? It seems ugly to my uneducated eye, nested in multiple layers of choice.php and with a mouseover URL that includes a password hash: choice.php?option=1&pwd=XXXXXXXXXXXXXXXXXXXXXXXXX&whichchoice=1182&piece=19YY EDIT...
  12. P

    New Content - Implemented Feb 2016 IotM -- LT&T telegraph office deed

    Seconding this. I know the optimal among us have their boot decorations permanently set to +item%/+ML. But I don't need that much +ML, so I've been running +mainstat% in that slot, and I keep forgetting to switch it out when ascending. So a reminder would be awesome. (More broadly, making the...
  13. P

    New Content - Implemented West of Loathing - 2016 Spring Challenge!

    Typos like that are pretty common. I get the feeling that a lot of the behind-the-scenes variables must be confusingly named, because linguistic mixups are everywhere. You can find tons of examples in the In-Game Spelling/Grammar Errors, Typos forum thread. I'm not sure whether Mafia has a style...
  14. P

    New Content - Implemented West of Loathing - 2016 Spring Challenge!

    Successful use reads: You memorize some important details about this enemy, to use against he later. According to the wiki: The effect persists through rollover. Using this skill against a second enemy replaces "olfaction" of the first one.
  15. P

    New Content - Implemented West of Loathing - 2016 Spring Challenge!

    Just seconding this request. Thanks for all the path-handling work that's already been done! Successful extraction (counting toward the 15/day limit) looks like this: You plunge your trusty oil extractor into your opponent and pull the plunger. He is not happy about this, and comes after you...
  16. P

    Bug "burn x" CLI command doesn't work in AWoL OR doesn't like Cautious Prowl in mood

    Hmm. > ash my_mp() Returned: 199 > ash get_property("maxManaBurn") Returned: 3000 > ash my_adventures() Returned: 23 > effects [...] Cautious Prowl (1,488) > burn 40 Autorecovery failed. 3000 > 1,488 - 23. Does maxManaBurn perhaps only apply to automatic mana burning, and not the...
  17. P

    Bug "burn x" CLI command doesn't work in AWoL OR doesn't like Cautious Prowl in mood

    Ah, yep. I had too many turns of Cautious Prowl. (I guess that's what happens when you have one noncombat skill and live in the machine elf era). I assume the 1,000+turns limit is hardcoded, not configurable? Thanks for the help, guys.
  18. P

    Bug "burn x" CLI command doesn't work in AWoL OR doesn't like Cautious Prowl in mood

    "burn x" CLI command doesn't work in AWoL OR doesn't like Cautious Prowl in mood r16748. I'm an AWoL Cow Puncher. My only noncombat skill is Walk: Cautious Prowl, which makes the specifics of this issue hard to narrow down. Here's what I know: My mood includes Cautious Prowl (and nothing...
  19. P

    Bug - Not A Bug CLI "outfit" command reads stats incorrectly

    r16731. I have plenty of moxie to equip all pieces of the eXtreme Cold-Weather Gear: > ash my_buffedstat($stat[moxie]) Returned: 44 > ash my_basestat($stat[moxie]) Returned: 68 But the "outfit" command doesn't think so: > outfit extreme Putting on outfit: eXtreme Cold-Weather Gear You don't...
  20. P

    New Content - Implemented West of Loathing - 2016 Spring Challenge!

    Wait... What? Am I scripting fights in some completely weird, nonstandard way? use_skill() is how I've always used skills in fights... The In-combat Consulting wiki page even lists it... What am I missing? I feel insane, like someone just said, "Hang on, you wear your pants on your legs?!"
Back
Top