Search results

  1. digitrev

    Loathing Telephone & Telegram - telegram.ash

    Ah. Well, you can do as many of any quest level as you can afford. In practice, that's usually about 4 quests per day. Good catch on the soul blaze. I'll try to fix the combat script there.
  2. digitrev

    BatBrain -- a central nervous system for consult scripts

    I'm looking for a way to let BatBrain know that Bacon monsters drop extra bacon depending on how long you fight them and let it use that to help make decisions for Stasising, but I haven't the foggiest idea how to go about that.
  3. digitrev

    Loathing Telephone & Telegram - telegram.ash

    Aborting after a mission is easy enough. I could throw in some code to handle that. As for "every mission", what exactly do you envision happening?
  4. digitrev

    notifySummary.ash

    Don't. Zarquon has a killer script, but I still feel like mine has a place.
  5. digitrev

    notifySummary.ash

    And because I was not, I've set this up so that you can have it work well with Zarquon's superior offering.
  6. digitrev

    notifySummary.ash

    I clearly was not.
  7. digitrev

    notifySummary.ash

    So I like writing scripts. And I like knowing when people use my scripts (+1 ego point). But I also like my kmail inbox to be manageable. And even with the limited success of my most popular scripts, it's becoming downright impossible to see any real kmails that get through. So I wrote a little...
  8. digitrev

    New Content - Implemented Elemental International Airport Duty Free Shop

    I can absolutely do these things in the future.
  9. digitrev

    New Content - Implemented Elemental International Airport Duty Free Shop

    New shop at shop.php?whichshop=airport. Here are the new items. -------------------- Elemental International Airport Duty Free Shop buy 5 That 70s Cologne ROW776 -------------------- Unknown item found: That 70s Cologne (8743, 160819689) -------------------- 8743 That 70s Cologne 160819689...
  10. digitrev

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

    I've changed line 55 to the following: if (my_inebriety() > inebriety_limit() && !$item[Drunkula's wineglass].have_equipped() && !($locations[Drunken Stupor, St. Sneaky Pete's Day Stupor] contains where)) It makes sense to tell me I can't adventure when I'm overdrunk, but if I have a wineglass...
  11. digitrev

    New Content - Implemented April 2016's IotM: VIP Clan Floundry

    $item[fishin' hat].npc_price() is returning 0 even if I have the ability to buy it.
  12. digitrev

    New Content - Implemented April 2016's IotM: VIP Clan Floundry

    The maximizer doesn't suggest equipping the sonar fishfinder (and in fact suggests removing it if it is equipped).
  13. digitrev

    Best Between Battle Script Ever -- formerly AutoMCD

    Request: can you check to see if someone is using a familiarScript (get_property("familiarScript") != "") before changing familiar equipment? I've made some changes to allow BBB to keep changing familiars while I'm underwater, but it keeps trying to force my Goth Kid to wear a mannequin. I...
  14. digitrev

    Fishbot.ash

    Updated with Theraze's suggestion.
  15. digitrev

    Fishbot.ash

    To follow up, the script checks the clan stocks when you start it up, and then tracks the fish you obtain. So if you start with, say, 0 fish in two locations, it'll adventure in the first zone until it gets the first fish, then switch to the second zone until it gets another fish, and alternate...
  16. digitrev

    Fishbot.ash

    Hm. A wriggling worm is only worth 5 extra fish, assuming full combat. Until I get a better idea for the wriggling worm drop-rate, I'll leave the logic as is.
  17. digitrev

    New Content - Implemented April 2016's IotM: VIP Clan Floundry

    It appears that simply having a fishin' rod gives you a base of 20 Fishing Skill. Not sure if that's worth reporting on, but it means that numeric_modifier("Fishing Skill") should be at least 20 when you have a fishin' rod, unless we only want to report on increases on this base value.
  18. digitrev

    Fishbot.ash

    So, the Floundry is a thing, and we all need to get that sweet, sweet fish. Well, savoury fish, but you get the idea. Introducing, Fishbot! This is a very simple script. Install it via svn checkout https://svn.code.sf.net/p/digitrev/code/fishbot and then run it by fishbot n, where n is the...
Back
Top