Mushclient Questions

by Esano

Back to Mechanic's Corner.

Zalandrus2009-08-16 21:13:09
Others have experienced this problem too (or perhaps one other person?), but in general people haven't been able to replicate the AG problem.

And any reason in particular Shaddus? Right now it feels like Ilyarin's is just basing its counts off of whatever AG sees, so I'm thinking if I can fix the AG problem, Ilyarin's will work fine too.
Shaddus2009-08-16 21:20:03
QUOTE (Zalandrus Meyedsun @ Aug 16 2009, 04:13 PM) <{POST_SNAPBACK}>
Others have experienced this problem too (or perhaps one other person?), but in general people haven't been able to replicate the AG problem.

And any reason in particular Shaddus? Right now it feels like Ilyarin's is just basing its counts off of whatever AG sees, so I'm thinking if I can fix the AG problem, Ilyarin's will work fine too.

No, it's been a while. I can hunt it down I suppose and try later on, but I just remember that I couldn't get them to both work at once.
Ilyarin2009-08-16 22:22:05
I was surprised to hear of this strange interaction, and still can't think of what might be causing it. I'm loathe to guess, because I simply have never used AG...
Lawliet2009-08-20 00:45:27
Just like to say now I am a retarded MUSH user, you will have to spell out what I need to do exactly, prefferably avoiding large words and speaking loudly and slowly.

I want to make an auto-teacher (don't laugh) but it wont let me.

All I need it to frickin' do is put in 'ok' when faced with
"Mortexia has requested that you share some of your knowledge of Phantasms with
her. 'OK' to commence the lesson."
Shaddus2009-08-20 00:57:57
QUOTE (Lawliet @ Aug 19 2009, 07:45 PM) <{POST_SNAPBACK}>
Just like to say now I am a retarded MUSH user, you will have to spell out what I need to do exactly, prefferably avoiding large words and speaking loudly and slowly.

I want to make an auto-teacher (don't laugh) but it wont let me.

All I need it to frickin' do is put in 'ok' when faced with
"Mortexia has requested that you share some of your knowledge of Phantasms with
her. 'OK' to commence the lesson."

Set a trigger

CODE
* to commence the lesson.


to do

CODE
OK
Mirami2009-08-22 00:08:54
Are there any free influencing/debating/other useful plugins? I'd rather use what's already available then write my own...
Ilyarin2009-08-22 00:34:07
Debating

This plugin highlights incoming and outgoing attacks. Hasn't got any aliases...Been meaning to add those.
Unknown2009-08-26 23:46:04
Um, this is probably something that's been discussed before (Yeah, yeah do a search and try to find it, whatever.), so I apologize if this is something of a noob question...
So. Here's my issue... I prefer using the separate window that Nexus pops up with when you're posting News, or editing help files, Or projects or Whatever.

Mushclient however, is a very unwieldy (in my opinion) in-world editor that just takes over, right there. In short, I REALLY don't like it. So. Is there a way to get the awesome functionality I enjoy out of the Nexus "edit" window at the same time as, to be honest, EVERYTHING ELSE I get out of Mushclient, or am I stuck logging out of mushclient and opening Nexus every time I want to send a written leather, or post news?
Everiine2009-08-27 00:56:27
I prepare everything in Notepad ahead of time. Not only does it give the same functionality as the Nexus window, I don't have to actually enter the editing thing to do it, which means I can still respond to situations that come up. Once I'm ready, I go into the in-world editor, paste the entire thing from notepad, and boom, done within seconds.

It works for editing too. If I have to edit something, I'll look at it, copy the entire thing to notepad, change what I need, clear the old one and paste the entire new one. Now that I'm used to it, it's actually easier and takes less time than using the Nexus editor.
Dynami2009-08-31 02:54:47
Ok, so I created a trigger to gag and replace when the effects of yesod wear off.

I put this into the trigger line: ^Your shroud dissipates and you return to the realm of perception\\.$
This into the send line: colournote "blue", "black", "YOU'RE VISIBLE!"
I also set "send to" to "Script (after omit), but whenever I get the message "Your shroud...", I get this:
Compile error
World: Treant
Immediate execution
:1: unexpected symbol near ','
What am I doing wrong?
Shaddus2009-08-31 03:11:49
QUOTE (Dynami @ Aug 30 2009, 09:54 PM) <{POST_SNAPBACK}>
Ok, so I created a trigger to gag and replace when the effects of yesod wear off.

I put this into the trigger line: ^Your shroud dissipates and you return to the realm of perception\\.$
This into the send line: colournote "blue", "black", "YOU'RE VISIBLE!"
I also set "send to" to "Script (after omit), but whenever I get the message "Your shroud...", I get this:
Compile error
World: Treant
Immediate execution
:1: unexpected symbol near ','
What am I doing wrong?

Change your script to VBscript.
Dynami2009-08-31 03:14:07
How do I do that?
Razenth2009-08-31 03:16:11
ColourNote("blue", "black", "YOU'RE VISIBLE!")

Replace your send with this. Dun listen to Shaddus. If you do what he says, you'll break Treant.
Shaddus2009-08-31 03:17:58
QUOTE (Razenth @ Aug 30 2009, 10:16 PM) <{POST_SNAPBACK}>
ColourNote("blue", "black", "YOU'RE VISIBLE!")

Replace your send with this. Dun listen to Shaddus. If you do what he says, you'll break Treant.

Bah, sorry. I get that sometimes with AG, I thought it was Eth's.
Dynami2009-08-31 16:29:13
Ok, the note works fine, but it isn't gagging the "Your shroud dissipates and you return to the realm of perception." part. Will I need to gag that in a different trigger?
Unknown2009-08-31 16:56:57
Did you check the 'omit from output' box?
Ardmore2009-08-31 17:00:47
QUOTE (Zarquan @ Aug 31 2009, 12:56 PM) <{POST_SNAPBACK}>
Did you check the 'omit from output' box?

No he didn't, I told him to in-game. Silly people.
Dynami2009-08-31 20:14:27
Ok, new question. I am trying to make a colournote that will tell me when someone tries to attack we, while I have timeslip up. I also want the note to also tell me who the person is. I think I have to put:
^You blur and slip through time as %2 approaches you\\.$
and the colournote will look like this:
ColourNote("red", "white", "*****%2 JUST TRIED TO ATTACK YOU!*****")
Am I right?
Unknown2009-08-31 20:19:12
^You blur and slip through time as (\\w+) approaches you\\.$ (as a regular expression)

ColourNote("red", "white", "*****%1 JUST TRIED TO ATTACK YOU!*****")
Dynami2009-08-31 20:20:04
Ummmm, what does the (\\w+) thing do?