Author |
Message |
Topic: #IF and #ALARM ? |
Gotanda
Replies: 1
Views: 974
|
Forum: zMUD General Discussion Posted: Tue Oct 19, 2004 9:34 am Subject: #IF and #ALARM ? |
Is it possible to put a temp alarm trigger within an if statement? lets say I only want to cast a certain spell if my mana is above a certain point, with that criteria I want a temp alarm in similarit ... |
Topic: Killing temp #alarm trigger? |
Gotanda
Replies: 1
Views: 1425
|
Forum: zMUD General Discussion Posted: Fri Oct 01, 2004 9:51 am Subject: Killing temp #alarm trigger? |
Is it possible to kill/delete a temporary #alarm trigger? This would be usuful if the current situation has changed and the alarm is no longer needed and to avoid spam. Of course I mean deleting it fr ... |
Topic: Help me capture number and put it into a variable |
Gotanda
Replies: 9
Views: 3091
|
Forum: zMUD General Discussion Posted: Sun Sep 12, 2004 12:36 am Subject: Help me capture number and put it into a variable |
Ok this is what I got and will work pretty well:
#TR {@tank %s~[%s(%d)~%~H} {#VAR leader %1}
So without the second %s it captures the 100% fine, aslong as the tanks hps is full that is, ... |
Topic: Help me capture number and put it into a variable |
Gotanda
Replies: 9
Views: 3091
|
Forum: zMUD General Discussion Posted: Sun Sep 12, 2004 12:15 am Subject: Help me capture number and put it into a variable |
Naturally, it is not the 01. line I wish to capture but the 100%H line. The Forum obviously didnt keep the correct spacing Sorry about that! |
Topic: Help me capture number and put it into a variable |
Gotanda
Replies: 9
Views: 3091
|
Forum: zMUD General Discussion Posted: Sun Sep 12, 2004 12:14 am Subject: Help me capture number and put it into a variable |
Thanks LightBulb, seems like we are getting close but still not working. It works fine when Im using your #show string, but that is not how it actually looks. When it gets the actual string it still d ... |
Topic: Help me capture number and put it into a variable |
Gotanda
Replies: 9
Views: 3091
|
Forum: zMUD General Discussion Posted: Sat Sep 11, 2004 12:24 pm Subject: Help me capture number and put it into a variable |
hehe, i made typo of course :) sorry about that, I have written %1 and it still doesent work. |
Topic: Help me capture number and put it into a variable |
Gotanda
Replies: 9
Views: 3091
|
Forum: zMUD General Discussion Posted: Sat Sep 11, 2004 9:15 am Subject: Help me capture number and put it into a variable |
I would like to capture this line whenever it comes up on the screen: (its not the beginning nor the end of the line)
Gotanda [100%H
However I want it to recognize that Gotan ... |
|