Author |
Message |
Topic: Allowing * in {} triggers |
jtown84
Replies: 13
Views: 18432
|
Forum: CMUD General Discussion Posted: Wed Apr 02, 2008 6:31 pm Subject: Allowing * in {} triggers |
This is what i did last night
Its not what i wanted to do because now i #gag and #say, vs just subbing it.
But it works
Thanks for all the help
^{You lunge at|You stab at|You try to crush|You ... |
Topic: Allowing * in {} triggers |
jtown84
Replies: 13
Views: 18432
|
Forum: CMUD General Discussion Posted: Wed Apr 02, 2008 10:20 am Subject: Allowing * in {} triggers |
If you mean allowing wildcards, then no. You need to use a regex instead.
bleh:P I dont know regex
I thought there might be a way since you could in zMud. :P |
Topic: Allowing * in {} triggers |
jtown84
Replies: 13
Views: 18432
|
Forum: CMUD General Discussion Posted: Wed Apr 02, 2008 10:17 am Subject: Allowing * in {} triggers |
shake, I have a trigger
^{@BSMessages}$
the Var BSMessages is a String list
You lunge at * with *|You stab at * with *|You try to crush * with *|You flail at * with *|You attempt to hit * ... |
Topic: Allowing * in {} triggers |
jtown84
Replies: 13
Views: 18432
|
Forum: CMUD General Discussion Posted: Wed Apr 02, 2008 9:46 am Subject: Allowing * in {} triggers |
is there an option for this? |
Topic: Losing settings |
jtown84
Replies: 10
Views: 14653
|
Forum: CMUD General Discussion Posted: Tue Apr 01, 2008 5:02 pm Subject: Losing settings |
The bug with losing database variables was fixed in the latest 2.21 Beta version of CMUD.
I thank you for this.
Truely a god among mortals. |
Topic: Question about windows |
jtown84
Replies: 1
Views: 4575
|
Forum: CMUD General Discussion Posted: Tue Apr 01, 2008 12:26 pm Subject: Question about windows |
I have an alias to walk a path..
I'm not sure how but sometimes, not always it will try to walk the path from the child window
I figured it was something small but i went ahead and turned off all sp ... |
Topic: Losing settings |
jtown84
Replies: 10
Views: 14653
|
Forum: CMUD General Discussion Posted: Tue Apr 01, 2008 12:22 pm Subject: Losing settings |
Just now i lost 3 commonly used DBs when i #save
They were there, i did #save
and they were blank.. db was still there
but there were 0 keys |
Topic: Losing settings |
jtown84
Replies: 10
Views: 14653
|
Forum: CMUD General Discussion Posted: Tue Apr 01, 2008 10:51 am Subject: Losing settings |
Cmud 2.18
Vista x86 |
Topic: Losing settings |
jtown84
Replies: 10
Views: 14653
|
Forum: CMUD General Discussion Posted: Tue Apr 01, 2008 9:44 am Subject: Losing settings |
I couldnt find anything on the search so i'm asking
I've talked to a few people in my mud that are using cmud
and everyone is losing random settings, there is no way to do this on command
but it se ... |
Topic: Possible Capture Bug? |
jtown84
Replies: 11
Views: 16947
|
Forum: CMUD General Discussion Posted: Mon Mar 31, 2008 11:43 pm Subject: Possible Capture Bug? |
Just for reference.. I did what you suggested Tech
I did #Capture 17 MapCapture on the Mapend line
I also did #gag -17 on it too
Its quick and works fine, Thanks for all help |
Topic: Whats your 'SPEEDTEST' number? |
jtown84
Replies: 8
Views: 10019
|
Forum: CMUD General Discussion Posted: Mon Mar 31, 2008 5:01 pm Subject: Whats your 'SPEEDTEST' number? |
typing "#cmd speedtest" spamms your screen and records how long it will take to process it, i think.
doing this with my current settup, (I'm sure its very laggy) i get 26.9
doing it with trig ... |
Topic: Sorting DB by %val |
jtown84
Replies: 17
Views: 25559
|
Forum: CMUD General Discussion Posted: Mon Mar 31, 2008 10:22 am Subject: Sorting DB by %val |
edit: fixed.. sorry for being dumb:( duplicated vars somehow |
Topic: Sorting DB by %val |
jtown84
Replies: 17
Views: 25559
|
Forum: CMUD General Discussion Posted: Mon Mar 31, 2008 10:22 am Subject: Sorting DB by %val |
Code:
#for %sort(%dbkeys(@CPMobs)) {
#for %sort(@CPMobs.%i) {
#addkey CapDB CPMobNumber {%eval(@CapDB.CPMobNumber + 1)}
#window CP_GQ {%ansi(high, white)@CapDB.CPMobNumber~. %ansi(r ... |
Topic: Possible Capture Bug? |
jtown84
Replies: 11
Views: 16947
|
Forum: CMUD General Discussion Posted: Sun Mar 30, 2008 11:30 am Subject: Possible Capture Bug? |
Well It appears that the map capture script does not work as intended still
Its still very laggy, enough that i have to disable it, Hopefully soon I can figure this out.. but the #cap when triggering ... |
Topic: Possible Capture Bug? |
jtown84
Replies: 11
Views: 16947
|
Forum: CMUD General Discussion Posted: Sat Mar 29, 2008 10:11 pm Subject: Possible Capture Bug? |
No, I do see that he did answer this.
I was wondering if the lag on #C was intended, or if i was using it for an undesired use.
I've already done what fang said and it works.
but thanks for your in ... |
Topic: [Newbie question] Pattern matching |
jtown84
Replies: 21
Views: 25279
|
Forum: CMUD General Discussion Posted: Sat Mar 29, 2008 7:30 pm Subject: [Newbie question] Pattern matching |
Yeah, I have a ton of triggers that i thought HAD to start with * or (*) for matching that first word or so..
Seeing how that it isnt 100% required.. It would speed things up, I'm all for it, I hate ... |
Topic: Sorting DB by %val |
jtown84
Replies: 17
Views: 25559
|
Forum: CMUD General Discussion Posted: Sat Mar 29, 2008 7:13 pm Subject: Sorting DB by %val |
Code:
#for %sort(%dbkeys(@CPMobs)) {
#for %sort(@CPMobs.%i) {
#addkey CapDB CPMobNumber {%eval(@CapDB.CPMobNumber + 1)}
#window CP_GQ {%ansi(high, white)@CapDB.CPMobNumber~. %ansi(r ... |
Topic: Possible Capture Bug? |
jtown84
Replies: 11
Views: 16947
|
Forum: CMUD General Discussion Posted: Sat Mar 29, 2008 1:50 pm Subject: Possible Capture Bug? |
is the #C+ not inteneded for use as i am using it?
or is there another reason for the lag it causes? |
Topic: Sorting DB by %val |
jtown84
Replies: 17
Views: 25559
|
Forum: CMUD General Discussion Posted: Sat Mar 29, 2008 1:31 pm Subject: Sorting DB by %val |
I'm simply amazed at how much i still dont know.. Thanks.
#loopdb @CPMobs {
#addkey CapDB CPMobNumber {%eval(@CapDB.CPMobNumber + 1)}
#loop %numitems(%val) {#w ... |
Topic: Possible Capture Bug? |
jtown84
Replies: 11
Views: 16947
|
Forum: CMUD General Discussion Posted: Sat Mar 29, 2008 10:38 am Subject: Possible Capture Bug? |
Ahh, I've put almost all of my scripts in Module form. :( |
Topic: Sorting DB by %val |
jtown84
Replies: 17
Views: 25559
|
Forum: CMUD General Discussion Posted: Sat Mar 29, 2008 7:17 am Subject: Sorting DB by %val |
Well now that i officially suck at scripting..
#window CP_GQ {%ansi(high, white)@CapDB.CPMobNumber~. %ansi(red)~[%ansi(white)%1%ansi(red)~] ~[%ansi ... |
Topic: Button doesn't work |
jtown84
Replies: 3
Views: 7563
|
Forum: CMUD General Discussion Posted: Sat Mar 29, 2008 6:59 am Subject: Button doesn't work |
try #step;#pause
only suggestion |
Topic: [Newbie question] Pattern matching |
jtown84
Replies: 21
Views: 25279
|
Forum: CMUD General Discussion Posted: Sat Mar 29, 2008 6:58 am Subject: [Newbie question] Pattern matching |
#trig {" is dead! R.I.P."} {#call %match(%line, "* is dead! R.I.P.", $name); #va test $name}
If that works, i've got soo many triggers to change.. :( |
Topic: Possible Capture Bug? |
jtown84
Replies: 11
Views: 16947
|
Forum: CMUD General Discussion Posted: Sat Mar 29, 2008 6:55 am Subject: Possible Capture Bug? |
That does make sense, but how do i "make sure it's disabled in your capture window. "
Thanks. |
Topic: Sorting DB by %val |
jtown84
Replies: 17
Views: 25559
|
Forum: CMUD General Discussion Posted: Fri Mar 28, 2008 4:10 pm Subject: Sorting DB by %val |
Just To show you What is going on.
You still have to kill * A skittish deer (Realm of the Zodiac)
You still have to kill * grey skies (Fantasy Fields)
You still have to kill * The statue of Seth ... |
|