Search results

  1. S

    Java Problems

    I installed Java 7 earlier yesterday and now Mafia wont get past the login screen. It says its logging in and when the opening window disappears (ready for the main screen to appear) the main screen never appears. Anyone know whats going on? I am currently running Mafia on my older computer with...
  2. S

    Familiar Collector/Ascension Familiar Chooser

    This sounded quite interesting since I need to eventually do some 100% runs. Could you please upload the other script you are using for this? It would help others. EDIT http://kolmafia.us/showthread.php?3842-Form-of...HTML!&highlight=htmlform.ash I'm just going to leave this link here for...
  3. S

    OCD Inventory control

    No, you guys are right. I must have previously changed the code before trying to use the actual function improperly.
  4. S

    OCD Inventory control

    import <OCD Inventory Control.ash> ocd_control(false); cli_execute("OCD Inventory Control.ash"); This doesn't seem to work either.
  5. S

    OCD Inventory control

    As in, the message "Uncategorized item(s) have been found" still appears. When the code reads this... import <OCD Inventory Control.ash> cli_execute("OCD Inventory Control.ash"); ocd_control(false);
  6. S

    OCD Inventory control

    now ocd_control(false); doesn't work
  7. S

    BatBrain -- a central nervous system for consult scripts

    You needed to go back a page to see that the issue has already been posted and addressed. It's going to take time to fix. http://kolmafia.us/showthread.php?6445-BatBrain-a-central-nervous-system-for-consult-scripts&p=55075&viewfull=1#post55075
  8. S

    Ash Propose Trade

    Hmm, let me try rewording it then. Yep, that worked! Having X meat in the memo gets removed.
  9. S

    Ash Propose Trade

    How is it scamming if I asked them for their price ahead of time? I am only trading to LaNz; one user.
  10. S

    Ash Propose Trade

    After changing the code to the additional form of visit_url, the output has the same effect as my original problem. This... int wmp = 255 * wm; string wms = "This trade is worth "+wmp+" meat"...
  11. S

    Ash Propose Trade

    I was just answering your question.
  12. S

    Ash Propose Trade

    Yeah I am talking about the memo that we both see on the trade screen. Earlier the memo would not include the price total, only the first part of the text. Now with url_encode the price is included but also gives you +'s in the memo. This is what it looks like
  13. S

    Ash Propose Trade

    It works Ninja. It's not pretty though, since it adds +'s for the spaces. Other than that works great.
  14. S

    Ash Propose Trade

    I will try that out Ninja. When I was thinking about it I wondered if there was a problem with using strings in a url, since the code works perfectly when printing to the cli.
  15. S

    Ash Propose Trade

    Actually Bale, visit_url looks to be quite sufficient for my needs. Quite easy to change. Will make it easy to sell off my castle items above autosell. EDIT Ive been working on this and I'm having some notation errors. With this I have been trying to get the memo to show the string which...
  16. S

    Ash Propose Trade

    I was wondering why there is not a propose trade syntax in ash. It's interesting that there is not a lot of talk about it except for recently in Bale's OCD script. And yes, I understand Bale why you don't want to add it to your script. I just don't understand why someone hasn't added that...
  17. S

    SmartStasis -- a complex script for a simple CCS

    I was surprised that no update message came up trying to use SS then.
  18. S

    SmartStasis -- a complex script for a simple CCS

    I used update clear using r9576, still getting this error
  19. S

    OCD Inventory control

    Hey Bale where in the script can you set StopForMissingItems to be false since its currently stopping my daily scripts. You mention it in the comments but there's no place where's its set.
  20. S

    OCD Inventory control

    Here's what it says on mine...
Back
Top