Author |
Message |
Topic: Capture Colored Asterix |
Caman
Replies: 1
Views: 6818
|
Forum: CMUD Beta Forum Posted: Thu May 17, 2018 1:57 am Subject: Capture Colored Asterix |
Hi, I need help with my trigger please. I have a 10x10 block map with different symbols ~ * ect... all in color. I need to capture the a Singular * that is a certain color next to all the estrange ... |
Topic: Trigger Help, Pls |
Caman
Replies: 6
Views: 9038
|
Forum: CMUD General Discussion Posted: Wed Jul 17, 2013 12:39 am Subject: Trigger Help, Pls |
The combos can be anywhere from 1 - 8 diff skills involved with 1-7 diff moves. My problem is the spacing between the p and L or R . notice the #IF in a #IF |
Topic: Trigger Help, Pls |
Caman
Replies: 6
Views: 9038
|
Forum: CMUD General Discussion Posted: Tue Jul 16, 2013 4:41 am Subject: Trigger Help, Pls |
Pattern: COMBO! ~( (%w) (%w) (%w) (%w) ~)
#IF (%1=p || l || r) {#IF (%1=p) {#abort} {p %1}} {%1}
#IF (%2=p || l || r) {#IF (%2=p) {#abort} {p %2}} {%2}
#IF (%3=p || l || r) {#IF (%3=p) {#abort} {p ... |
Topic: Trigger Help, Pls |
Caman
Replies: 6
Views: 9038
|
Forum: CMUD General Discussion Posted: Tue Jul 16, 2013 4:03 am Subject: Trigger Help, Pls |
I am looking to Capture this when posted and it does vary on combinations
" COMBO! ( p l swe swe ) " when a combo happens I wish to capture whats in the Parenthesis
and use it as commands in orde ... |
Topic: Trigger Help, Pls |
Caman
Replies: 6
Views: 9038
|
Forum: CMUD General Discussion Posted: Wed Jul 10, 2013 10:16 pm Subject: Trigger Help, Pls |
I am trying to figure out a Trigger that will record the " P " when it happens and wait for the next char and use it in conjunction with each other while directly posting anything else
my current scr ... |
Topic: Bug? |
Caman
Replies: 2
Views: 4497
|
Forum: CMUD Beta Forum Posted: Thu Sep 02, 2010 8:19 pm Subject: Bug? |
I looked through the forums and FAQ. I have not seen anyone post this problem yet. I am using Cmud Beta and I love it :).
I updated to the newest one last night and got a new serial. This installa ... |
Topic: Alias working Diff than Zmud, help |
Caman
Replies: 4
Views: 7011
|
Forum: CMUD General Discussion Posted: Sat Mar 21, 2009 1:50 pm Subject: Alias working Diff than Zmud, help |
Thank you. #exec did the job ;p |
Topic: Alias working Diff than Zmud, help |
Caman
Replies: 4
Views: 7011
|
Forum: CMUD General Discussion Posted: Sat Mar 21, 2009 8:25 am Subject: Alias working Diff than Zmud, help |
I use the package editor. Pattern is literally : Combination! ~( (%w) (%w) (%w) ~)
command 1 = %1
command 2 = %2
command 3 = %3
I used the editor to make the alias too
<?xml version="1. ... |
Topic: Alias working Diff than Zmud, help |
Caman
Replies: 4
Views: 7011
|
Forum: CMUD General Discussion Posted: Sat Mar 21, 2009 7:58 am Subject: Alias working Diff than Zmud, help |
I make a Alias in Zmud and Cmud "hm" to do 2 comands. I run some triggers to copy a Chain of Commands that appear in the screen
Example : Combination! ~( (%w) (%w) (%w) ~) is the pattern and the out ... |
|