Author |
Message |
Topic: #repeat question |
Gwaethiel
Replies: 1
Views: 4680
|
Forum: CMUD General Discussion Posted: Fri Dec 27, 2013 3:19 pm Subject: #repeat question |
Hello.
So, i thought that it will be easy, but it is not for me.
#alias {drz %d}
{
#repeat %d {action1;#wa 18000}
#repeat %d {action2;#wa 18000}
#repeat %d {action3;#wa 18000}
#repeat %d {a ... |
Topic: Alias and gauge problem. |
Gwaethiel
Replies: 1
Views: 4475
|
Forum: CMUD General Discussion Posted: Thu Aug 08, 2013 8:15 am Subject: Alias and gauge problem. |
Hello! I've got 2 problems, with which i can't deal.
First:
#ALIAS za {zaslon %1 %if(%2,przed %-2)}
It works on zMUD, but not on cMUD. I mean, when i type for example 'za dwarf elf' i've got ... |
Topic: Day/Night timer? |
Gwaethiel
Replies: 1
Views: 6309
|
Forum: zMUD General Discussion Posted: Wed May 08, 2013 12:09 pm Subject: Day/Night timer? |
Hello.
I have some trouble with script create.
I know, that it takes 30 minutes to day change to night.
So i want to create script, which will count those 30 minutes. That's easy. BUT. But i ... |
Topic: Data records creating with triggers. |
Gwaethiel
Replies: 2
Views: 7064
|
Forum: zMUD General Discussion Posted: Fri Feb 22, 2013 1:42 pm Subject: Data records creating with triggers. |
Totally edit:
I have other problem.
Sorry for example in polish, but i don't know how to write it in english:
Maly zielony goblin LEKKO RANI CIE malym ostrym sztyletem.
So, i have trigge ... |
Topic: Data records creating with triggers. |
Gwaethiel
Replies: 2
Views: 7064
|
Forum: zMUD General Discussion Posted: Thu Feb 21, 2013 11:08 pm Subject: Data records creating with triggers. |
Hello!
I have a little problem. So, i want to write script, when if MUD send to me, for example:
Little stinky orc hits you with his sword, but damage was parried by big black shield.
I made ... |
Topic: Trigger with #alarm and #abort |
Gwaethiel
Replies: 5
Views: 10042
|
Forum: zMUD General Discussion Posted: Wed Aug 01, 2012 3:52 pm Subject: Trigger with #alarm and #abort |
So, i read it many times, have many trials and it still don't work.
I even tried make trigger without alarm, and it don't work also.
#TR {Znajdujesz} {#abort} {tescik}
And when i run script, ... |
Topic: Trigger with #alarm and #abort |
Gwaethiel
Replies: 5
Views: 10042
|
Forum: zMUD General Discussion Posted: Wed Aug 01, 2012 10:11 am Subject: Trigger with #alarm and #abort |
I still don't know what to do. I'm not advanced user of zMUD.
Can u write me how that script must look? I was searching some info of code blocks in zMUD help, but i don't found it. |
Topic: Trigger with #alarm and #abort |
Gwaethiel
Replies: 5
Views: 10042
|
Forum: zMUD General Discussion Posted: Tue Jul 31, 2012 11:11 pm Subject: Trigger with #alarm and #abort |
Hello!
I have a little problem.
I wrote trigger, which look:
#trigger {Znajdujesz %w} {#alarm %random(100, 700);#abort} {tescik}
But when i got text:
Znajdujesz ostry postrzepiony lisc ... |
Topic: Substitute with new line. |
Gwaethiel
Replies: 1
Views: 5648
|
Forum: zMUD General Discussion Posted: Mon Apr 09, 2012 7:00 pm Subject: Substitute with new line. |
Hello!
I have a little problem - i have trigger:
Pattern: pozostawione przez %w i prowadza na %1.
Value: #SUB {Slady prowadza na %upper(%1)}
In zMUD it showing, for example:
text
text
S ... |
Topic: Help with #waitfor |
Gwaethiel
Replies: 4
Views: 8310
|
Forum: CMUD General Discussion Posted: Wed Mar 14, 2012 12:38 pm Subject: Help with #waitfor |
Cool, it works! Thank you.
So, i have another question. I hope you can help me too.
In zMUD when i run trigger and push ESCAPE, trigger stop at all. In cMUD when i push ESC, client send next com ... |
Topic: Help with #waitfor |
Gwaethiel
Replies: 4
Views: 8310
|
Forum: CMUD General Discussion Posted: Wed Mar 14, 2012 11:53 am Subject: Help with #waitfor |
Hi!
When i'm playing on zMUD i have script which look, f.e.:
Where 'sd' is alias with search something and it's take about 7seconds, and after waiting 7-8,5s it send next command to mud.
... |
Topic: Stopping scripts. |
Gwaethiel
Replies: 4
Views: 12873
|
Forum: zMUD General Discussion Posted: Thu Feb 24, 2011 12:25 pm Subject: Stopping scripts. |
#ABORT don't work that i like, cause it sending next command to MUD without #wait, and script continues.
#SUSPEND don't work at all.
I try to explain what i need. For example i take script wich ... |
Topic: Stopping scripts. |
Gwaethiel
Replies: 4
Views: 12873
|
Forum: zMUD General Discussion Posted: Wed Feb 23, 2011 11:14 pm Subject: Stopping scripts. |
Hello!
I have question. I write a script like a:
#15 {e;szukaj listery;#wait %random(8000, 11000)}
For example. After 6 locations i decide to stop it, but i don't have m ... |
|