Register to post in forums, or Log in to your existing account
 
:
Search found 113 matches for:
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
Author Message
  Topic: CMUD / Windows 10 Sound
Toetag

Replies: 4
Views: 6284

PostForum: CMUD General Discussion   Posted: Thu Dec 17, 2020 7:48 pm   Subject: CMUD / Windows 10 Sound
crimson
[crimson-> #CW purple
#PLAY "C:\Users\toetag\zmud\extras\alarm.wav"]

No sound. :( If I put the file path listed in the "search bar", it opens up the media player and plays the file, ...
  Topic: CMUD / Windows 10 Sound
Toetag

Replies: 4
Views: 6284

PostForum: CMUD General Discussion   Posted: Thu Dec 17, 2020 2:42 pm   Subject: CMUD / Windows 10 Sound
@GURU

I'm pretty sure I tried it with the parens but I'll give it a try again this afternoon after the work day is done and report back.

the [] is just a wrapper the debug puts around the output ...
  Topic: CMUD / Windows 10 Sound
Toetag

Replies: 4
Views: 6284

PostForum: CMUD General Discussion   Posted: Wed Dec 16, 2020 10:25 pm   Subject: CMUD / Windows 10 Sound
I've searched the forums and thus far, nothing has solved my issue.

I can't get #play or #beep (#) to work. i can get #BEEP 16 to work but that's it. I have wav files i'd like to play on certain ...
  Topic: Opinions: Free Upgrades
Toetag

Replies: 26
Views: 61348

PostForum: General zApp Discussion   Posted: Tue Jun 01, 2004 4:10 am   Subject: Opinions: Free Upgrades
Personally, you could charge me $5 to $10 per upgrade and i'd not complain. (preferably a full version upgrade, not a minor upgrade :) )

As for buying a product today, then find out the newest ve ...
  Topic: Help?
Toetag

Replies: 4
Views: 8936

PostForum: zMUD General Discussion   Posted: Fri Jan 16, 2004 5:34 am   Subject: Help?
turn off all your triggers and the parsing. If it comes back, go through your triggers a class at a time and figure out which is doing what to cause the problem. You didn't mention if you were using ...
  Topic: outlook
Toetag

Replies: 4
Views: 428

PostForum: eMobius Discussion   Posted: Thu Jan 15, 2004 8:43 pm   Subject: outlook
What version of Outlook? Currently sitting with my laptop and have Outlook configured to check my Exchange and POP accounts.

Outlook 2002, but i could have sworn i've been able to do this in older ...
  Topic: Maybe a simple alarm?
Toetag

Replies: 2
Views: 6726

PostForum: zMUD General Discussion   Posted: Mon Jan 05, 2004 2:28 pm   Subject: Maybe a simple alarm?
Just a quick example, could be many ways of doing this. AlarmStart is a loop so the loop detection stuff in Zmud might pop a window now and then on it saying "hey this looks like a loop".

start th ...
  Topic: Scripting Newbie: Trouble getting started
Toetag

Replies: 3
Views: 7612

PostForum: zMUD General Discussion   Posted: Sun Jan 04, 2004 4:09 am   Subject: Scripting Newbie: Trouble getting started
my apologizes in advance, thought you were a fresh out of the box newbie at scripting. Didn't realize you were expanding your current knowledge.

I've ran the example and it works just fine on my s ...
  Topic: listing variables in status window
Toetag

Replies: 2
Views: 6369

PostForum: zMUD General Discussion   Posted: Fri Jan 02, 2004 7:58 pm   Subject: listing variables in status window
Do you already have the triggers? Do you already have the variables?

My Status Window looks like this:

#STW {%ansi( high, red)Hide: %ansi( high, green)@hid %ansi( high, red)Fight: %ansi( high, ...
  Topic: Scripting Newbie: Trouble getting started
Toetag

Replies: 3
Views: 7612

PostForum: zMUD General Discussion   Posted: Fri Jan 02, 2004 3:07 am   Subject: Scripting Newbie: Trouble getting started
scripting is not as hard as it seems. create variables, aliases, triggers.

Triggers are just pattern matching. so when Zmud see's the particular pattern it will do something.

ie:

Bob says: " ...
  Topic: variable adding
Toetag

Replies: 3
Views: 7054

PostForum: zMUD General Discussion   Posted: Fri Jan 02, 2004 2:49 am   Subject: variable adding
Can you copy your commands for us? I've never had a problem with just going: variable = 0 and then adding to it later on.
  Topic: Funky exits..
Toetag

Replies: 4
Views: 6503

PostForum: zMUD General Discussion   Posted: Mon Dec 29, 2003 6:04 pm   Subject: Funky exits..
I don't use the mapper some i'm stabbing in the dark.

is there a trigger that detects the room that you can change. might want to use ~/ ~= etc. the ~ character tells the parser to quote it as is ...
  Topic: 2 errors causing problems
Toetag

Replies: 4
Views: 9139

PostForum: zMUD General Discussion   Posted: Mon Dec 29, 2003 6:02 pm   Subject: 2 errors causing problems
oh and the 1st error, something was mentioned in the Beta Forum ( i think it was) about that. Had the same problem with mine, but never again. If i remember it correctly, it had something to do with ...
  Topic: 2 errors causing problems
Toetag

Replies: 4
Views: 9139

PostForum: zMUD General Discussion   Posted: Mon Dec 29, 2003 6:00 pm   Subject: 2 errors causing problems
Disable that counter. Let it run and see what happens. There's a lot techincal mumbo jumbo that could be said, but i ain't smart enough. More than likely the counter is using a piece of Zmuds time ...
  Topic: Lil sintaxis problem
Toetag

Replies: 9
Views: 13884

PostForum: zMUD General Discussion   Posted: Mon Dec 29, 2003 5:50 pm   Subject: Lil sintaxis problem
This is the simplest way, you could add to it by using a String List to hold things to remove (for exapmle "a|the|an|"

But here's the general idea:

objective = a|blood|monster|the|an

Trigger ...
  Topic: zMUD is acting weird on me
Toetag

Replies: 9
Views: 10866

PostForum: zMUD General Discussion   Posted: Fri Dec 26, 2003 4:27 am   Subject: zMUD is acting weird on me
this happens on my mud as well. We have to turn off Peublo support and the game goes back to normal.
  Topic: Conditional Triggers?
Toetag

Replies: 7
Views: 12124

PostForum: zMUD General Discussion   Posted: Tue Dec 23, 2003 3:30 am   Subject: Conditional Triggers?
why conditionals?

#IF (vlock=1) {anorexia=1)
#IF (vlock=0) {anorexia=0)
  Topic: How2 make ZMud read a variable
Toetag

Replies: 3
Views: 8345

PostForum: zMUD General Discussion   Posted: Tue Dec 23, 2003 3:08 am   Subject: How2 make ZMud read a variable
you'll have to make a trigger for your prompt and populate variables.

for example:

< 89 HP | 90 MP >

Trigger:
~< (%d) ~| (%d) MP ~>

Value:
hp=%1
mp=%2

Look up Triggers, P ...
  Topic: Parsing
Toetag

Replies: 4
Views: 8834

PostForum: zMUD General Discussion   Posted: Mon Dec 22, 2003 1:46 am   Subject: Parsing
in your command line, there's a little icon of a Computer, is there an X over it? if there is, click the icon to turn parsing back on.
  Topic: problem starting up
Toetag

Replies: 1
Views: 4826

PostForum: zMUD General Discussion   Posted: Sat Dec 20, 2003 7:19 pm   Subject: problem starting up
This is the free unsupported old 16 bit client. You are probably not going to be able to use this old 16 bit unsupported client on Windows XP. You can try and find the support run time files for it. ...
  Topic: Simple #capture trigger
Toetag

Replies: 2
Views: 5813

PostForum: zMUD General Discussion   Posted: Fri Dec 19, 2003 9:02 pm   Subject: Simple #capture trigger
(%w) tells you (*)$(*)$

that's only good for double line. You'll run into more problems in that it will also match single lined tells as well. I started looking at this, but never got around to fi ...
  Topic: Mud Side MXP Tags && Automapper
Toetag

Replies: 1
Views: 5109

PostForum: zMUD General Discussion   Posted: Thu Dec 18, 2003 2:35 pm   Subject: Mud Side MXP Tags && Automapper
You might want to post this in the Developers forum. You'll have to apply for access but this is probably better suited there. Most of the questions answered in this forum are more in the line of Zm ...
  Topic: Trigger Pattern with # in it
Toetag

Replies: 3
Views: 7095

PostForum: zMUD General Discussion   Posted: Thu Dec 18, 2003 2:32 pm   Subject: Trigger Pattern with # in it
Also for pattern matching command characters (that aren't really command characters user a ~ in front of the command character so that Zmud will quote the next character and not try to process it.

...
  Topic: Hiding zmud icon on desktop
Toetag

Replies: 2
Views: 5396

PostForum: zMUD General Discussion   Posted: Thu Dec 18, 2003 3:23 am   Subject: Hiding zmud icon on desktop
Not sure if this is what you meant, but one of the version (5.X i think) when you had multiple windows open (Zmud character window and a character window open) it would display both in the task bar. ...
  Topic: Problems with the ALT key
Toetag

Replies: 9
Views: 15212

PostForum: zMUD General Discussion   Posted: Thu Dec 18, 2003 3:15 am   Subject: Problems with the ALT key
i don't know all the fancy programming terminology for this stuff but i don't think you can change the behaviour of the ALT key. It's build into the CORE of windows itself. I don't believe this is s ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net