MU Soapbox

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Muxify
    • Mustard
    1. Home
    2. MU Questions & Requests
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • BlondeBot

      Teen Drama
      • BlondeBot

      11
      0
      Votes
      11
      Posts
      640
      Views

      S

      @Wretched wait I need to go outside in the dark by myself to check on that weird noise.

    • ZombieGenesis

      [LF] Mediawiki Developer
      • ZombieGenesis

      1
      0
      Votes
      1
      Posts
      264
      Views

      No one has replied

    • Highfalutin

      AnomJobs - Trouble With Installation
      anomaly jobs mux tinymux anomalyjobs anomjobs • • Highfalutin

      49
      0
      Votes
      49
      Posts
      3313
      Views

      Bobotron

      @skew
      At least some of it had been posted onto a github, but I don't know how public that was meant to be.

    • Highfalutin

      [Request] Dahan's D6 System for TinyMUX
      mux tinymux • • Highfalutin

      9
      0
      Votes
      9
      Posts
      680
      Views

      Thenomain

      @RnMissionRun

      Or Rhost for all those same reasons.

    • Highfalutin

      A timestring-ish function in TinyMUX?
      mux tinymux • • Highfalutin

      3
      0
      Votes
      3
      Posts
      417
      Views

      Highfalutin

      @thenomain Thank you! Certainly SEEMED the same, but you never know. MU*s are tricky beasts.

    • Highfalutin

      [Request] Chime's vtable() function
      • Highfalutin

      5
      0
      Votes
      5
      Posts
      501
      Views

      Thenomain

      I have updated the installer to be more like my other Mushcode installers. (i.e., the dbref is on your personage.

      Right now vtable() is here:

      https://github.com/thenomain/Mu--Support-Systems/blob/master/START MUSH FUNCTIONS.txt#L260

    • Highfalutin

      Enabling SQL on TinyMUX
      mux sql tinymux • • Highfalutin

      13
      0
      Votes
      13
      Posts
      1008
      Views

      skew

      @highfalutin we use the inline, and really it's the only one you need. So, glad it's working!

    • A. Meowley

      Mu* Clients for new iPad Pro?
      • A. Meowley

      14
      1
      Votes
      14
      Posts
      1238
      Views

      Thenomain

      @a-meowley

      Beg someone for shell access somewhere.

      SSH in and use TF.

      Bonus points if you learn how to use ‘screen’.

    • Arkandel

      Is there a game about...
      • Arkandel

      21
      0
      Votes
      21
      Posts
      2117
      Views

      Bobotron

      @ganymede

      The Masquerade game was using the newest LARP rules, seeing as they are pretty suited to MU*-style play. But anywho. If something does happen, I hope to hear about it; I would love to get my game on again.

    • Kumakun

      What's out there now and what has been attempted? A codebase discussion.
      • Kumakun

      101
      0
      Votes
      101
      Posts
      9438
      Views

      Tinuviel

      @kumakun said in What's out there now and what has been attempted? A codebase discussion.:

      How does your favorite client handle spawns?

      It doesn't. 😄

    • V

      Demon: The Descent
      • Vixanic

      3
      3
      Votes
      3
      Posts
      617
      Views

      skew

      Not really and answer... but ThenoCode does D:tD.

    • Goldfish

      Paragraphs, large scenes and visibility
      • Goldfish

      38
      0
      Votes
      38
      Posts
      3664
      Views

      Roz

      @skew Adding onto Skew's, I actually use one regexp to get all of my names into one highlight along with telling the system to only highlight it if it's a word by itself! To avoid the Mae vs Maelstrom thing. It's: ((Name1|Name2|Name3|Name4)(?!(\w|-))). You can do however many names you want divided by | (which is just an OR marker). I personally find it easier to just have the one highlight.

    • BlackDahlia

      TinyFuge
      • BlackDahlia

      10
      0
      Votes
      10
      Posts
      1269
      Views

      Tinuviel

      What is this goo-ey you speak of?

    • Pondscum

      How To Strip Comtitles in PennMush
      • Pondscum

      21
      0
      Votes
      21
      Posts
      1763
      Views

      faraday

      @pondscum said in How To Strip Comtitles in PennMush:

      It does seem to be admin level, and whilst I staff on the game in question, I'm clueless with code.

      charformat, alas, is also a code-y thing. It's just one you can set on yourself instead of channel-wide.

      If you're admin and just want to turn off comtitles completely without fussing with code, just set the channel "notitle" as @Bobotron said above.

    • BlackDahlia

      Quiet Room
      • BlackDahlia

      8
      0
      Votes
      8
      Posts
      1067
      Views

      Ashen-Shugar

      @skew said in Quiet Room:

      If you're using TinyMUX (which I know you are), there's no way to squelch the connect/disconnect (and the leave/arrive?) messages unless you have @Chime's fork. Which a certain cephalopod has just recently informed me has had a very minor update to handle some SSL something something something.

      MUX 2.12 seems to already have arrive/leave handled by blind (on target player or location).

      So to add this functionality to connect/disconnect, you need to edit netcommon.cpp in three locations.

      One to handle connect/reconnect
      One to handle disconnect
      One to handle partial disconnect

      You look for this section:

      if ( loc != NOTHING && !( Hidden(player) && Can_Hide(player)))

      And modify it to this:

      if ( loc != NOTHING && !( Hidden(player) && Can_Hide(player)) && !(Blind(loc) || Blind(player)))

      You should then be good to go.

    • Bossmek

      Anyone else want Beast Wars back?
      • Bossmek

      17
      0
      Votes
      17
      Posts
      1459
      Views

      K

      I loved the toys, but they were fragile as all heck. I remember having the dune buggy that turned into a flying thing, and the egg-shaped robot that turned into ... a ... scooter... that was also egg-shaped.

    • I

      Potato - /grab for MUX?
      • ixokai

      2
      0
      Votes
      2
      Posts
      631
      Views

      Ashen-Shugar

      MUX side, Requires wizard/#1 access to @hook, and is an ugly work around, but:

      1. @hook/igswitch @decompile 2. @create HookDecompile 3. @set HookDecompile=inh safe 4. &CMD_DEC HookDecompile=$@decompile/* */*:@break [not(match(%0,tf))]=@pemit %#=Unrecognized switch '%0' for command '@decompile'.;@pemit %#=TinyFugue > &%2 [setr(0,locate(%1,%#,*))]=[get(%1/%2)]

      As for Potatoe, not used enough to hack, sorry.

    • Kumakun

      Setting up a builder Bit
      • Kumakun

      10
      0
      Votes
      10
      Posts
      1114
      Views

      G

      @derp said in Setting up a builder Bit:

      they will be regularly running searches and doing privileged @dols to fix things and ensure consistency

      You would be better off giving them additional see_all powers. A builder already controls everything it owns.

    • CharlottesGirl

      Seeking a Harry Potter Game
      • CharlottesGirl

      1
      0
      Votes
      1
      Posts
      649
      Views

      No one has replied

    • ShelBeast

      Exalted Third Edition
      • ShelBeast

      19
      0
      Votes
      19
      Posts
      6789
      Views

      P

      @jennkryst Hardly a minor necro.

      I just decided to take a look and would note for people's benefit that the game apparently moved, it is now at

      mushhaven.com Port: 2526

      No idea what it is like yet but somebody has said hello after I logged in as a guest? Which is a plus.

    • 1
    • 2
    • 3
    • 4
    • 5
    • 8
    • 9
    • 3 / 9