Search results

  1. D

    Bale's Relay Overrides

    please do
  2. D

    Bale's Relay Overrides

    I merged part of my campground script with bales. http://imgur.com/a/xE5TF Adds a source terminal hud to the bottom of the camground and puts the deck of every card in the bookshelf (because it's basically a tome).
  3. D

    New Content - Implemented Source Terminal

    Can "_sourceTerminalDuplicateUsed" be changed from a boolean to int? It's usable 5 times per day in The Source, so a true/false value doesn't make sense.
  4. D

    weirdeaux monster stat box

    It was actually yojimbos_law that got the monster in the picture.
  5. D

    weirdeaux monster stat box

    svn checkout http://svn.code.sf.net/p/weirdeauxbox/svn/trunk/ The script decorates the fight to show the number of pieces of weirdeaux's creatures. image courtesy of yojIMBoS_LAW (#1775888)
  6. D

    submitting commands through links to mafia?

    That doesn't really answer my question though. Also, why is it preferable to use two additional scripts over a feature already in mafia (albeit under-documented) ?
  7. D

    submitting commands through links to mafia?

    I really like that I can swap around my garden at the astral gash, before I ascend, but I also want to do it after I break ronin (which isn't always after breaking the prism). So I'm trying to write a relay script for my campground, to add a little link at the bottom of the page to swap to...
  8. D

    Feature - Implemented Maximize FOOD and BOOZE

    since there has been a plethora of items and effects that give bonuses to food and booze, could the maximize include queries for food and booze?
  9. D

    Figuring out what's in the Crown of Thrones?

    I have a lousy memory (and I swap around whats in the CoT a bunch), so I'm trying to work on a charpane override to to display that info. What I have so far: string crownOf(string page){ matcher m; if (equipped_item($slot[hat]) == $item[Crown of Thrones]) { m =...
  10. D

    Fancy Currency (Charpane override)

    Fancy Currency A charpane override to display some of the alternate currencies in the kingdom (lunar isotopes, sand dollars and hobo nickels). Instructions: place charpane.ash in your relay folder. Hovering over meat.gif gives a drop down of the alternate currencies. clicking the menu items...
  11. D

    Help with getting total free runaways from Stomping Boots?

    here is what I use for getting my daily runs from my Boots in (base 20 lbs). int runs= floor(20+weight_adjustment())/5; while (runs>to_int( get_property("_banderRunaways"))){ adv1(my_location(),1,""); }
  12. D

    Bug - Fixed Snow suit counter

    It looks like it only counts fights that you win (like the sugar counter(s)). I lost to a couple of airships; this didn't change the weight enchantment in KOL.
  13. D

    Bug - Fixed Snow suit counter

    The counter for the snowsuit (_snowSuitCount) is counting start of combats, and it should be counting the end of combat. So when I log in, do a bunch of free runaways to charge up stinky cheese, and then hit the maximizer, mafia reports an incorrect lower weight. I think it might be counting...
  14. D

    topmenu.ash

    I used your moon.ash to add a small table displaying the next couple of days and modified it slightly for wereseal blood (and hairshirt, but that's easy to compute). Thanks for the sweet library :) Here's what it looks like: http://i.imgur.com/gmRXqEu.png
  15. D

    Bookshelf Override

    Thanks for catching that bug, I updated the first potst with the fix. I like that you just stuck all the html into a CSS string, I'm going to steal that for my next script ;)
  16. D

    Bookshelf Override

    Bookshelf Override A campground override to display the number of tome and libram summons you've used when visiting the bookshelf. Works in and out of Ronin, and changes behavior when out of ronin. In ronin, total tome usage is displayed as x/3. Out of ronin, each tome displays the number of...
Top