Author |
Message |
Topic: Running CMUD in Windows 10 |
Tanuki
Replies: 6
Views: 16438
|
Forum: CMUD General Discussion Posted: Mon Aug 17, 2015 8:11 am Subject: Running CMUD in Windows 10 |
If you want to upgrade to Windows 10 before you get a notification. wuaclt.exe /updatenow |
Topic: Email from CMUD |
Tanuki
Replies: 8
Views: 17174
|
Forum: CMUD General Discussion Posted: Mon Aug 17, 2015 5:59 am Subject: Email from CMUD |
I needed an email notification from CMUD today and couldn't find an easy way.
This is what I came up with using PowerShell 4.0 and VBScript. Hope someone else can use it.
1. Download Powershell ... |
Topic: Loop Pattern Grabs Last Line |
Tanuki
Replies: 1
Views: 4173
|
Forum: CMUD General Discussion Posted: Mon Feb 23, 2015 11:32 am Subject: Loop Pattern Grabs Last Line |
So I have built a trigger to capture characters in a room based on the Aardwolf {roomchars} {/roomchars} Tags. The trigger is based off the Inventory Loop Pattern example from the MultiState Trigger ... |
Topic: No recall, No Portal Rooms? |
Tanuki
Replies: 1
Views: 4586
|
Forum: CMUD General Discussion Posted: Sun Nov 18, 2012 5:21 pm Subject: No recall, No Portal Rooms? |
How are you handling no recall, no portal rooms in the mapper? |
Topic: Stack Helper Functions |
Tanuki
Replies: 3
Views: 6262
|
Forum: CMUD General Discussion Posted: Mon Nov 12, 2012 11:27 pm Subject: Stack Helper Functions |
Good to know... I keep needing it and didn't want redundant code. |
Topic: Stack Helper Functions |
Tanuki
Replies: 3
Views: 6262
|
Forum: CMUD General Discussion Posted: Mon Nov 12, 2012 7:26 pm Subject: Stack Helper Functions |
I just thought I would give back a little and save someone some time. If this belongs somewhere else let me know and I will move it.
This first Function will take a Sentence and return a Stack or ... |
Topic: #cond Trigger |
Tanuki
Replies: 4
Views: 7366
|
Forum: CMUD General Discussion Posted: Mon Nov 12, 2012 4:31 pm Subject: #cond Trigger |
So you would use the #T+ and the #T-? |
Topic: #cond Trigger |
Tanuki
Replies: 4
Views: 7366
|
Forum: CMUD General Discussion Posted: Mon Nov 12, 2012 4:01 pm Subject: #cond Trigger |
I'm working on a trigger to capture the Mob Names from the current room I am in when scanning.
The problem is the second condition never fires untill the Number of Loops from the First loop finish. ... |
Topic: Window Output |
Tanuki
Replies: 2
Views: 5257
|
Forum: CMUD General Discussion Posted: Sun Nov 11, 2012 3:39 pm Subject: Window Output |
Thank you. I was looking at the preferances. |
Topic: Window Output |
Tanuki
Replies: 2
Views: 5257
|
Forum: CMUD General Discussion Posted: Sun Nov 11, 2012 5:32 am Subject: Window Output |
I installed a package from the library which outputs the minimap in Aardwolf to a Window using #window Automap %1 . The script works great except that it keeps trying to connect to the server and I ... |
Topic: #SENDGMCP "request quest" |
Tanuki
Replies: 2
Views: 5623
|
Forum: CMUD General Discussion Posted: Wed Nov 07, 2012 12:47 am Subject: #SENDGMCP "request quest" |
That works... Thank you. |
Topic: #SENDGMCP "request quest" |
Tanuki
Replies: 2
Views: 5623
|
Forum: CMUD General Discussion Posted: Tue Nov 06, 2012 1:16 am Subject: #SENDGMCP "request quest" |
I'm trying to have my comm.quest info resent to CMUD when i log into Aardwolf.
I am issues the following command but nothing happens. I have a GMCP trigger setup to fire when comm.quest info comes i ... |
Topic: Replace Multiple Stings with One Command |
Tanuki
Replies: 4
Views: 7627
|
Forum: CMUD General Discussion Posted: Mon Nov 05, 2012 4:23 am Subject: Replace Multiple Stings with One Command |
Thank you for the reply. In my current case i'm getting the variable via GMCP or I would take your first suggestion. But for now I will add that bit of code to my notes. I'm sure it will come in ve ... |
Topic: Replace Multiple Stings with One Command |
Tanuki
Replies: 4
Views: 7627
|
Forum: CMUD General Discussion Posted: Mon Nov 05, 2012 4:00 am Subject: Replace Multiple Stings with One Command |
#echo %subregex("the Rat a High", "\b(?i)(?:a|the|of)\b","")
I found this and it will work but I would still like to know what I'm doing wrong above. |
Topic: Replace Multiple Stings with One Command |
Tanuki
Replies: 4
Views: 7627
|
Forum: CMUD General Discussion Posted: Mon Nov 05, 2012 3:54 am Subject: Replace Multiple Stings with One Command |
I want to get rid of the beginning A or AN or THE from a string. I can do this with 3 differant replace statements but I would like to do it in one. What would you do?
This is what I was thinking ... |
Topic: Lost Main Window |
Tanuki
Replies: 4
Views: 13976
|
Forum: CMUD General Discussion Posted: Sun Nov 04, 2012 8:07 pm Subject: Lost Main Window |
That worked! Thank you very much.
For folks reading this down the road.... The advanced Tab is at the bottom of the Object Window.
Tanuki |
Topic: Lost Main Window |
Tanuki
Replies: 4
Views: 13976
|
Forum: CMUD General Discussion Posted: Sun Nov 04, 2012 7:05 pm Subject: Lost Main Window |
I was doing something (I forget exactly what) and I think I closed my main window in CMUD. The window where all the Text from the your MUD Shows and you type on the bottom. I close CMUD and relaunch ... |
Topic: Root Mapper Issue |
Tanuki
Replies: 6
Views: 10458
|
Forum: CMUD General Discussion Posted: Sat Feb 19, 2011 1:36 am Subject: Root Mapper Issue |
Deleting the Mapper Class and letting CMUD rebuild it seems to have solved the problem. |
Topic: Root Mapper Issue |
Tanuki
Replies: 6
Views: 10458
|
Forum: CMUD General Discussion Posted: Fri Feb 18, 2011 7:43 pm Subject: Root Mapper Issue |
Just an Update:
This line seems to the problem.
The Extra #OK looks like it comes from a Trigger is automatically generated by CMUD. If you look at the out debugging info it only shows up for ... |
Topic: Multi state trigger help |
Tanuki
Replies: 2
Views: 6631
|
Forum: zMUD General Discussion Posted: Fri Jan 28, 2011 10:44 pm Subject: Multi state trigger help |
How about something like :
Untested
<trigger priority="5380" id="538">
<pattern>You think you would have succeeded. $</pattern>
<value>succeed = ... |
Topic: Root Mapper Issue |
Tanuki
Replies: 6
Views: 10458
|
Forum: CMUD General Discussion Posted: Fri Jan 28, 2011 10:28 pm Subject: Root Mapper Issue |
Here is an example with room descriptions and tags turned off... Just to simplify the issue. It's like I'm getting and #OK from GMCP and from the Room name.
5.5712 | [435/435hp 200/200mn 700/ ... |
Topic: Root Mapper Issue |
Tanuki
Replies: 6
Views: 10458
|
Forum: CMUD General Discussion Posted: Fri Jan 28, 2011 10:16 pm Subject: Root Mapper Issue |
I've been trying to work with the mapper and have run into a number of issues with it. I think all of my issues stem from this issue.. I am simply trying to slow walk 4 east and 4 south by double cl ... |
Topic: Need Help with ForAll loop in Function |
Tanuki
Replies: 3
Views: 6725
|
Forum: CMUD General Discussion Posted: Tue Jan 18, 2011 1:37 am Subject: Need Help with ForAll loop in Function |
Thank you! |
Topic: Need Help with ForAll loop in Function |
Tanuki
Replies: 3
Views: 6725
|
Forum: CMUD General Discussion Posted: Tue Jan 18, 2011 1:37 am Subject: Need Help with ForAll loop in Function |
Thank you! |
Topic: Need Help with ForAll loop in Function |
Tanuki
Replies: 3
Views: 6725
|
Forum: CMUD General Discussion Posted: Tue Jan 18, 2011 12:44 am Subject: Need Help with ForAll loop in Function |
I'm trying to use a Forall loop inside of a Function but the %1 which should reference the current value in the Forall loop seems to reference the parameter instead.
Here is an example Function. If ... |
|