Author |
Message |
Topic: CTRL-Q faster with full buffer |
Mortis
Replies: 3
Views: 5203
|
Forum: zMUD General Discussion Posted: Wed Jan 10, 2007 8:43 am Subject: CTRL-Q faster with full buffer |
Would be cool if there was a option under Pref/Memory to assign memory to each character when they loaded.
To speed things up. But it would probably involve a lot of work for Zugg, who is working har ... |
Topic: #ADDKEY doesnt work with global records. |
Mortis
Replies: 2
Views: 4160
|
Forum: zMUD General Discussion Posted: Wed Jan 10, 2007 8:36 am Subject: #ADDKEY doesnt work with global records. |
I am using #ADDKEY varname keyname value or #ADDKEY varname {keyname1=value|keyname2=value}, depending on the situation, but neither work.
I cannot think of any reason why this doesnt work when #AD ... |
Topic: CTRL-Q faster with full buffer |
Mortis
Replies: 3
Views: 5203
|
Forum: zMUD General Discussion Posted: Tue Jan 09, 2007 3:13 pm Subject: CTRL-Q faster with full buffer |
Does anyone here know why CTRL-Q is faster when scrollback buffer is max?
Avarage on the first 5 gives me a time of 6,08. (buffer not full)
Avarage when buffer is full, time was 4,94.
On the ... |
Topic: #ADDKEY doesnt work with global records. |
Mortis
Replies: 2
Views: 4160
|
Forum: zMUD General Discussion Posted: Tue Jan 09, 2007 2:54 pm Subject: #ADDKEY doesnt work with global records. |
Like the topic says, I am having problems with #addkey.
If you create a data record in global, then use #addkey, it will erase anything within the record.
Atm I haft to pull down my record from glob ... |
Topic: XML data sharing |
Mortis
Replies: 1
Views: 3474
|
Forum: zMUD General Discussion Posted: Wed Jan 03, 2007 2:54 pm Subject: XML data sharing |
Greets!
I've been looking for a way to send information between computers/zmud applications.
After some heavy searching on the web, I finally stopped at XML data sharing, seemed easiest.
Problem ... |
Topic: Delaying an Alarm with 200ms. |
Mortis
Replies: 4
Views: 5550
|
Forum: zMUD General Discussion Posted: Sat Nov 25, 2006 6:18 am Subject: Delaying an Alarm with 200ms. |
Ahh. MattLofton, your idea worked. First I made an alarm that triggered after 3 sec then waited 200ms.
And Vijilante, are seeing your reply I did a quick test to see if the limit was there. And it ... |
Topic: Delaying an Alarm with 200ms. |
Mortis
Replies: 4
Views: 5550
|
Forum: zMUD General Discussion Posted: Fri Nov 24, 2006 5:57 pm Subject: Delaying an Alarm with 200ms. |
Greeting!
I have a script that needs to excecute an trigger every 3,2sec or 3200ms.
Problem is:
The smallest period of time that can be matched by an alarm is half a second.
Any brilliant id ... |
Topic: Pattern matching strings. |
Mortis
Replies: 1
Views: 3525
|
Forum: zMUD General Discussion Posted: Tue Nov 07, 2006 10:37 pm Subject: Pattern matching strings. |
Ah, Pattern should be ({@StringList}), forgot the "()". Problem solved. |
Topic: Pattern matching strings. |
Mortis
Replies: 1
Views: 3525
|
Forum: zMUD General Discussion Posted: Tue Nov 07, 2006 9:18 pm Subject: Pattern matching strings. |
Hello, I have a question I have been unable to solve myself.
If I were to use a string list in my pattern, like this:
#trigger {{@StringList}} {#say %1}
(I realize that %1 doesn't work, only ... |
Topic: v7.13a or whatever it is error |
Mortis
Replies: 27
Views: 43752
|
Forum: zMUD General Discussion Posted: Thu Jun 23, 2005 10:16 am Subject: v7.13a or whatever it is error |
Hi zugg.
I emailed that global.mud you wanted a cupple of days ago to "support@zuggsoft.com".
Couldnt find another email to send it too.
If it was the wrong one, lemme know.
Otherwise, I hoped ... |
Topic: Multiline triggers? |
Mortis
Replies: 4
Views: 8061
|
Forum: zMUD General Discussion Posted: Wed Jun 22, 2005 4:23 pm Subject: Multiline triggers? |
I have no idea how regex patterns work. I have never used them. So I can't comment if they could help.
But you could do like this.
Perhaps it's not an optimal solution but it worked..
#trigge ... |
Topic: HP Bar trigger... |
Mortis
Replies: 3
Views: 7037
|
Forum: zMUD General Discussion Posted: Wed Jun 22, 2005 3:53 pm Subject: HP Bar trigger... |
Why don't you put (*) in the end on your normal HP bar
like.. "G2N:(%n)(*)"
Then in the value of the trigger you could add something like
#VAR Mob %word(%12,2,":")
#VAR MobHealth %word(%12,3 ... |
Topic: v7.13a or whatever it is error |
Mortis
Replies: 27
Views: 43752
|
Forum: zMUD General Discussion Posted: Mon Jun 20, 2005 11:30 am Subject: v7.13a or whatever it is error |
I tried
#GVAR testing testing
and that too corrupts my global.mud.
Zugg or whoever works on zmud, do you want me to send a copy of my "corrupt" global.mud, or copy of the whole installation ... |
Topic: v7.13a or whatever it is error |
Mortis
Replies: 27
Views: 43752
|
Forum: zMUD General Discussion Posted: Sun Jun 19, 2005 10:43 am Subject: v7.13a or whatever it is error |
Hail Zugg.
Just I would like to say thanks for an excellent product.
There is nothing except perhaps my inlines and gym card that brought me this much joy.
You said I should write if I had the ... |
Topic: v7.13a or whatever it is error |
Mortis
Replies: 27
Views: 43752
|
Forum: zMUD General Discussion Posted: Fri Jun 17, 2005 2:40 pm Subject: v7.13a or whatever it is error |
I was just about to write the same.
Havnt had any problems with any updates, ever.
Been runing the newest version ever since it was public.
I don't know if I get the same error message as Kuga but ... |
Topic: Slow gauges. |
Mortis
Replies: 2
Views: 4029
|
Forum: zMUD General Discussion Posted: Thu Jun 09, 2005 8:58 pm Subject: Slow gauges. |
Then it is as I suspected.
Thanks Zugg, you saved me alot of time trying to solve it. |
Topic: Slow gauges. |
Mortis
Replies: 2
Views: 4029
|
Forum: zMUD General Discussion Posted: Thu Jun 09, 2005 6:52 pm Subject: Slow gauges. |
Hi!
I have a small problem with my gauges.
They don't have instant update for "data record" variables but for normal variables.
Try it yourself.
Make a data record with one key and set it ... |
Topic: a small %grep problem. |
Mortis
Replies: 1
Views: 3288
|
Forum: zMUD General Discussion Posted: Thu Mar 24, 2005 3:11 pm Subject: a small %grep problem. |
Hello
I have a alittle %grep() issue.
According to #Type helpfile(and Iam guessing %grep works the same) "the pattern can contain full pattern-matching commands."
Ok. I looked up "Pattern Mat ... |
Topic: Help with pickin' an item in a stringlist. |
Mortis
Replies: 1
Views: 3422
|
Forum: zMUD General Discussion Posted: Tue Oct 26, 2004 5:14 pm Subject: Help with pickin' an item in a stringlist. |
#VAR List {First|Second|Third}
#VAR Current {First}
#key F12 {#IF (%ismember( @Current, @List)=%numitems( @List)) {#VARIABLE Current %item( @List, 1)} {#VARIABLE Current %item( @List, %eval( %isme ... |
Topic: Index values in 2 or more #forall |
Mortis
Replies: 1
Views: 3042
|
Forum: zMUD General Discussion Posted: Tue Oct 26, 2004 2:37 pm Subject: Index values in 2 or more #forall |
Hello!
As the topic implies I have a problem with Index values.
Without dragging into what Iam build these variables/lists are exemples of the real ones except their real names.
#VAR Mains {Mai ... |
|