Author |
Message |
Topic: Trigger(s) to capture unspecified number of multiple lines |
whorn
Replies: 0
Views: 4074
|
Forum: CMUD General Discussion Posted: Tue Feb 10, 2015 3:51 am Subject: Trigger(s) to capture unspecified number of multiple lines |
Hello all,
I've been working a little big with a trigger to automatically capture clan members within the mud that I partake in (wotmud). Basically the idea I want is when I do a 'view clan <xx ... |
Topic: Passing Variable to #launch |
whorn
Replies: 2
Views: 6341
|
Forum: CMUD General Discussion Posted: Wed Jul 10, 2013 2:35 pm Subject: Passing Variable to #launch |
That worked great. I had just thought of that earlier before I read your post but just now got to try it out. Not sure why I didn't think of it before.
Thanks! |
Topic: Passing Variable to #launch |
whorn
Replies: 2
Views: 6341
|
Forum: CMUD General Discussion Posted: Wed Jul 10, 2013 12:34 am Subject: Passing Variable to #launch |
I'm trying to pass a URL variable to #launch. The variable is similar to:
http://url/file.php?person=Name&str=19&int=20
The problem is I need to pass it as if it were quoted:
"http:/ ... |
Topic: Script to reset room costs |
whorn
Replies: 1
Views: 4315
|
Forum: CMUD General Discussion Posted: Sat Apr 30, 2011 4:12 am Subject: Script to reset room costs |
I remember doing this way back in the ZMud days, but it looks like my CMud map is almost fubarred on its room costs. Does anyone have a script that I can run to reset them all to 1 or 0? I kind of s ... |
Topic: [3.03a] Aliases being copied from where they belong. |
whorn
Replies: 6
Views: 10618
|
Forum: CMUD Beta Forum Posted: Sun Jan 25, 2009 3:17 am Subject: [3.03a] Aliases being copied from where they belong. |
In the root of the package. So my package is FadeScript and it would copy them from FadeScript\TKDAliases\<alias> to Fadescript\<alias>. Sounds like the same issue. |
Topic: [3.03a] Aliases being copied from where they belong. |
whorn
Replies: 6
Views: 10618
|
Forum: CMUD Beta Forum Posted: Sun Jan 25, 2009 2:10 am Subject: [3.03a] Aliases being copied from where they belong. |
When the variables are created initially they are in the right location. However when I close CMUD and come back later they will be at the root level of the package instead of their folders. But the ... |
Topic: Running two versions of CMUD |
whorn
Replies: 9
Views: 15493
|
Forum: CMUD Beta Forum Posted: Tue Jan 20, 2009 6:18 pm Subject: Running two versions of CMUD |
Ahh...I see what you're saying. Basically install them both somewhere other than the Program Files directory and then install the data in the same directory rather under Doucments. Ok makes sense no ... |
Topic: [3.03a] Aliases being copied from where they belong. |
whorn
Replies: 6
Views: 10618
|
Forum: CMUD Beta Forum Posted: Tue Jan 20, 2009 2:40 pm Subject: [3.03a] Aliases being copied from where they belong. |
Anyone have any ideas why this might be happening, or what I can do to provide more debug info? It doesn't seem to happen on 2.37, or at least I can't duplicate it there. It seems to only copy the r ... |
Topic: Running two versions of CMUD |
whorn
Replies: 9
Views: 15493
|
Forum: CMUD Beta Forum Posted: Mon Jan 19, 2009 11:00 pm Subject: Running two versions of CMUD |
I install them in separate program files directories and separate directories under My Documents as well.
c:\Program Files(x86)\CMUD
c:\Program Files(x86)\CMUD237
Documents\My Games\CMUD
Docum ... |
Topic: Running two versions of CMUD |
whorn
Replies: 9
Views: 15493
|
Forum: CMUD Beta Forum Posted: Mon Jan 19, 2009 10:08 pm Subject: Running two versions of CMUD |
Didn't seem to help. It seems to take whatever the last install was as the session directory for both installs.
The don't show up as separate installs in add/remove programs either. One just re ... |
Topic: Running two versions of CMUD |
whorn
Replies: 9
Views: 15493
|
Forum: CMUD Beta Forum Posted: Mon Jan 19, 2009 9:39 pm Subject: Running two versions of CMUD |
I'm pretty sure I told it a separate directory, but I'll try again just in case. Thanks for the help. |
Topic: Running two versions of CMUD |
whorn
Replies: 9
Views: 15493
|
Forum: CMUD Beta Forum Posted: Mon Jan 19, 2009 9:09 pm Subject: Running two versions of CMUD |
I'd like to be able to run two versions of CMUD if possible. Basically the latest public release and then the beta release for testing purposes. This way if I find something wrong in the beta I can ... |
Topic: [3.03a] Aliases being copied from where they belong. |
whorn
Replies: 6
Views: 10618
|
Forum: CMUD Beta Forum Posted: Sun Jan 11, 2009 5:18 pm Subject: [3.03a] Aliases being copied from where they belong. |
I have a package that creates aliases for teleport locations. It basically takes a list from the mud and cycles through them and assigns them to aliases that have been preset in a table. The problem ... |
Topic: Why don't the aliases go where they belong! |
whorn
Replies: 1
Views: 6237
|
Forum: CMUD General Discussion Posted: Sun Jan 11, 2009 5:10 pm Subject: Why don't the aliases go where they belong! |
I found that the aliases aren't being created in the root class, rather they get moved (or copied) there when I close CMUD and start it up again. This may be a bug with 3.03 version so I'm going to p ... |
Topic: Why don't the aliases go where they belong! |
whorn
Replies: 1
Views: 6237
|
Forum: CMUD General Discussion Posted: Fri Jan 09, 2009 12:30 am Subject: Why don't the aliases go where they belong! |
So I have this package that basically maps teleport locations around the mud to an alias. I go to certain locations and then do 'getcodes <loc>' and depending on the location it uses a table to ... |
Topic: Alias is annoying me to no end! |
whorn
Replies: 2
Views: 6860
|
Forum: CMUD General Discussion Posted: Sat Jan 03, 2009 5:28 pm Subject: Alias is annoying me to no end! |
Using a #send seemed to fix the problem whatever the problem actually was :).
Thanks for the help. |
Topic: Alias is annoying me to no end! |
whorn
Replies: 2
Views: 6860
|
Forum: CMUD General Discussion Posted: Sat Jan 03, 2009 5:25 am Subject: Alias is annoying me to no end! |
I'm trying to create an alias that does a number of things. I pass it a variable. here is the code:
$loc = %upper(%1)
#IF (%ismember($loc, "GW|SPIDERS|TKD|WB") ... |
Topic: Using a variable to reference a dynamic variable |
whorn
Replies: 5
Views: 9780
|
Forum: CMUD General Discussion Posted: Sat Jan 03, 2009 2:14 am Subject: Using a variable to reference a dynamic variable |
This is what I finally ended up with:
@{@{FadeLoc}_FadeTable_@FadeRank}
Thanksf or all the help :). |
Topic: Using a variable to reference a dynamic variable |
whorn
Replies: 5
Views: 9780
|
Forum: CMUD General Discussion Posted: Fri Jan 02, 2009 8:29 pm Subject: Using a variable to reference a dynamic variable |
Aha! @{LookupTable@FadeRank} was what I was looking for. I was having issues other places that was causing me problem. You helped point me in the right direction though. Thanks! |
Topic: Using a variable to reference a dynamic variable |
whorn
Replies: 5
Views: 9780
|
Forum: CMUD General Discussion Posted: Fri Jan 02, 2009 7:39 pm Subject: Using a variable to reference a dynamic variable |
You're missing an @.
@{@SpidersTable@FadeRank}
That didn't seem to work either. And after looking at it shouldn't it be something like:
@{LookupTable@FadeRank}
Since the end output I want ... |
Topic: Using a variable to reference a dynamic variable |
whorn
Replies: 5
Views: 9780
|
Forum: CMUD General Discussion Posted: Fri Jan 02, 2009 6:20 pm Subject: Using a variable to reference a dynamic variable |
So I've been messing with this for awhile and I can't get it to work the way I have envisioned.
Basically I want a variable to be used off the result of a different variable. Here is the trigger I ... |
Topic: Imported "Teleport" Script from zMUD |
whorn
Replies: 8
Views: 12711
|
Forum: CMUD General Discussion Posted: Thu Dec 18, 2008 10:22 pm Subject: Imported "Teleport" Script from zMUD |
Sense is a mud command that is used to list all the codes available for you. Basically the script is setup so that when you type 'getcodes' it will do a 'sense' and put all the codes into a table and ... |
Topic: Imported "Teleport" Script from zMUD |
whorn
Replies: 8
Views: 12711
|
Forum: CMUD General Discussion Posted: Thu Dec 18, 2008 4:31 pm Subject: Imported "Teleport" Script from zMUD |
I remember one thing I had to do to get this work was change the triggers that assign the codes:
Pattern:
- ~[(&28)~] - somewhere
Trigger:
$code = %1
#IF (%item ... |
Topic: [3.02] doubleclick speedwalking |
whorn
Replies: 16
Views: 23613
|
Forum: CMUD Beta Forum Posted: Tue Dec 16, 2008 7:36 pm Subject: [3.02] doubleclick speedwalking |
OK, just released the 3.03a version that should fix this. Please let me know if this fixes the problem for everyone. Same file names in the download area, but you should see 3.03a in the Help/About ... |
Topic: [3.02] doubleclick speedwalking |
whorn
Replies: 16
Views: 23613
|
Forum: CMUD Beta Forum Posted: Mon Dec 15, 2008 8:59 pm Subject: [3.02] doubleclick speedwalking |
I'll play around with it tonight or later this week and see if a fresh session helps at all. I know my sessions have been imported and kept around forever so I could see that being an issue. |
|