Register to post in forums, or Log in to your existing account
 
:
Search found 1109 matches for:
Page 1 of 45 Goto page 1, 2, 3 ... 43, 44, 45  Next
Author Message
  Topic: RegEx named capturing group in Trigger Patterns
Taz

Replies: 13
Views: 18203

PostForum: CMUD General Discussion   Posted: Sun Aug 05, 2012 11:25 am   Subject: RegEx named capturing group in Trigger Patterns
Except that is RegEx and captures whatever pattern is in the parenthesis to the variable @dirs it is just a slight modification of yours, ?<dirs> becomes ?dirs: instead.
  Topic: RegEx named capturing group in Trigger Patterns
Taz

Replies: 13
Views: 18203

PostForum: CMUD General Discussion   Posted: Fri Aug 03, 2012 7:55 pm   Subject: RegEx named capturing group in Trigger Patterns
So based on what Matt said how about^\[Exits: (?dirs:your pattern) \]and then in script use#echo {match 1: @dirs}or have I got the wrong end of the stick?
  Topic: encountering a basic(?) problem
Taz

Replies: 1
Views: 4789

PostForum: CMUD General Discussion   Posted: Mon May 28, 2012 11:55 am   Subject: encountering a basic(?) problem
Are you on Windows Vista or Windows 7? Did you set both install paths to Program Files?
  Topic: Can I still buy Cmud?
Taz

Replies: 3
Views: 8336

PostForum: CMUD General Discussion   Posted: Fri May 11, 2012 10:24 am   Subject: Can I still buy Cmud?
Odd that it times out, email support@zuggsoft.com and they will be able to help with your purchase.

You can install and license it in multiple places with just the one purchase but bear in mind tha ...
  Topic: Characters missing. Chardb.db being overwritten when I load zmud.
Taz

Replies: 10
Views: 18904

PostForum: zMUD General Discussion   Posted: Thu Apr 19, 2012 9:53 pm   Subject: Characters missing. Chardb.db being overwritten when I load zmud.
Install it in C:\zMUD instead of C:\Program Files\zMUD
  Topic: Windows Layout Issue
Taz

Replies: 2
Views: 7880

PostForum: zMUD General Discussion   Posted: Fri Mar 30, 2012 4:48 pm   Subject: Windows Layout Issue
Is this for every session icon you use?

What do you get if you just press ESC when zMUD first loads?
  Topic: Send e-mail from Zmud without an e-mail client
Taz

Replies: 48
Views: 130810

PostForum: Finished MUD Scripts   Posted: Thu Mar 15, 2012 9:31 pm   Subject: Send e-mail from Zmud without an e-mail client
Try it and if that fails then change the following variable

#VAR MsgObj.From %expand( @DefaultFrom, 1)

to

#VAR MsgObj.From "xxx@gmail.com"
  Topic: Send e-mail from Zmud without an e-mail client
Taz

Replies: 48
Views: 130810

PostForum: Finished MUD Scripts   Posted: Wed Mar 14, 2012 1:48 pm   Subject: Send e-mail from Zmud without an e-mail client
That issue appeared on the previous page of this topic. Just set defaultfrom to your email address only.
  Topic: Send e-mail from Zmud without an e-mail client
Taz

Replies: 48
Views: 130810

PostForum: Finished MUD Scripts   Posted: Mon Mar 12, 2012 1:33 pm   Subject: Send e-mail from Zmud without an e-mail client
Use what charneus has posted. [url="http://textsnip.com/8ae3db"]Basic Note Email Script (XML)
  Topic: No response to triggers?
Taz

Replies: 11
Views: 23301

PostForum: CMUD General Discussion   Posted: Mon Mar 05, 2012 10:36 pm   Subject: No response to triggers?
How did you get on?
  Topic: No response to triggers?
Taz

Replies: 11
Views: 23301

PostForum: CMUD General Discussion   Posted: Thu Mar 01, 2012 5:03 pm   Subject: No response to triggers?
I haven't been able to find an explicit statement to the fact but I'm fairly certain that DEP is switched off in Safe Mode.

