Legends of the Jedi Forums Share Yo’ Scripts Bagz Wacky Plugins for Mushclient (Working, In-Dev)
This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago by bagz.
Viewing 3 posts - 1 through 3 (of 3 total)
    • bagz Participant
      September 26, 2015 at 5:58 pm #26977

      HERE IS MY COLLECTION OF WORKING BUT UNDERDEVELOPED LUA PLUGINS FOR MUSHCLIENT
      (Working in Xavious’s LotJ-Client as well)





      — OOC fix: —
      for when you want to watch OOC but cant shut your own mouth enough not to mischan

      <![CDATA[
      Basically I created this because I was constantly mischanning while RPing and I was
      worried it was going to get me killed or outcasted so I made this group of aliases
      and then turned it into a simple plugin.
       
      oocfix on - - turns your new and ooc channel output off
      oocfix off - - turns your new and ooc channel output on
      ]]>

      http://pastebin.com/ACX0nwQU
      https://dl.dropboxusercontent.com/u/1495153/Race_Emotes.xml





      — Race_Emotes: —
      randomly picks from a list of emotes you defined and then sends them to the mud at a
      random interval between two numbers you define.

      <![CDATA[
      
      SPECIAL THANKS TO XAVIOUS FOR DEBUG HELP!
      
      This makes an alias that uses a list of emotes or socials you define in the "speech" 
      table. (would like to figure out how to change this on the fly in game and not have
      to hard code it. Would eventually like to add support for various races.)
      
      It picks one emote or social from the list ever 35 to 90 seconds (also defined in 
      the script in the line with:
      
      wait.time (35 + math.random (35))   -- 35 to 90 seconds
      
      start with: raceemotes on
      
      stop with: raceemotes off
      ]]>

      http://pastebin.com/BR5Mv7wZ
      https://dl.dropboxusercontent.com/u/1495153/OOC_Fix.xml

    • Kirash Participant
      September 26, 2015 at 7:38 pm #26978

      Cmud or MUSHClient?

    • bagz Participant
      September 26, 2015 at 8:57 pm #26980

      Mushclient Lua, apologies for not being specific.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.