[Home] [Downloads] [Search] [Help/forum]


Register forum user name Search FAQ

Gammon Forum

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  General
. . -> [Subject]  Suggestions for next version

Suggestions for next version

It is now over 60 days since the last post. This thread is closed.     [Refresh] Refresh page


Pages: 1 2  

Posted by Unregistered user   (72 posts)  [Biography] bio
Date Sat 12 Aug 2000 (UTC)
Message
You should make the next version of Mushclient msp (Mud Sound Protocol) compatible. That way people could hear sounds while they play.

- Med player
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #1 on Sat 19 Aug 2000 (UTC)
Message
Thank you for the suggestion.

MSP is on the list for the next major release.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Unregistered user   (72 posts)  [Biography] bio
Date Reply #2 on Tue 10 Oct 2000 (UTC)
Message
Hi

With my friend we have some asks and propositions what You can add to the Mush (if it's posible).

First: is there any posibility to match and add to one variable a few lines of the text by one trigger ?
eg. 1) The weather-beaten rugged male human introduces himself as:
2) Dirhavel the Seafarer, adventurer, male human.

I'm doing a trigger to " * introduces himself as:* " and there is no any const text in second line.
So, I want to add this all text (two lines) to a variable or send to a introduce_file.
Is there any posibility to do it ? (without on and off the logging).

Second: I read that in the Mush ver. 3.04 is a posibility to send to a notepad some texts.
It's generaly very good idea, but can You do window inside the Mush, where we send something (ie. our health) with colours ? I think that the window should be "always on top" and we can resize it.

I know, I'm boring and my english is terrible.

And the last: My friend wants to have a user-defined buttons (maybe with own names ?) who will fire a scripts functions.
Also he dreams about a table of variables with functions to searching, deletind, etc. (maybe list ?).

Thank You,
Omxi.
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #3 on Thu 12 Oct 2000 (UTC)
Message

I'm not sure what you want to do with your first question, can you send an actual example?

It is hard to keep the notepad on top, however what you can do is send your health to the status line so that you can see it all the time.

You can define function keys (F2, F3 and so on) to have your own words, and then those words can match an alias. The alias can then call a script. To list functions you could write a script to list all variables. You could also make an alias that would search for variables with something in them. See the examples on the functions page:

http://www.gammon.com.au/mushclient/functions.htm

(This has examples of listing variables, you would have to write your own one to do a search. If you have problems doing that let me know).


- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Gialynn   (4 posts)  [Biography] bio
Date Reply #4 on Fri 06 Apr 2001 01:51 AM (UTC)
Message
how about an even more user-friendly text string highlighting engine...
For example... you make a pull-down menu that has an 'add to highlights' feature... then, you double click on a word, name, whatever, or drag your mouse across an entire line, then right click, and have the 'pull down menu' pop up... Have a few boxes like 'add to strings'... 'add to names'...
And the software writes the trigger for you.

Any mud software that doesn't do that now isn't user-friendly!
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #5 on Fri 06 Apr 2001 02:07 AM (UTC)
Message
Good idea! And easy to do to (which I like). I have added that as suggestion #392 to my suggestion database (accessible from the MUSHclient page).


- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by David   USA  (49 posts)  [Biography] bio
Date Reply #6 on Mon 16 Apr 2001 01:16 AM (UTC)
Message
SubSecond timers....

Needed for those of us that need to have timers go off to the exact millisecond.

You already have speedwalk customizable to milliseconds, can you do the same for triggers in the next version please.

My code(with a LOT of Nicks help) to fame:

sub OnAutoCombo (TriggerName, TriggerLine, arrWildCards)
dim AutoCombo
AutoCombo = split (arrWildCards (1))
Dim i, attack
for i=lbound (AutoCombo ) to ubound (AutoCombo )
Select Case AutoCombo (i)
case "rp" attack = "punch right"
case "lp" attack = "punch left"
case "s" attack = "sweep"
case "r" attack = "roundhouse"
case else attack = "" ' unknown attack type
End Select
if i = ubound (AutoCombo ) then
world.send "throw " + world.getvariable ("attacker") + " down"
else
world.send attack + " " + world.GetVariable ("attacker")
end if
next
end sub
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #7 on Fri 24 Dec 2004 03:57 AM (UTC)
Message
Version 3.61 onwards now implements sub-second timers. Not to the millisecond, which is a bit over the top, but to 10th of a second.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Flannel   USA  (1,230 posts)  [Biography] bio
Date Reply #8 on Fri 24 Dec 2004 07:20 AM (UTC)

