Author |
Message |
Topic: Trigger performance |
wth
Replies: 5
Views: 7098
|
Forum: zMUD General Discussion Posted: Wed Oct 23, 2002 8:32 am Subject: Trigger performance |
I said 'one word' not '1st word in line'. So if there is 2 or 3 words in a line I'm enough interested in highlighting only one of its.
But thx anyway - I thought that there are minor difference in ... |
Topic: Trigger performance |
wth
Replies: 5
Views: 7098
|
Forum: zMUD General Discussion Posted: Tue Oct 22, 2002 10:58 pm Subject: Trigger performance |
Light: yea - I wanted 'ismember' function (was writting this post - not copy-paste from zmud) - my mistake
Kjata:
1/ If 2nd one would highlight only one work in line it is ok for me (this is info/ ... |
Topic: Trigger performance |
wth
Replies: 5
Views: 7098
|
Forum: zMUD General Discussion Posted: Tue Oct 22, 2002 9:17 pm Subject: Trigger performance |
Hello
What would be faster:
#VARIABLE ppl1 "player1|player2| ... |playerX"
#VARIABLE ppl2 "ppl1|ppl2|ppl3| ... |pplN"
#TRIGGER {@ppl1} {#CW green}
#TRIGGER {@ppl2} {#CW re ... |
Topic: Command line off and menu |
wth
Replies: 6
Views: 7704
|
Forum: zMUD General Discussion Posted: Thu Sep 26, 2002 6:34 pm Subject: Command line off and menu |
Noone can help me? :(
--
Waldek
There are no mistakes, just learning experience |
Topic: ALARM and trigger off |
wth
Replies: 6
Views: 8114
|
Forum: zMUD General Discussion Posted: Thu Sep 26, 2002 8:28 am Subject: ALARM and trigger off |
I'm using #ALARM *xxx syntax. But IMHO before executing this type of alarm should be checked if triggers are enable...
--
Waldek
There are no mistakes, just learning experience |
Topic: Command line off and menu |
wth
Replies: 6
Views: 7704
|
Forum: zMUD General Discussion Posted: Tue Sep 24, 2002 12:52 pm Subject: Command line off and menu |
Why when I have in window disabled/hidden command line all keypress is like I could hit it with ALT? Menu of zmud main window is active in this case - I'm writing very fast and sometimes haven't notic ... |
Topic: ALARM and trigger off |
wth
Replies: 6
Views: 8114
|
Forum: zMUD General Discussion Posted: Tue Sep 24, 2002 12:49 pm Subject: ALARM and trigger off |
Why alarms works when I'm turning off triggers?
I have to always manualy disable class or single alarm when wish to disable all triggers!
Best rgds,
--
Waldek
There are no mistakes, just lear ... |
Topic: How to make script based mapping |
wth
Replies: 6
Views: 8479
|
Forum: zMUD General Discussion Posted: Sat Aug 10, 2002 11:03 am Subject: How to make script based mapping |
Thx. It helps me a little, But still doesnt work proper.
I've noticed that automapper didnt catch line with room name - maked a trigger which write room name line one again and then it started to wor ... |
Topic: How to make script based mapping |
wth
Replies: 6
Views: 8479
|
Forum: zMUD General Discussion Posted: Fri Aug 09, 2002 10:38 pm Subject: How to make script based mapping |
I'll try to explain.
I can be in one of two modes:
1/ brief mode - during moving I see only room name, items and mobs in room, and later prompt, syntax is:
<room name>.
The main guard.
... |
Topic: How to make script based mapping |
wth
Replies: 6
Views: 8479
|
Forum: zMUD General Discussion Posted: Fri Aug 09, 2002 6:42 pm Subject: How to make script based mapping |
Still trying to do it but can't - below some examples:
There is room name and prompt - no room description - glance is command for short looking (without room description)
glance
On a path inside ... |
Topic: How to make script based mapping |
wth
Replies: 6
Views: 8479
|
Forum: zMUD General Discussion Posted: Thu Aug 08, 2002 9:22 pm Subject: How to make script based mapping |
Hello
Mud which I'm playing have very strange output so autoconfigure of mapping doesnt works. I can easly write triggers which will give me info about description, room name, exits, but I dont kno ... |
Topic: How to disable script autoformating in Settings... |
wth
Replies: 9
Views: 11252
|
Forum: zMUD General Discussion Posted: Mon Jul 01, 2002 10:51 am Subject: How to disable script autoformating in Settings... |
Thank you all for support - finally I found 'option' menu you were talking about.
--
Waldek
There are no mistakes, just learning experience |
Topic: How to disable script autoformating in Settings... |
wth
Replies: 9
Views: 11252
|
Forum: zMUD General Discussion Posted: Sun Jun 30, 2002 8:16 pm Subject: How to disable script autoformating in Settings... |
I will say again - HOW TO DISABLE PREATY PRINTING?!
I've asked you to tell me how to disable IT!
I've tried View->Preferences->General then Script Parser->Pretty Prining and? Which option ... |
Topic: How to disable script autoformating in Settings... |
wth
Replies: 9
Views: 11252
|
Forum: zMUD General Discussion Posted: Sun Jun 30, 2002 10:50 am Subject: How to disable script autoformating in Settings... |
Yea - I've already found all of this options, and all have checked. Indenting have on 4 spaces. But - I want to disable autoindenting in zmud - indenting by zmud is very unreadable when you have some ... |
Topic: How to disable script autoformating in Settings... |
wth
Replies: 9
Views: 11252
|
Forum: zMUD General Discussion Posted: Sat Jun 29, 2002 5:23 pm Subject: How to disable script autoformating in Settings... |
Sry - but I dont see the way to disable pretty printing? Can you give some more description of it?
--
Waldek
There are no mistakes, just learning experience |
Topic: How to disable script autoformating in Settings... |
wth
Replies: 9
Views: 11252
|
Forum: zMUD General Discussion Posted: Fri Jun 28, 2002 7:49 pm Subject: How to disable script autoformating in Settings... |
How to disable script autoformating in Settings editor window? (I want to make identing by myself!)
--
Waldek
There are no mistakes, just learning experience |
Topic: Parameters scope in triggers? |
wth
Replies: 4
Views: 6857
|
Forum: zMUD General Discussion Posted: Thu Jun 27, 2002 11:38 pm Subject: Parameters scope in triggers? |
Yes - sorry for problem - I've just found this error by myself.
I'm using temp trigger in alias so each parameter I have to write as %%1 or %%i and this little embarassed me.
Now everything is ok.
... |
Topic: Parameters scope in triggers? |
wth
Replies: 4
Views: 6857
|
Forum: zMUD General Discussion Posted: Thu Jun 27, 2002 11:26 pm Subject: Parameters scope in triggers? |
You didnt understand my problem. In my case #SAY %1 won't output 'aaa', but will output 5 times string which triggered trigger (string from (*)).
So in my case %1 is not scoped from #FORALL but is sc ... |
Topic: Parameters scope in triggers? |
wth
Replies: 4
Views: 6857
|
Forum: zMUD General Discussion Posted: Thu Jun 27, 2002 9:45 pm Subject: Parameters scope in triggers? |
#TEMP {foo (*)} {
#VARIABLE tmp "aaa|bbb|ccc|ddd|eee"
#FORALL @tmp {
#SAY %1
}
}
In FORALL loop parameter %1 is from #TEMP parameter not #FORALL - how to make %1 get valu ... |
Topic: #COND question |
wth
Replies: 1
Views: 3585
|
Forum: zMUD General Discussion Posted: Wed Jun 26, 2002 11:20 pm Subject: #COND question |
Hello
For output:--------
line1
line2
...
lineX
-------
I tried to make trigger which will execute for each lineX (lines between 1st --------- and 2nd --------------).
Is there way to make ... |
Topic: Execute commands from list |
wth
Replies: 1
Views: 4192
|
Forum: zMUD General Discussion Posted: Wed Jun 26, 2002 4:42 pm Subject: Execute commands from list |
Sorry - now I found commands #EXEC and %expand - this is all I need.
--
Waldek
There are no mistakes, just learning experience |
Topic: Execute commands from list |
wth
Replies: 1
Views: 4192
|
Forum: zMUD General Discussion Posted: Wed Jun 26, 2002 4:26 pm Subject: Execute commands from list |
How to execute command from list? I.e.:
#VA cmds "look|tell @foo something|.2n|#WAIT 2000|#VA counter 1|#ADD @counter 2"
How to send to mud all above commands from list, like it co ... |
Topic: Help writing a Trigger |
wth
Replies: 8
Views: 12335
|
Forum: zMUD General Discussion Posted: Wed Jun 05, 2002 9:35 pm Subject: Help writing a Trigger |
I.e.
#TRIGGER {Ability Scores: (%d) (%d) (%d) (%d) (%d) (%d)} {
#VARIABLE sayYes 1
#IF (%1<18) {#VARIABLE sayYes 0}
#IF (%2<18) {#VARIABLE sayYes 0}
#IF (%3<18) {#VARIABLE sayYes 0}
#IF ... |
Topic: 'notrig' option on #TEMP trigger? |
wth
Replies: 10
Views: 9859
|
Forum: zMUD General Discussion Posted: Wed Jun 05, 2002 5:42 pm Subject: 'notrig' option on #TEMP trigger? |
Ok - final and tested version of triggers which I need:
#VAR firstLine {0} {0} "Dune|Infos"
#VAR lastChannel {tells} {} "Dune|Infos"
#TRIGGER "infoTrigger" {*} {#I ... |
Topic: 'notrig' option on #TEMP trigger? |
wth
Replies: 10
Views: 9859
|
Forum: zMUD General Discussion Posted: Wed Jun 05, 2002 5:01 pm Subject: 'notrig' option on #TEMP trigger? |
Alias setNextLineGet is used not only for 'harko' window, but is parametrized to be able to use this alias to catch messages from other channels like 'chat', 'servint', etc - and each channels has its ... |
|