Author |
Message |
Topic: Editor like 7.21? |
jolopez
Replies: 1
Views: 4303
|
Forum: CMUD General Discussion Posted: Tue Jul 03, 2007 7:21 pm Subject: Editor like 7.21? |
Is there a form so i can see in editor like the editor in 7.21? i want to see the editor with back black and with ansi colors (so i can paste ansi colors from last editors and see with colors) ....
... |
Topic: [CMUD 1.34] Pattern doesnt work |
jolopez
Replies: 13
Views: 21145
|
Forum: CMUD General Discussion Posted: Mon Jul 02, 2007 9:59 am Subject: [CMUD 1.34] Pattern doesnt work |
Perfect Fang :D
My solution at the end gets as this
$one = %concat(" ",%word(%1,1)," " )
#ec one $one
$pattern = %concat("%s{",@varis,"}%s")
#ec pattern $pattern
#if ($one =~ {$pattern}) {#ec ... |
Topic: [CMUD 1.34] Pattern doesnt work |
jolopez
Replies: 13
Views: 21145
|
Forum: CMUD General Discussion Posted: Sun Jul 01, 2007 10:58 pm Subject: [CMUD 1.34] Pattern doesnt work |
see my posts ..
#ec 1 %1
$one = %word( %1, 1)
#ec $one @varis
#if ($one =~ {@varis} ) {#ec ok} {#ec nook}
this shows always nook :S
%1 = one
nicks or varis .... {one|two|three}
testea o ... |
Topic: [CMUD 1.34] Pattern doesnt work |
jolopez
Replies: 13
Views: 21145
|
Forum: CMUD General Discussion Posted: Sun Jul 01, 2007 10:33 pm Subject: [CMUD 1.34] Pattern doesnt work |
you can search for =~ in help .... it is to do a trigger comparition .... but doesnt work and it is supposed to do ... |
Topic: [CMUD 1.34] Pattern doesnt work |
jolopez
Replies: 13
Views: 21145
|
Forum: CMUD General Discussion Posted: Sun Jul 01, 2007 9:46 pm Subject: [CMUD 1.34] Pattern doesnt work |
but why doesnt work the =~ with string list? it is not the lower function .......
with the zmud it worked perfeclty |
Topic: [CMUD 1.34] Pattern doesnt work |
jolopez
Replies: 13
Views: 21145
|
Forum: CMUD General Discussion Posted: Sun Jul 01, 2007 7:39 pm Subject: [CMUD 1.34] Pattern doesnt work |
i can use the ismember ... but i have to lower all nicks and things to compare ... and how can i do it with variables in list? .... change before add it? do the ismember ignorecase? ....
the proble ... |
Topic: [CMUD 1.34] Pattern doesnt work |
jolopez
Replies: 13
Views: 21145
|
Forum: CMUD General Discussion Posted: Sun Jul 01, 2007 2:14 pm Subject: [CMUD 1.34] Pattern doesnt work |
Hello i have a list with variables and i want to do a regexp with =~ and doesnt work :S
#ec 1 %1
$one = ""+%word( %1, 1)+""
$p = "{"+{@nicks}+"}"
#ec $one $p
#if ($one =~ "%s" + @nicks + "%s" ... |
Topic: Ubuntu Linux "Breezy Badger" Running zMUD 7.21! |
jolopez
Replies: 19
Views: 70203
|
Forum: zMUD General Discussion Posted: Wed Jun 27, 2007 12:45 am Subject: Ubuntu Linux "Breezy Badger" Running zMUD 7.21! |
has someone try virtualbox with linux? for me it works perfectly!!!! |
Topic: [1.03] Command Line Disappears |
jolopez
Replies: 2
Views: 5880
|
Forum: CMUD Beta Forum Posted: Tue Aug 01, 2006 11:46 am Subject: [1.03] Command Line Disappears |
you can show the text box if you go to view -> windows and select command line |
Topic: command line |
jolopez
Replies: 32
Views: 51512
|
Forum: CMUD Beta Forum Posted: Tue Jul 18, 2006 12:02 am Subject: command line |
my bug is that in the command line i can not use the <- to go back
type kill monster1_
<-
kill monster_1 the _ is the cursor, i can not do that with both fonts (courier and courier new)and wi ... |
Topic: command line |
jolopez
Replies: 32
Views: 51512
|
Forum: CMUD Beta Forum Posted: Mon Jul 17, 2006 9:42 pm Subject: command line |
my problem with the command line is that i can not go back with <- or -> in this version :S with zmud 7.21 it works perfectly :S |
Topic: Capture |
jolopez
Replies: 11
Views: 14274
|
Forum: zMUD General Discussion Posted: Thu Jun 15, 2006 2:40 pm Subject: Capture |
belial from each line you can get the first word and add it to your list variable
i think the function is %word(var,1) more or less ... dont remember ... my .mud is in windows :D
(i can run it on l ... |
Topic: Capture |
jolopez
Replies: 11
Views: 14274
|
Forum: zMUD General Discussion Posted: Thu Jun 15, 2006 11:53 am Subject: Capture |
i think you can do a who online that is in better way to handle ... line one by one who -t or who -l something like this .....
in this manner you can do a trigger per line and capture all line and ... |
Topic: Secure Shell |
jolopez
Replies: 7
Views: 15154
|
Forum: zMUD General Discussion Posted: Fri Sep 02, 2005 11:57 am Subject: Secure Shell |
... i am not sure about the putty tunnel .. i think that you can telnet to things through putty .. i will search
i have searched xD
if you want to use zmud as putty you cannot is only for ... |
Topic: Wish-list for zMUDXP |
jolopez
Replies: 248
Views: 454561
|
Forum: zMUD General Discussion Posted: Thu Aug 25, 2005 12:18 am Subject: Wish-list for zMUDXP |
i would like an import for the mapper ... more or less like the nexela's one (it is nexela's?) but integrated ... |
Topic: %random lower limit |
jolopez
Replies: 3
Views: 6591
|
Forum: zMUD General Discussion Posted: Sun Jul 17, 2005 9:06 pm Subject: %random lower limit |
yo can try a random from 0 to 5 and add five by default
#var kk %random(5)
#add kk 5
more or less like this (not sure about the syntax) |
Topic: autologin?? |
jolopez
Replies: 10
Views: 16104
|
Forum: zMUD General Discussion Posted: Mon Jun 20, 2005 9:46 pm Subject: autologin?? |
yes you can
you can put you character name for example
zmud.exe raikol
adn starts without selecting any character
kevlar i know you? |
Topic: Surprise! zMUD version 7.10 has been released! |
jolopez
Replies: 16
Views: 18797
|
Forum: zMUD General Discussion Posted: Mon Jun 06, 2005 11:17 pm Subject: Surprise! zMUD version 7.10 has been released! |
i have find it :D
zmud uses the addictive software with some control called thesaurus (i think is it :D)
so there are the url to download it
http://www.addictivesoftware.com/dicts.htm |
Topic: Surprise! zMUD version 7.10 has been released! |
jolopez
Replies: 16
Views: 18797
|
Forum: zMUD General Discussion Posted: Mon Jun 06, 2005 11:09 pm Subject: Surprise! zMUD version 7.10 has been released! |
i thought it was something related to spells not to the spelling, but this is good too :D
where can i find other dictionarys? spanish for example? |
Topic: Surprise! zMUD version 7.10 has been released! |
jolopez
Replies: 16
Views: 18797
|
Forum: zMUD General Discussion Posted: Mon Jun 06, 2005 10:37 pm Subject: Surprise! zMUD version 7.10 has been released! |
what is the meaning of as you type spellchecking
how can i check it? |
Topic: trigger and ansi colors |
jolopez
Replies: 11
Views: 21850
|
Forum: zMUD General Discussion Posted: Wed Feb 09, 2005 6:23 pm Subject: trigger and ansi colors |
yes that is the cause i use #echo with #show it doesn makes the carriage retturn :D |
Topic: trigger and ansi colors |
jolopez
Replies: 11
Views: 21850
|
Forum: zMUD General Discussion Posted: Wed Feb 09, 2005 1:49 pm Subject: trigger and ansi colors |
not only ugly, i suppose to be very hard for the machine to ask for every line for the trigger
Vijilante have gived me the solution to put () after the line and replace the content of the line with ... |
Topic: trigger and ansi colors |
jolopez
Replies: 11
Views: 21850
|
Forum: zMUD General Discussion Posted: Tue Feb 08, 2005 11:53 pm Subject: trigger and ansi colors |
sorry for my explication but it doesn works (for me)
and it isn't a prompt it is like it but not a prompt
for me this is like my problem
say hello
You say: (color)hello
>
">" is my p ... |
Topic: trigger and ansi colors |
jolopez
Replies: 11
Views: 21850
|
Forum: zMUD General Discussion Posted: Mon Feb 07, 2005 1:49 pm Subject: trigger and ansi colors |
i like the colors :D (after i have been playing with them many times)
i only want to add the numbers after the xpression with colors, and vijilante thx for your example but psub doesnt get the colors ... |
Topic: trigger and ansi colors |
jolopez
Replies: 11
Views: 21850
|
Forum: zMUD General Discussion Posted: Mon Feb 07, 2005 7:20 am Subject: trigger and ansi colors |
yes the colors changes, so sometimes are blue yellow red, it is a random
so i can not do the sub because i want to see that colors, this is the cause i ask for |
|