Search results

  1. G

    Tale Prank -- Marginally more coherent procedural pranks

    "The lore of Loathing, presented without context or consistency. Or correctness." Inspired by soolar's prank generator, this script remixes in-game text to create shiny semi-new time-spinner/brick/gift-package prank text. It's like two knockoffs for the price of one! The basic 3-step process...
  2. G

    Pork to the Future - Cyrus, Hyboria, Future, and Wumpus!

    Thanks for the fixes and improvements; as you noticed, I haven't been playing for quite a while, so I didn't know it was broken. I've added your repairs to the SVN version. The Space Trip headphones use was semi-intentional, since without them you can take a lot of damage while waiting for the...
  3. G

    Auto 2-day HCCS

    grabCloversHardcore has to be set to true. I don't know if it's that way by default, but if someone was doing Fist runs or something they might have it turned off.
  4. G

    Auto 2-day HCCS

    It seems to summon spaghetti breakfast, but never eats it; could save some MP by skipping that. I still can't quite hit 2 days, but since I only just barely satisfy the requirements I can't expect too much of a miracle. Usually runs out of adventures on the last service. Leaves plenty of time...
  5. G

    Auto 2-day HCCS

    Need to unequip the light that never goes out before trying to pulverize it (in powerlevel()): if (equipped_amount($item[A Light That Never Goes Out]) > 0) cli_execute("unequip a light that never goes out"); pulverize($item[A Light That Never Goes Out]); It seems I don't have anywhere near...
  6. G

    Auto 2-day HCCS

    Ran out of adventures in makePotionsDay1() and got stuck, but was able to finish after manually drinking some speakeasy booze. There's something in there about 5 free crafts but I guess that's an IOTM or something that I don't have? Seems to work nicely for the most part though, we'll see if I...
  7. G

    KAscend - Hardcore Community Service 3-Day Script

    It did eat the steak. I re-ran it starting from using the ten-percent bonus (commented out everything before that) after it crashed, and it stopped on "drink margarita" because it didn't have it. Not sure what went wrong... Here's the log: > Your game says it's day 1. Select day to run: > When...
  8. G

    KAscend - Hardcore Community Service 3-Day Script

    It failed to do the coil service on the first run, probably needs two visit_url("council.php") in a row to get the services page ready to go: page = visit_url("council.php"); //initial message that the council is in jail page = visit_url("council.php"); page =...
  9. G

    Trick-Or-Treating script

    url_encoding it gives http://127.0.0.1:60080/http%3A%2F%2Fkol.coldfront.net%2Fnewmarket%2Fitemgraph.php%3Fitemid%3D6405%26timespan%3D1%26noanim%3D0 which my browser doesn't understand. Taking out the "http://127.0.0.1:60080/" gives "Server Not Found." If I just use %26 for the ampersands I...
  10. G

    Trick-Or-Treating script

    Very weird. Surely there are other scripts trying to print_html a URL with ampersands? ...Er... maybe not. I can't find one, anyway. Maybe that's why this wasn't noticed before. If I replace them with & it still works. Does that change anything for the people it's not working for? The browser...
  11. G

    Trick-Or-Treating script

    I have Win8 and Java 1.8.0_25-b18, which also has no problem with ampersands. Firefox and IE both work. There's probably not much I can do about this, since it seems to be a Java bug and I can't reproduce it. The outfit list isn't that useful of a feature anyway. If you want to know what to...
  12. G

    Trick-Or-Treating script

    Although, I was still playing the game at the time... The market data links are still working for me. Not sure what's going on there. Is the URL wrong or does clicking the link just not do anything? Are specific outfits not working, or all of them?
  13. G

    Pork to the Future - Cyrus, Hyboria, Future, and Wumpus!

    It shouldn't matter; there's no way for it to avoid reaching the line where it grabs the pig-iron once krakrox_complete is set to true. Even if it manages to crash between having killed the priest and grabbing the item (all it does is a "mood clear"), when you run it again it should check the...
  14. G

    Pork to the Future - Cyrus, Hyboria, Future, and Wumpus!

    "town_wrong.php?action=krakrox" isn't the right URL for getting the armor piece anymore, though. Unless they changed it back. So that's probably why it wasn't working. I already changed that URL to "place.php?whichplace=town_wrong&action=townwrong_1krakrox" which I think is correct. I've all...
  15. G

    Pork to the Future - Cyrus, Hyboria, Future, and Wumpus!

    And that's why all programming languages are riddled with illogical behaviors that never get fixed. More to the point, I'm pretty sure waitq(0) originally did wait for 0 seconds, because I test my scripts obsessively and I would have noticed something that obvious, if it'd been that way...
  16. G

    Pork to the Future - Cyrus, Hyboria, Future, and Wumpus!

    Sigh... I've probably already wasted more time by dragging out this pointless argument than all the "wasted processing" Mafia has ever done put together. (But less than the amount it wasted by waiting an entire second in each wumpus room, before I put if's on each wait...) Can we just get back...
  17. G

    Pork to the Future - Cyrus, Hyboria, Future, and Wumpus!

    Duh, didn't even think to fix that for the first two parts of the quest. Hopefully this is actually better now. Well... yes. As Crowther said, it makes the code simpler. It's common to use weird inputs to mean "default" but there isn't really an obvious choice for a default amount of time to...
  18. G

    Pork to the Future - Cyrus, Hyboria, Future, and Wumpus!

    The two things above should be fixed now. Also should do wumpus faster, apparently Mafia's interpreting waitq(0) as waitq(1)...
  19. G

    Crimbot botting

    Pretty rudimentary at the moment; just mashes the buttons, prefers the ones that aren't "FREE!" because those are usually better. But hopefully this will save some clicking... Set the 4 variables at the top of the script to your preferred robot parts, then do "crimbot [number]" to deploy some...
  20. G

    Pork to the Future - Cyrus, Hyboria, Future, and Wumpus!

    Was wondering why my farming CCS broke... the fat stacks thing should be fixed now.
Back
Top