Author |
Message |
Topic: Send e-mail from Zmud without an e-mail client |
Bremen
Replies: 48
Views: 148923
|
Forum: Finished MUD Scripts Posted: Mon Feb 23, 2009 5:21 am Subject: Send e-mail from Zmud without an e-mail client |
Lucky you, I still had this topic on email-notify, haha.
Some googling indicates that that particular email error message is due to an incorrect SMTP login. Are you using the right (a valid gmail) ... |
Topic: Tricky (Multistate?) Pattern-Matching Trigger Help |
Bremen
Replies: 2
Views: 5194
|
Forum: zMUD General Discussion Posted: Wed Apr 02, 2008 5:23 am Subject: Tricky (Multistate?) Pattern-Matching Trigger Help |
Yeah, I came up with something nearly-identical with a multi-state trigger instead of a variable, but my original hope was to be able to not output anything if the total # of lines (i.e. @bstab) was & ... |
Topic: Tricky (Multistate?) Pattern-Matching Trigger Help |
Bremen
Replies: 2
Views: 5194
|
Forum: zMUD General Discussion Posted: Wed Apr 02, 2008 3:40 am Subject: Tricky (Multistate?) Pattern-Matching Trigger Help |
I'm aiming to do some fancy multistate text tracking/additions/replacement, but I'm not sure how to go about it. Here's the text from the MUD:
{You lunge at * with *!|You stab at * with *!|You thru ... |
Topic: ZMUD Regex # of matches or removing words |
Bremen
Replies: 4
Views: 8671
|
Forum: zMUD General Discussion Posted: Wed Mar 12, 2008 8:41 am Subject: ZMUD Regex # of matches or removing words |
I don't lose color information because the whole line is the same color, so #sub preserves that. But..uh..wow, that's hax. Serious hax. I wasn't aware you could use the other trigger states for single ... |
Topic: ZMUD Regex # of matches or removing words |
Bremen
Replies: 4
Views: 8671
|
Forum: zMUD General Discussion Posted: Tue Mar 11, 2008 3:41 am Subject: ZMUD Regex # of matches or removing words |
Alternative solution using #sub (it just struck me that #regex should be the way to do it, other than lousy zmud limitations...):
^(~[Exits~: *~])$ -> #SUB {%subregex(%1," \(\a+\)","")} |
Topic: ZMUD Regex # of matches or removing words |
Bremen
Replies: 4
Views: 8671
|
Forum: zMUD General Discussion Posted: Tue Mar 11, 2008 3:22 am Subject: ZMUD Regex # of matches or removing words |
So I went from scratch and started with this (ignoring Other exits because I really don't care about them for now):
(1) ^\[Exits\:(?: north)?( \(north\))?(?: east)?( \(east\))?(?: south)?( \(south\)) ... |
Topic: ZMUD Regex # of matches or removing words |
Bremen
Replies: 4
Views: 8671
|
Forum: zMUD General Discussion Posted: Tue Mar 11, 2008 2:51 am Subject: ZMUD Regex # of matches or removing words |
I want to remove multiple words matching the same pattern in a line, but I'm not sure if there's a way to know the # of times a #regex matched in a pattern. I know they get saved to %1..%99, but if I ... |
Topic: Send e-mail from Zmud without an e-mail client |
Bremen
Replies: 48
Views: 148923
|
Forum: Finished MUD Scripts Posted: Sat Feb 09, 2008 9:26 pm Subject: Fix for Vista? |
I had Vitae's gmail-smtp script working great in XP SP2, but now when I try it in Vista64, I get:
Error parsing command:
At least one of the From or Sender fields is required, and neither was foun ... |
Topic: Converting combat shape into % health * Solved * |
Bremen
Replies: 11
Views: 11099
|
Forum: zMUD General Discussion Posted: Sun Oct 09, 2005 6:39 am Subject: Converting combat shape into % health * Solved * |
I wouldn't say it's impossible. It shouldn't be that hard to do a trigger on receiving the blue ANSI code and then store the resulting spaces (%s) in a variable and count the length of the variable.. |
Topic: Color Syntax Keyboard Shortcut |
Bremen
Replies: 1
Views: 3218
|
Forum: zMUD General Discussion Posted: Sun Oct 09, 2005 6:34 am Subject: Color Syntax Keyboard Shortcut |
Is there a way to Toggle (enable/disable) the Color Syntax option in Prefs from the keyboard, either via a shortcut or macro/trigger? If not, it'd be nice, I don't normally like to have it on, but it ... |
Topic: Wish-list for zMUDXP |
Bremen
Replies: 248
Views: 443288
|
Forum: zMUD General Discussion Posted: Fri Oct 07, 2005 4:12 pm Subject: Wish-list for zMUDXP |
Wish-List for zMUDXP (also known as: what it'd likely take to get me to buy a new version and recommend it to others):
----
I don't particularly care for new features, although I'm sure there are ni ... |
Topic: #FORALL #SAY blank line after 2 |
Bremen
Replies: 2
Views: 4383
|
Forum: zMUD General Discussion Posted: Fri Oct 07, 2005 3:27 pm Subject: #FORALL #SAY blank line after 2 |
Perfect, thanks! |
Topic: #FORALL #SAY blank line after 2 |
Bremen
Replies: 2
Views: 4383
|
Forum: zMUD General Discussion Posted: Fri Oct 07, 2005 4:11 am Subject: #FORALL #SAY blank line after 2 |
I noticed this in 7.05 when I first wrote a sorting script, and it's still present in 7.13, I assume it exists in 7.21.
1) I capture lines of output into a string-list variable (or parts of the out ... |
Topic: zMUD 7.10 - annoying beep |
Bremen
Replies: 37
Views: 46566
|
Forum: zMUD General Discussion Posted: Sat Sep 17, 2005 3:50 am Subject: zMUD 7.10 - annoying beep |
Aha, so now I know why my commandline is highlighting black instead of blue. Man I'd kill for a blue highlight again, it's amazing how much you get used to seeing certain colors after years of doing ... |
Topic: #alarm firing twice...sometimes.. |
Bremen
Replies: 12
Views: 14023
|
Forum: zMUD General Discussion Posted: Sat Sep 17, 2005 3:16 am Subject: #alarm firing twice...sometimes.. |
I posted this back on Christmas '02.
http://forums.zuggsoft.com/phpbb/viewtopic.php?t=9662
I communicated with Zugg directly about it and he wasn't able to reproduce it, but I hope he doesn't thin ... |
Topic: Question...zMUDLite for $20?? |
Bremen
Replies: 39
Views: 53755
|
Forum: zMUD General Discussion Posted: Sun Jul 24, 2005 11:09 pm Subject: Question...zMUDLite for $20?? |
Even with a copy of full ZMud, I might buy a Lite version that had no Mapper/DB if it worked on a USB drive or something, that'd be pretty useful for roadtrips/friend's house/etc, though I don't know ... |
Topic: Floating point Range vs Precision Bug |
Bremen
Replies: 0
Views: 3876
|
Forum: zMUD General Discussion Posted: Sun Jun 26, 2005 9:53 pm Subject: Floating point Range vs Precision Bug |
I noticed this in 7.05, I'm not sure if it existed in earlier versions. I've had it tested on 7.13 and it still exists. Floating point precision is improperly handled as the range gets larger.
Ex ... |
Topic: Adding to Tab Completion List |
Bremen
Replies: 1
Views: 3174
|
Forum: zMUD General Discussion Posted: Thu Dec 25, 2003 8:38 am Subject: Adding to Tab Completion List |
Is there a way to disable ctrl-w from adding the current commandline to your tab completion list? (I use ctrl-w to close IE/Mozilla/etc windows, and hate having to open the settings Editor every time ... |
Topic: Command List |
Bremen
Replies: 2
Views: 4644
|
Forum: zMUD General Discussion Posted: Sun Aug 17, 2003 5:48 am Subject: Command List |
There's also the Command and Function Wizards under Help, which is good for just briefly scrolling through all the available commands/functions and their purposes. |
Topic: A Little help with a trigger please |
Bremen
Replies: 2
Views: 5205
|
Forum: zMUD General Discussion Posted: Tue Jul 01, 2003 1:55 am Subject: A Little help with a trigger please |
Triggering off "say" should fire when "says" is received. But for future reference, #TR {{say|says}} {#play talking.wav}. |
Topic: Alias |
Bremen
Replies: 5
Views: 8828
|
Forum: zMUD General Discussion Posted: Sat Jun 28, 2003 11:03 pm Subject: Alias |
#ALIAS go {sneak %-1} |
Topic: need some help |
Bremen
Replies: 5
Views: 7258
|
Forum: zMUD General Discussion Posted: Tue May 27, 2003 6:08 am Subject: need some help |
#AD manapots -1
quote:
at the end of the script i use
#TRIGGER {You recite Stendarr's Quad Espresso} {%remove( 1, manapots)}
this is the right command to abstract a number?
--Bremen, ... |
Topic: Problem with Integers |
Bremen
Replies: 2
Views: 4891
|
Forum: zMUD General Discussion Posted: Mon May 12, 2003 10:02 pm Subject: Problem with Integers |
Use %n to match formatted (+/- or commas in it) numbers.
Thus:
#TRIG ... {(%n)] {#VAR integer %1}
--Bremen, zMUD 6.16 on WinME. |
Topic: Alarms |
Bremen
Replies: 4
Views: 7703
|
Forum: zMUD General Discussion Posted: Sun May 11, 2003 6:59 am Subject: Alarms |
What syntax are you using?
#ALARM "test" +15 {#SAY hi}
#UNTRIG test
works for me
quote:
apparently I can't tag an ID to the alarm via the #ALARM command (syntax error
--Breme ... |
Topic: Alarms |
Bremen
Replies: 4
Views: 7703
|
Forum: zMUD General Discussion Posted: Sun May 11, 2003 4:46 am Subject: Alarms |
quote:
1) How do you 'reset' an alarm?
2) How do you 'disable' or 'remove' an alarm?
Alarms are just triggers, they can be named with Trigger IDs upon creation, removed with #UNTRIG, and disabl ... |
|