By the way the reason I am so fixated on DEP is because in [url="http://f ...
  Topic: No response to triggers?
Taz

Replies: 11
Views: 23301

PostForum: CMUD General Discussion   Posted: Thu Mar 01, 2012 12:05 pm   Subject: No response to triggers?
I'm NOT entirely convinced BitDefender is the issue although it is feasible that a recent engine update could be having an adverse effect.

I'm interested now to know what exactly happens with DEP w ...
  Topic: No response to triggers?
Taz

Replies: 11
Views: 23301

PostForum: CMUD General Discussion   Posted: Wed Feb 29, 2012 10:43 am   Subject: No response to triggers?
Boot into safe mode and run it there to see if you still get the error.
  Topic: No response to triggers?
Taz

Replies: 11
Views: 23301

PostForum: CMUD General Discussion   Posted: Tue Feb 28, 2012 8:46 pm   Subject: No response to triggers?
do triggers fail you in a blank session as well?
If he gets that message as CMUD starts then triggers will fail in a blank session too.
  Topic: No response to triggers?
Taz

Replies: 11
Views: 23301

PostForum: CMUD General Discussion   Posted: Tue Feb 28, 2012 8:40 pm   Subject: No response to triggers?
I created an exclusion as per your second suggestion and the error persists.
Did you reboot after making the exclusion?
  Topic: No response to triggers?
Taz

Replies: 11
Views: 23301

PostForum: CMUD General Discussion   Posted: Tue Feb 28, 2012 1:37 pm   Subject: No response to triggers?
pcre810.dll is the Regular Expression engine, all triggers including native zScript triggers are compiled to regular expressions and the engine is used to do matching, so the fact that this fails to l ...
  Topic: Triggers do not save on exit
Taz

Replies: 7
Views: 18598

PostForum: zMUD General Discussion   Posted: Mon Feb 27, 2012 11:08 am   Subject: Triggers do not save on exit
zMUD is at end of life and not supported on any OS newer than Windows XP. As this is the case there is nothing for Zuggsoft to fix.

I've not installed zMUD for a long time so I can't remember if it ...
  Topic: Inputting scripts
Taz

Replies: 10
Views: 18009

PostForum: zMUD General Discussion   Posted: Tue Feb 14, 2012 6:30 pm   Subject: Inputting scripts
You're issue will be because it is trying to interpret the contents as a zscript script. For instance you could load a whole class of aliases, variables and triggers. Although it would seem there shou ...
  Topic: Inputting scripts
Taz

Replies: 10
Views: 18009

PostForum: zMUD General Discussion   Posted: Mon Feb 13, 2012 6:41 pm   Subject: Inputting scripts
{ isn't one of the characters in the Special Character list but it does mark sections of code and perhaps ~ might work in front of that too. What version of zMUD are you using?
  Topic: [zmud-cmud 3,34] #var creates a new variable rather than modify an existing
Taz

Replies: 7
Views: 14276

PostForum: CMUD General Discussion   Posted: Mon Feb 13, 2012 5:11 pm   Subject: [zmud-cmud 3,34] #var creates a new variable rather than modify an existing
Araadan doesn't speak English and uses computer translation to post on the forums so most of the time the posts don't make much sense.
  Topic: Inputting scripts
Taz

Replies: 10
Views: 18009

PostForum: zMUD General Discussion   Posted: Mon Feb 13, 2012 5:01 pm   Subject: Inputting scripts
Or put ~ in front of the . in the file.
  Topic: Characters missing after re-registration
Taz

Replies: 8
Views: 16399

PostForum: zMUD General Discussion   Posted: Tue Jan 10, 2012 2:21 pm   Subject: Characters missing after re-registration
If you have your character database saved in Program Files then you're more than likely running into the Folder Protection problem even though you're running as Administrator.

I don't think the ins ...
  Topic: Characters missing after re-registration
Taz

Replies: 8
Views: 16399

PostForum: zMUD General Discussion   Posted: Mon Jan 09, 2012 1:38 pm   Subject: Characters missing after re-registration
Do you now have Windows 7 with full install including game files in Program Files?
  Topic: CMUD Portability
Taz

Replies: 13
Views: 18206

PostForum: CMUD General Discussion   Posted: Tue Nov 22, 2011 1:11 pm   Subject: CMUD Portability
I suspect that is achieved via compilation directives much like TeSSH is and would load file based sessions and settings.

I'm hesitant to believe that Zugg has fully completed the product whereby i ...
  Topic: CMUD Portability
Taz

Replies: 13
Views: 18206

PostForum: CMUD General Discussion   Posted: Tue Nov 22, 2011 12:43 pm   Subject: CMUD Portability
You mean by making CMUD free?

Otherwise where are you getting your information?
 
Page 1 of 45 Goto page 1, 2, 3 ... 43, 44, 45  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net