Author |
Message |
Topic: does anyone else have delay in 6.62? |
cingulli
Replies: 5
Views: 6613
|
Forum: zMUD General Discussion Posted: Tue Sep 30, 2003 11:16 am Subject: does anyone else have delay in 6.62? |
Be sure you are using right port number. Zmud will lag bad if you connect e.g. a port 23 MUD using port 2023.
With telnet you won't get this problem cos telnet connects to the right port automatica ... |
Topic: herbal colecting bot |
cingulli
Replies: 13
Views: 13815
|
Forum: zMUD General Discussion Posted: Tue Dec 03, 2002 11:30 am Subject: herbal colecting bot |
#TR {text1} {#IF (@command > 0) {#VAR command 0;move} {#VAR command 1;command}}
|
Topic: Text file item file instead of db |
cingulli
Replies: 4
Views: 7109
|
Forum: zMUD General Discussion Posted: Tue Nov 12, 2002 10:11 pm Subject: Text file item file instead of db |
#alias id {#forall %grep(2,{%-1}) {#show %i}}
id ring? ac3
id glowing * ac3
id a %w sword
check 'Pattern Matching' in zMUD helps
|
Topic: Text file item file instead of db |
cingulli
Replies: 4
Views: 7109
|
Forum: zMUD General Discussion Posted: Tue Nov 12, 2002 7:47 am Subject: Text file item file instead of db |
#alias id {#say %grep(2,{%-1})}
Number 2 is the file number.
|
Topic: zmud 6.16 Problem? |
cingulli
Replies: 4
Views: 6966
|
Forum: zMUD General Discussion Posted: Fri Nov 08, 2002 8:22 am Subject: zmud 6.16 Problem? |
Try searching 'gr', 'att' and '#gag' from view|all settings. You might have accidentally created aliases etc..., which make those commands not to work.
|
Topic: TANKREP! |
cingulli
Replies: 4
Views: 7269
|
Forum: zMUD General Discussion Posted: Mon Oct 21, 2002 10:47 am Subject: TANKREP! |
Post your old triggers/aliases here and we might be able to help you.
If you have lots of'em, post some, so we can tell you how to change them to work in 6.16 and you can change the rest yourself.
|
Topic: capturing line after next line |
cingulli
Replies: 2
Views: 4797
|
Forum: zMUD General Discussion Posted: Fri Oct 18, 2002 11:00 am Subject: capturing line after next line |
#tr {- (%w)$(*)$(*)} {#var line "%3"}
|
Topic: Inserting a colored word in the middle of text |
cingulli
Replies: 1
Views: 4350
|
Forum: zMUD General Discussion Posted: Fri Oct 18, 2002 8:40 am Subject: Inserting a colored word in the middle of text |
#TRIGGER {potion of lightness} {#sub {potion of lightness %ansi(green)*Fly*}} "Items"
|
Topic: %lastcom or %lastinput |
cingulli
Replies: 6
Views: 6707
|
Forum: zMUD General Discussion Posted: Fri Oct 18, 2002 8:33 am Subject: %lastcom or %lastinput |
its #win tell {%lastcom}
so try something like #tr {person is idle} {#win tell {%lastcom}}
|
Topic: alias and trigger help |
cingulli
Replies: 6
Views: 7882
|
Forum: zMUD General Discussion Posted: Wed Oct 16, 2002 8:44 pm Subject: alias and trigger help |
#al ll {#10 look %1}
|
Topic: why doesn't this trigger work? |
cingulli
Replies: 2
Views: 4731
|
Forum: zMUD General Discussion Posted: Mon Oct 07, 2002 9:50 am Subject: why doesn't this trigger work? |
#tr {Mana ~((%d),(%d)~) Force ~((%d)~)>} {#IF (((%1) >= 1) AND ((%3) >= 25)) {ka}}
|
Topic: HUGE problem in zmud with html font parsing |
cingulli
Replies: 10
Views: 12745
|
Forum: zMUD General Discussion Posted: Wed Oct 02, 2002 7:06 pm Subject: HUGE problem in zmud with html font parsing |
Whats the version of zMUD you are using Snoogans?
|
Topic: logging on a trigger |
cingulli
Replies: 9
Views: 11840
|
Forum: zMUD General Discussion Posted: Thu Sep 26, 2002 6:29 pm Subject: logging on a trigger |
and maybe %line
|
Topic: handeling multiple lines |
cingulli
Replies: 7
Views: 9213
|
Forum: zMUD General Discussion Posted: Wed Sep 25, 2002 7:33 am Subject: handeling multiple lines |
#al sc {scan all;#t+ target_lighter}
#tr {^Scanning (%w) ...} {#var scanning_dir %1} "target_lighter"
#tr {@target is here.} {#sub {%ansi(white)@target _> @scanning_dir};#t- target_li ... |
Topic: Help with a Time Delay |
cingulli
Replies: 8
Views: 12048
|
Forum: zMUD General Discussion Posted: Thu Sep 19, 2002 2:15 pm Subject: Help with a Time Delay |
So the purpose of the delays would be to make your char to wait until the other monster is killed and then start to kill the next one.
Does your mud have a death message like The antelope is dead.( ... |
Topic: Help with a Time Delay |
cingulli
Replies: 8
Views: 12048
|
Forum: zMUD General Discussion Posted: Wed Sep 18, 2002 4:39 pm Subject: Help with a Time Delay |
Well you can always change the number in #alarm, it can be +1 too.
BUT, I think you should state more clearly what you need. Its difficult to understand it from your first post. Put some text here ... |
Topic: Help with a Time Delay |
cingulli
Replies: 8
Views: 12048
|
Forum: zMUD General Discussion Posted: Wed Sep 18, 2002 12:09 pm Subject: Help with a Time Delay |
If you post a question here, try give more information about your mud output and the triggers you have/need. Itll make more easier for people to understand what you need/want.
Anyway, use #alarm
... |
Topic: Logic Potion Problem |
cingulli
Replies: 2
Views: 4818
|
Forum: zMUD General Discussion Posted: Wed Sep 18, 2002 8:58 am Subject: Logic Potion Problem |
#IF (@potion1 > 0) {get plat.satchel @potioncontainer;quaff plat.satchel} {
#IF (@potion2 > 0) {get golden.flask @potioncontainer;quaff golden.flask} {
#IF (@potion3 > 0) {get book.herbalis ... |
Topic: Sending Text Prob |
cingulli
Replies: 2
Views: 4815
|
Forum: zMUD General Discussion Posted: Tue Sep 10, 2002 10:58 am Subject: Sending Text Prob |
#al spam {#gagon;say buu;say boo;say hi;say yea!;#gagoff}
#gagon and #gagoff gags commands you send to the mud, you wont see anything on the screen.
Other option could be #send, but i think #gag ... |
Topic: Installed zmud for first time, didn't get 30 days |
cingulli
Replies: 5
Views: 6870
|
Forum: zMUD General Discussion Posted: Tue Sep 03, 2002 11:23 am Subject: Installed zmud for first time, didn't get 30 days |
format your harddrive, that _might_ work ,)
|
Topic: Trying to get this salve trigger to work |
cingulli
Replies: 2
Views: 4412
|
Forum: zMUD General Discussion Posted: Tue Sep 03, 2002 11:12 am Subject: Trying to get this salve trigger to work |
how about
#TR { HP: (%d)/(%d) SP: (%d)/(%d)} {#IF (%1 < 50) {salve}}
|
Topic: Database window on/off |
cingulli
Replies: 2
Views: 4597
|
Forum: zMUD General Discussion Posted: Sun Sep 01, 2002 7:49 am Subject: Database window on/off |
Whats the command to turn that db-window on? Other than #menu {windows|database}. I want to do it automatically, so that when I connect, its automatically ON.
|
Topic: HOWTO create database, load/save records ? |
cingulli
Replies: 4
Views: 6701
|
Forum: zMUD General Discussion Posted: Tue Aug 20, 2002 3:07 pm Subject: HOWTO create database, load/save records ? |
>> For the next part, you should keep in mind that the database window must be >> open for any of the datbase command and functions to work.
:)
Thank you very much, now it works.
... |
Topic: HOWTO create database, load/save records ? |
cingulli
Replies: 4
Views: 6701
|
Forum: zMUD General Discussion Posted: Tue Aug 20, 2002 7:56 am Subject: HOWTO create database, load/save records ? |
im totally lost with the database system and dont even get the simpliest things to work, so if somebody would be kind enough to show me how to create a database, how set the records, how to write to t ... |
Topic: Pattern-matching |
cingulli
Replies: 1
Views: 3699
|
Forum: zMUD General Discussion Posted: Sun Aug 11, 2002 11:07 am Subject: Pattern-matching |
how to _only_ match a line like:
blaa blaa 'asdfasdf'
and not lines like:
blaa blaa 'asdfasdf' boobooboo
so i want a trigger which triggers only when the line has only its pattern-match
... |
|