Author |
Message |
Topic: [2.37] #waitfor |
guganslof
Replies: 5
Views: 7827
|
Forum: CMUD General Discussion Posted: Fri Jan 25, 2013 8:50 am Subject: [2.37] #waitfor |
Figued it out, was missing some brackets :)
#FORALL $testExits {#IF ((%1 != %i) AND (%2 != %i)) {search %i;#WAITFOR {You didn't find anything.} @searchtime {}{}}}
Another question, when I get ... |
Topic: [2.37] #waitfor |
guganslof
Replies: 5
Views: 7827
|
Forum: CMUD General Discussion Posted: Thu Jan 24, 2013 7:22 pm Subject: [2.37] #waitfor |
Ah, didnt know about the #FORALL, thats pretty handy and much cleaner, thanks.
Tried it out and it only does one search though and then stops, doesnt complete the rest. |
Topic: [2.37] #waitfor |
guganslof
Replies: 5
Views: 7827
|
Forum: CMUD General Discussion Posted: Wed Jan 23, 2013 7:57 pm Subject: [2.37] #waitfor |
Im trying to make a trigger/script for exploring that searches every room exit not available.
<trigger priority="5100" id="510">
<pattern>~[ obvious exits: (%w) (%w) ~]$</pattern& ... |
Topic: #Sub Trigger and color issues [CMUD 3.34] |
guganslof
Replies: 3
Views: 7071
|
Forum: CMUD General Discussion Posted: Tue Dec 06, 2011 1:27 am Subject: #Sub Trigger and color issues [CMUD 3.34] |
#SAYADD makes it even worse because it causes all the following lines to become white :\ |
Topic: #Sub Trigger and color issues [CMUD 3.34] |
guganslof
Replies: 3
Views: 7071
|
Forum: CMUD General Discussion Posted: Mon Dec 05, 2011 4:31 am Subject: #Sub Trigger and color issues [CMUD 3.34] |
I recently updated from 2.X to 3.X and have been noticing something weird with my #sub triggers. They work fine most of the time but if there's an item in the room and the next line is a #sub it caus ... |
Topic: Mapper Configuration |
guganslof
Replies: 2
Views: 6034
|
Forum: CMUD General Discussion Posted: Sat Aug 29, 2009 8:19 pm Subject: Mapper Configuration |
It's already set that way.
Here's a SS of my current configuration.
http://img143.imageshack.us/img143/5206/mappref.th.jpg |
Topic: Mapper Configuration |
guganslof
Replies: 2
Views: 6034
|
Forum: CMUD General Discussion Posted: Fri Aug 28, 2009 6:24 pm Subject: Mapper Configuration |
I've been using the same mapper configuration with cmud that I used in zmud(i imported it) for my mapping for the past few years now.
The other night I tried to reconfigure it and it's been giving ... |
Topic: [2.29] #sub and prompt |
guganslof
Replies: 2
Views: 5563
|
Forum: CMUD General Discussion Posted: Tue Jul 08, 2008 11:12 pm Subject: [2.29] #sub and prompt |
thanks, that did the trick :)
fyi, one trigger with both boxes checked worked just fine for me |
Topic: [2.29] #sub and prompt |
guganslof
Replies: 2
Views: 5563
|
Forum: CMUD General Discussion Posted: Tue Jul 08, 2008 5:07 pm Subject: [2.29] #sub and prompt |
Im trying to set up my in game prompt to display some numbers rather then text.
my current trigger is
Pattern: SP:Strong
#sub {SP: ???-146}
Yet for some reason it only shows up on half the S ... |
Topic: Map Configuration |
guganslof
Replies: 1
Views: 4141
|
Forum: CMUD General Discussion Posted: Sun Apr 27, 2008 10:30 pm Subject: Map Configuration |
So a few days ago for some crazy reason I reconfigured my map setting. It used to work fine, but now it won't follow me if I have brief mode on.
BRIEF MODE OFF and it works
* HP:Healthy MV:Weary ... |
Topic: Event Counting Script |
guganslof
Replies: 14
Views: 22973
|
Forum: CMUD General Discussion Posted: Fri Apr 25, 2008 5:41 pm Subject: Event Counting Script |
Victory! That worked ^_^ |
Topic: Event Counting Script |
guganslof
Replies: 14
Views: 22973
|
Forum: CMUD General Discussion Posted: Fri Apr 25, 2008 3:39 pm Subject: Event Counting Script |
That didn't help any :\
Still getting 0 0 0 0 for everything |
Topic: Event Counting Script |
guganslof
Replies: 14
Views: 22973
|
Forum: CMUD General Discussion Posted: Fri Apr 25, 2008 2:58 pm Subject: Event Counting Script |
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<var name="dt" type="Record" copy="yes">very hard.=2|into bloody fragments!= ... |
Topic: Event Counting Script |
guganslof
Replies: 14
Views: 22973
|
Forum: CMUD General Discussion Posted: Fri Apr 25, 2008 2:51 pm Subject: Event Counting Script |
Hrmm, you were missing a closing } at the end of {#switch (%1) and {#say %expanddb(@damagetypes,%crlf," - ")
But after adding those in, I could do ShowDamage and it gave me:
very - 0
hard - 0
no ... |
Topic: Event Counting Script |
guganslof
Replies: 14
Views: 22973
|
Forum: CMUD General Discussion Posted: Fri Apr 25, 2008 2:27 pm Subject: Event Counting Script |
So I want to make a script that counts damage types as the hits occur, then lists them later for comparison.
You pierce the ancient tree's trunk into bloody fragments!
You pierce the ancient tre ... |
Topic: Cmud Mapper |
guganslof
Replies: 8
Views: 10719
|
Forum: CMUD General Discussion Posted: Mon Apr 14, 2008 1:55 pm Subject: Cmud Mapper |
AH! Undocking it helped alot, thanks a ton :) |
Topic: Cmud Mapper |
guganslof
Replies: 8
Views: 10719
|
Forum: CMUD General Discussion Posted: Sat Apr 12, 2008 4:24 pm Subject: Cmud Mapper |
So I used zmud for a long while and mapped thousands of rooms with no problems.
But with the cmud mapper I cannot click and select links. So I can't click and drag room links to change them. I ca ... |
Topic: #sub variables |
guganslof
Replies: 3
Views: 5997
|
Forum: CMUD General Discussion Posted: Sat Apr 05, 2008 4:10 pm Subject: #sub variables |
CMUD is supposed to evaluate expressions inside parentheses, but that may not apply to certain cases, such as this one. Use of %eval should take care of it for you, but it may still be considered a mi ... |
Topic: #sub variables |
guganslof
Replies: 3
Views: 5997
|
Forum: CMUD General Discussion Posted: Sat Apr 05, 2008 3:32 pm Subject: #sub variables |
Recently switched over from zmud to cmud and I haven't been able to get this trigger working and it's driving me nuts.
Offensive bonus: (%d), Dodging bonus: (%d), Parrying bonus: (%d)
#substit ... |
|