Search results

  1. coderanger

    "There was a problem accessing the Map Manager" from combat scripts

    I'm returning to Mafia after a bit of a hiatus and I've tracked down most of my scripting errors but I still get "There was a problem accessing the Map Manager" at the start of each combat. I'm using WHAM, but it's updated via SVN so maybe something else I added somewhere?
  2. coderanger

    Campground -> Ed's Tomb

    Simple snippet for your campground.ash for those of you too lazy to change your top menu for Ed. void main() { if(my_path() == "Actually Ed the Undying") { visit_url("place.php?whichplace=edbase", false).writeln(); } }
  3. coderanger

    News on the main map

    If you are like me and auto-load in to chat you might sometimes miss important updates or announcements. Quickie fix to add the news feeds below the main map: // relay/main.ash void main() { string main = visit_url(); string updates = visit_url("chatlaunch.php", false); updates =...
  4. coderanger

    Allowing more files in SVN repos

    So I have one of my scripts posted to GitHub. The SVN client in Mafia works great with GitHub's SVN support, but because Mafia doesn't allow extraneous files I can't include a README easily. Is there a major reason to leave this restriction? Whitelisting something like README* and docs/ would...
  5. coderanger

    New Content - Implemented Subscriptions page

    Just for tracking purposes, this redirects outside of mafia, which you aren't logged in to so it dumps to the front page.
  6. coderanger

    Relay Clan Switcher: relay_clanhop.ash

    This relay script creates a little drop down box to switch between clans on your whitelist. To Install svn checkout https://github.com/coderanger/kol-clanhop/branches/clean While it can be used directly from the relay menu, the real point is to add it to the UI permanently. You can create...
  7. coderanger

    oldwest.ash - Automatically foil robberies [Twitch event]

    You can tell it how many turns to run or 0 for all. Quickie script because only useful for the event.
  8. coderanger

    Hooch.ash

    Only any hour left, but here is a quickie hooch-burning script.
  9. coderanger

    Vampout - automatically unleash your inner vampire

    vampout 0.4 Automatically equip your Plastic Vampire Fangs and run the choice adventures in Vamp Out. To Use: Install zlib. Download vampout.ash and place it in your scripts/ folder. Run vampout.ash either from the scripts menu or via run vampout in the CLI window. Settings: vamp_do_vlads...
Top