Recent content by wonko

  1. wonko

    What is wrong with visit_url?

    That's where I got the inspiration to get the returned items from combat. I'd rather not use his as mine is already written, I just need to figure out this last piece. This is a learning experience as much as it is a chance to write a useful tool. The more I know, the more useful my scripts...
  2. wonko

    What is wrong with visit_url?

    Ah, most excellent. Now, can I get a list of dropped items back from run_combat()?
  3. wonko

    What is wrong with visit_url?

    Crap, new problem. Since I'm using visit_url() when I get a mimic, it doesn't fight it. Now I need to figure out how to get it to fight if that's what I find. Ideas? -brian
  4. wonko

    What is wrong with visit_url?

    Ah ha! Thanks for the tip! it turns out I needed a &pwd appended to that url. It works great now, thanks!
  5. wonko

    What is wrong with visit_url?

    I'm attempting to write a barrels script to run in my daily scripted runs to do the boring daily stuff. visit_url is giving me grief however. This code: string barrelitem; barrelitem = visit_url("barrel.php?smash=1"); print(barrelitem); Gives me this output: [5249] Barrel Full of...
  6. wonko

    macguffin.ash (a script in progress)

    Hey Izchak! Great looking scripts. Thank god, someone who uses 1TBS for formatting. :) Can I get a copy of your CCS file? That would be great, thanks!
  7. wonko

    Character Set Issue

    cast 1 jaba and cast 1 jala worked, putting saucesphere at the end screwed it up though. fuzzy matching also works in ASH? sk = $skill[jala]; like that? Thanks!!!! -brian
  8. wonko

    Character Set Issue

    This effects me both in basic scripting and ASH, and is really starting to get on my nerves. > effects jaba?ero saucesphere (376) jalape?o saucesphere (386) So if I try to do: > cast 1 jaba?ero saucesphere I get nothing. As my terminal doesn't support extended character sets, how do I...
  9. wonko

    fighting script

    Has this broken recently? I can't get it to work for me. -brian
  10. wonko

    accessing KMail from ASH

    Ok, well then I won't waste my time with an external process. Like most bots, this wouldn't care about the text, so i could probably get around evilness in the text portion. Thanks!!! -brian
  11. wonko

    accessing KMail from ASH

    Well, of course I wouldn't want to see it made easy to spam people, that's not something I want to have any part of. Make the mail system read-only (and managable, delete, move, etc) would not add the ability to create spam, as you wouldn't actually be able to send mail. If it comes down to...
  12. wonko

    accessing KMail from ASH

    I certainly wouldn't want to make it easy to send kspam, i get enough of that in my regular email. :) i don't need to be able to send kmail, just read and delete kmail. I think i'll take a stab at visit_url and see what i can contruct. ;) Thanks! -brian
  13. wonko

    accessing KMail from ASH

    I'd like to have a script that checks for certain messages and acts on them. Is this possible? Thanks! -brian
Top