Search results

  1. DaMaster0

    Does anyone know why this happens?

    Oh! Thank you! I just like textedit because it's smaller and doesn't have the sidebar textwrangler has.
  2. DaMaster0

    Does anyone know why this happens?

    I am struggling with file_to_map (again) and I started printing out results for the map. Here's what I got: 13 "Looking for a Larva in All the Wrong Places"\ "Ooh, I Think I Smell a Rat."\ "Ooh, I Think I Smell a Bat."\ "The Goblin Who Wouldn't Be King"\ "Trial By Friar"\ "Cyrptic Emanations"\...
  3. DaMaster0

    Tiny Plastic Series 1 and 2 Checker

    Sniff... Sniff...
  4. DaMaster0

    I need some file_to_map help

    Here's the function I have: string[int] can_buy_trophies() { string[int] map_of_trophies; string[int] we_have; int we_on = 0; int i = 0; string trophies = visit_url("trophy.php"); if (!file_to_map("Trophy.txt", map_of_trophies)) { abort("There was a problem loading the trophies."); }...
  5. DaMaster0

    Profit -- get an accurate meat/adv estimate for a given zone

    if I go to download the latest version, it says it's just 13.5, which I have. Is the build different? And were do I get/how do I install the latest build?
  6. DaMaster0

    Profit -- get an accurate meat/adv estimate for a given zone

    I got an error: Undefined reference to function 'appearance_rates' (profit.ash, line 51) I don't see appearance_rates in either this script or zlib. I do have the latest version of zlib and mafia. What am I doing wrong?
  7. DaMaster0

    Kmail Library

    I guess I could.... I'm just worried that I'll have some compatiblility problems other than the functions names. I'll do that in the morning. It's ten at night were I am and I'm typing this on my phone.:p
  8. DaMaster0

    Kmail Library

    Kmaillib.ash! I been having a lot of trouble dealing with kmails, sending them, reading them, and deleting them, so I put together this library! Keep in mind, this is all Zarqon's work, and I am not trying to take credit for it. All I did was group it from several of his scripts and made some...
  9. DaMaster0

    How do you know the php?

    oooh!! I didn't know kmails had ID's! How do I find the id, I don't see a number in red on your previous post
  10. DaMaster0

    How do you know the php?

    yeahh... about that.... This code: boolean DeleteMail(int ID) { print("Deleting mail..."); string del = visit_url("messages.php?the_action=delete&box=Inbox&pwd&sel"+ID+"=checked"); //output message and error checking if (contains_text(del,"1 message deleted.")) {...
  11. DaMaster0

    How do you know the php?

    Ok, your version works, but how do I call that function? I made an array with the id number = true, but that didn't work. What are you doing different?
  12. DaMaster0

    How do you know the php?

    When I do that, nothing happens... I know that, but I'm looking for some variable in the php, such as when I delete mail, the id # appears in the url or something. Oh you did? I need to check that script out! EDIT: Ok, I checked out your script, and as far as I know, the function doesn't...
  13. DaMaster0

    Thoughts on organization of a KMail Parser

    This is all zarqon's work from various scripts. I take none of the credit. I just grouped them together. Will not work if you include zlib in your program though... Zarqon, tell me if you want this removed for any reason. (oh and by the way, i'm still working on delete_mail)
  14. DaMaster0

    How do you know the php?

    How do I turn on the debug log? I don't know what num to put in.
  15. DaMaster0

    Make your scripts automatically update their data files!

    This looks so cool!!!:D Can it do ash files as well? I really need to learn how to use txt files now lol.:p
  16. DaMaster0

    How do I script non-philanthropic buff requests?

    I am not sure why csend doesn't work, but you could always use zarqon's send_kmail function. It's in zlib.
  17. DaMaster0

    How do you know the php?

    Ok, now I have a new problem. I wanted to delete kmail, and I looked through zarqon's registry script, and here's the function I came out with: void delete_mail( int num ) { print("Deleting mail..."); string del = "messages.php?the_action=delete&box=Inbox&pwd"; del =...
  18. DaMaster0

    Debugging loooooong printouts

    I've never used this function before, but couldn't you just replace the script with an addition to a map? Then you could use map_to_file(), and get it into a text file. (if that's what map_to_file does, I've never used it, I am just assuming that)
  19. DaMaster0

    How do you know the php?

    Oh cool! Thank you! EDIT: Does this also work for GIF pictures? If it does, I can't figure out how to do it.
  20. DaMaster0

    Dance Card burning script?

    Hi doomish! Welcome to the KoLMafia forums! As to your predicament, I made you a script that should use them. Just specify the amount of dance cards you want to save and let it go! But it might have problems, because I am out of adventures, so I can not test it.
Back
Top