Amended on Fri 24 Dec 2004 07:21 AM (UTC) by Flannel

Message
Hah!
You missed the accelerator reference!

Second post by unregistered user:
"And the last: My friend wants to have a user-defined buttons (maybe with own names ?) who will fire a scripts functions."

I suppose you’re updating these old posts for archives, as well as in case the poster is subscribed? How do you find these though? You and your Jedi mind tricks.

Actually, resizing of notepads is now done too. And there are plenty of renditions of health-thingamajigs.

~Flannel

Messiah of Rose
Eternity's Trials.

Clones are people two.
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #9 on Fri 24 Dec 2004 07:32 AM (UTC)
Message
Looks like I missed a bit more, see below. :)

Anyway, good point - "He's using an old Jedi Mind Trick". <grin>

How I do it is to vaguely recall that a certain feature has been requested a few times over the last few years, and then do a quick forum search to locate references to it, and update the thread, so that someone who finds that thread again will realise the feature has been implemented.

Quote:

I'm doing a trigger to " * introduces himself as:* " and there is no any const text in second line.
So, I want to add this all text (two lines) to a variable or send to a introduce_file.


Multi-line triggers are now available - check the "multi-line" box for the trigger.


Quote:

I think that the window should be "always on top" and we can resize it.


Making them always on top is hard, but you can resize notepad windows now, and change their foreground and background colour, and font.

Quote:

My friend wants to have a user-defined buttons (maybe with own names ?) who will fire a scripts functions.


You can do that now with a small script - look up the Accelerator script function.

Quote:

Also he dreams about a table of variables with functions to searching, deletind, etc. (maybe list ?).


The variables configuration tab will do that, plus you can store tables in Lua. Most other languages have something similar.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #10 on Fri 24 Dec 2004 07:33 AM (UTC)
Message
Quote:

You should make the next version of Mushclient msp (Mud Sound Protocol) compatible. That way people could hear sounds while they play.


There is now a Mud Sound Protocol plugin, see the MUSHclient plugins page.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Scypio   Poland  (50 posts)  [Biography] bio
Date Reply #11 on Fri 24 Dec 2004 11:16 AM (UTC)
Message
Hmm, I think he didn't mean defining keyboard buttons but rather control buttons - like the ones which (I think) are implemented in zMud or (I'm sure about that) which you can put in Access forms.. Actually, it would be real cool if there was a customizable toolbar available where we could put our own controls.. but as I've no idea about C (or whatever is it that MC is coded with) I don't really know if it's hard/easy to do..
Another thing is that I can't help but notice that the suggestion #392 is not implemented.. or is it? (But I guess that's just the anal side of my personality:P)
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #12 on Sat 25 Dec 2004 07:24 PM (UTC)
Message
I'll take a look at that soon. :)

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #13 on Sun 26 Dec 2004 01:05 AM (UTC)
Message
See:

http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=5070

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Scypio   Poland  (50 posts)  [Biography] bio
Date Reply #14 on Sun 26 Dec 2004 10:47 AM (UTC)
Message
Wow:)
[Go to top] top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


44,821 views.

This is page 1, subject is 2 pages long: 1 2  [Next page]

It is now over 60 days since the last post. This thread is closed.     [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

Quick links: MUSHclient. MUSHclient help. Forum shortcuts. Posting templates. Lua modules. Lua documentation.

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.

[Home]


Written by Nick Gammon - 5K   profile for Nick Gammon on Stack Exchange, a network of free, community-driven Q&A sites   Marriage equality

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( https://gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Hosted at HostDash]