Search results

  1. Razorsoup

    Bug Is it a bug or a feature that Mafia remakes an equipped ice bucket over rollover?

    I will try this after rollover. Also, :rolleyes:, nice pun.
  2. Razorsoup

    Bug Is it a bug or a feature that Mafia remakes an equipped ice bucket over rollover?

    It hadn't gotten to the login script yet and my login script doesn't equip any outfits. My login script actually wouldn't even run today due to an error (bad function name) caused by a change I made the day before. It was logged in my CLI (but I neglected to copy it down because I had a...
  3. Razorsoup

    Bug Is it a bug or a feature that Mafia remakes an equipped ice bucket over rollover?

    It is too late to check now, but I can force a character to have ice nine in an outfit named Backup over tomorrow's rollover and try to have it not in an outfit the next rollover and see what happens.
  4. Razorsoup

    Bug Is it a bug or a feature that Mafia remakes an equipped ice bucket over rollover?

    I had an ice nine equiped over rollover and mafia tried to recreate one today. So now I am going to wildly speculate on what could cause this. Is it possible that when mafia logs in, it sees the ice nine has "broken" and tries to re-equip it based on this setting? Mine tried to recreate the...
  5. Razorsoup

    New Content - Implemented Bounty Hunter Change

    Is it intended for there to be exclamations between options instead of the pipe character? > help bounty bounty (easy!hard!special) - List or optionally accept bounties
  6. Razorsoup

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Thank you. I'll play around with it on my next softcore run (probably with a multi so if it blows up I'm not out too much). Edit: storage_meat() should be my_storage_meat() and to_floor() should be floor(). So the line will be int storageamt = storage_amount(con.it) + (mall_price(con.it) >...
  7. Razorsoup

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    While in Ronin, does EatDrink have the ability to buy from the mall and pull the bought item? If not, could it have that ability in the future? This could be handy for softcore ascensions so I don't have to worry about stocking Hangk's before ascending.
  8. Razorsoup

    auto BHH and friends

    I'm also seeing 13608 as latest there but the Latest SVN Changes forum currently lists 13611 as the latest. As far as I can tell, 13610 adds the field name that will fix the error you are getting.
  9. Razorsoup

    Guide

    Why yes, yes I did. Fixed it. Thanks.
  10. Razorsoup

    Guide

    You probably already figured this out but lines 32-35 of relay_Guide.ash contain the size limits for the different styles. So if you really like round numbers and want the panel at 320, change the line that is string __setting_media_query_medium_size = "@media (min-width: 320px) and (max-width...
  11. Razorsoup

    Guide

    RE: resizing issues, I was able to get the resizing thing to work by removing and reinstalling guide.ash. I don't know why it wasn't working but it is now. Thanks.
  12. Razorsoup

    Guide

    I couldn't get it to work either. Firefox 27.0 on Windows 7 Maybe an option to disable that link? I don't need it since I have guide loading in a side frame and it just takes up valuable vertical space.
  13. Razorsoup

    Pick a number of unique entries from a map/array or similar

    No problem. I'm just glad to have finally been helpful to somebody else instead of asking for help myself. It doesn't happen very often. :)
  14. Razorsoup

    Pick a number of unique entries from a map/array or similar

    Question, would this work for what ereinion is trying to accomplish? void main() { string[int] peopleToUseTheSkillOn; peopleToUseTheSkillOn[0] = "a"; peopleToUseTheSkillOn[1] = "b"; peopleToUseTheSkillOn[2] = "c"; peopleToUseTheSkillOn[3] = "d"; peopleToUseTheSkillOn[4] = "e"...
  15. Razorsoup

    ZapWizard - Automatically zaps for mall profit

    Started getting this error today.
  16. Razorsoup

    New Content - Implemented Bounty Hunter Change

    Was able to bounty hunt by auto-adventuring with +1 filthy lucre as a goal and everything worked as expected. No aborts, no debug log. Yay!
  17. Razorsoup

    Best Between Battle Script Ever -- formerly AutoMCD

    I would like to formally request that the Grimstone Golem and Grim Brother be added to the familiar drop farming function. Mafia tracks the Grimstone Golem drops in "_grimstoneMaskDrops" and they are limited to one drop per day. Grim Brother drops are tracked in "_grimFairyTaleDrops" and are...
  18. Razorsoup

    CanAdv -- check whether you can adventure at a given location

    That makes since. So yeah, don't automatically unlock the landfill. Honestly, if the user (me in this case) can't be bothered to unlock it himself/herself then maybe they shouldn't be playing at all.
  19. Razorsoup

    Guide

    I'm a little bit jealous. My monitor is only 1680x1050. I need 300,000 more pixels. @Ezandora: Slight potential bug. Guide is telling me to "Unlock mysterious island, Shore, 9 adventures" when I already have the mysterious island unlocked. It can be unlocked with a dingy dinghy, junk junk or...
  20. Razorsoup

    CanAdv -- check whether you can adventure at a given location

    Pretty much, yep. If you were feeling generous or whatever you could also add the ability to unlock the landfill if smoke signals are present and the user calls can_adv with the prep boolean set as true. But honestly, that's not a high priority or even a really common need.
Back
Top