Author |
Message |
Topic: Running 2 coppies of Zmud or something better? |
krohnu
Replies: 2
Views: 4121
|
Forum: zMUD General Discussion Posted: Sun Jul 08, 2007 10:45 pm Subject: Running 2 coppies of Zmud or something better? |
I run zmud and have some triggers that capture text to a second window. When I run multiple chars the captures go to the same window, and makes it hard to distinguish. Instead of rewritting 50+ trigge ... |
Topic: Using the Connection timmer |
krohnu
Replies: 6
Views: 6882
|
Forum: zMUD General Discussion Posted: Thu Sep 21, 2006 9:20 pm Subject: Using the Connection timmer |
wow, thats not the answer i was looking for, but that sure is the current project I am working on. Thanks. |
Topic: Using the Connection timmer |
krohnu
Replies: 6
Views: 6882
|
Forum: zMUD General Discussion Posted: Thu Sep 21, 2006 8:28 pm Subject: Using the Connection timmer |
I would like to use the connection timer to help calculate how much exp/hour i can getting. is that information stored in a var or is there a way to capture that info for use with triggers?
Thanks |
Topic: Second windows. |
krohnu
Replies: 1
Views: 3285
|
Forum: zMUD General Discussion Posted: Mon Aug 28, 2006 11:20 pm Subject: Second windows. |
I have some conversation triggers that captures a tell from someone and only displays it in a secondary window. They work quite well as llong as I only have one char logged in and using them.
#tri ... |
Topic: Outputting Triggers to text |
krohnu
Replies: 1
Views: 3831
|
Forum: zMUD General Discussion Posted: Mon Apr 17, 2006 10:44 pm Subject: Outputting Triggers to text |
ok i am stupid... there is an export command under settigns menu. |
Topic: Outputting Triggers to text |
krohnu
Replies: 1
Views: 3831
|
Forum: zMUD General Discussion Posted: Mon Apr 17, 2006 10:34 pm Subject: Outputting Triggers to text |
is there a way to output all your triggers to a text file?
I want a nice way to back them up.
Thanks |
Topic: CMUD and Linux |
krohnu
Replies: 23
Views: 44840
|
Forum: CMUD Beta Forum Posted: Sun Feb 05, 2006 5:42 pm Subject: CMUD and Linux |
Nah, I wasn't after a linux version (though it would be nice) I just like Zuggs builds, and was wondering if it would be easyer to emulate on linux.
I just hate to have to install IE on my linux b ... |
Topic: CMUD and Linux |
krohnu
Replies: 23
Views: 44840
|
Forum: CMUD Beta Forum Posted: Fri Feb 03, 2006 8:56 pm Subject: CMUD and Linux |
Well, I just got the 7.21 so i am tlaking about the older versions. And maybe it was just the eLincense that was the major trouble. Guess its time to try the 7.21 install :P |
Topic: CMUD and Linux |
krohnu
Replies: 23
Views: 44840
|
Forum: CMUD Beta Forum Posted: Fri Feb 03, 2006 9:14 am Subject: CMUD and Linux |
You know someone was going to ask. :P
Will CMud have the same lib issues that zMud does running it in linux?
Yes I am a paying customer and love my zMud in linux.
(just a pain to run all that s ... |
Topic: Extract area from mapper into area file |
krohnu
Replies: 7
Views: 22340
|
Forum: Finished MUD Scripts Posted: Fri Feb 03, 2006 8:34 am Subject: Extract area from mapper into area file |
any chance on doing the reverse? |
Topic: ZMud and Linux? |
krohnu
Replies: 147
Views: 313440
|
Forum: zMUD General Discussion Posted: Thu Jul 29, 2004 4:51 pm Subject: ZMud and Linux? |
Just got zmud 7.05 running on my Mandrake 10 official box this morning, did it the same way as blongden, also having the same trouble with the refresh.
You ever get that fixed blongden? |
Topic: Starting a DB |
krohnu
Replies: 9
Views: 13400
|
Forum: zMUD General Discussion Posted: Tue Sep 09, 2003 6:04 am Subject: Starting a DB |
Okay, I think another small detail I must of been missing, you have to have the DB display open in order to use the db even triggers?
Maybe thats some of my confusion.
Thanks for all the insite ... |
Topic: Trigger Help |
krohnu
Replies: 6
Views: 8518
|
Forum: zMUD General Discussion Posted: Mon Sep 08, 2003 6:46 pm Subject: Trigger Help |
Hmm.. Odd, oh well but I use the == and it always works for me. |
Topic: Trigger Help |
krohnu
Replies: 6
Views: 8518
|
Forum: zMUD General Discussion Posted: Mon Sep 08, 2003 6:06 pm Subject: Trigger Help |
I think your trouble stands in one place, I could be wrong but in your if...
#if (@potn=Orange)
that sets @potn to Orange
it should be:
#if (@potn == Orange)
that is a check if equal, not a s ... |
Topic: Starting a DB |
krohnu
Replies: 9
Views: 13400
|
Forum: zMUD General Discussion Posted: Mon Sep 08, 2003 6:02 pm Subject: Starting a DB |
Well LightBulb again you help greatly, as I always seem to see with your respoces.
Though I think I am starting to understand the first part of it, but can we take it to the next level?
Lets say ... |
Topic: Starting a DB |
krohnu
Replies: 9
Views: 13400
|
Forum: zMUD General Discussion Posted: Sun Sep 07, 2003 4:18 pm Subject: Starting a DB |
Like I said I think its mostly the naming convention. I guess what I am most lost on is how i am referancing the DB.
Lets say i have created a DB called test, it only has 4 fields, name, ac, worn, ... |
Topic: Starting a DB |
krohnu
Replies: 9
Views: 13400
|
Forum: zMUD General Discussion Posted: Sun Sep 07, 2003 1:48 am Subject: Starting a DB |
Hello,
I am having huge trouble getting a DB started. I think it is that I can't get the naming convention down.
Could someone give me a simple example that I might be able to use
to get me goi ... |
Topic: Trouble with old data. |
krohnu
Replies: 3
Views: 5233
|
Forum: zMUD General Discussion Posted: Fri Aug 01, 2003 12:10 am Subject: Trouble with old data. |
Yeah, I checked that already...
Hmm.. guess I need to keep trying. |
Topic: Trouble with old data. |
krohnu
Replies: 3
Views: 5233
|
Forum: zMUD General Discussion Posted: Tue Jul 29, 2003 4:44 pm Subject: Trouble with old data. |
I am trying to set a new var to the value of another var, but i do not seem to be getting the correct data.
#var grandtotal @total
this is inside an alias that does a number of other things. Als ... |
Topic: Prompt Dilema |
krohnu
Replies: 4
Views: 5975
|
Forum: zMUD General Discussion Posted: Wed Jul 23, 2003 4:22 pm Subject: Prompt Dilema |
Duh...
thanks for clearing that up... |
Topic: Time Stamp bug... |
krohnu
Replies: 4
Views: 6024
|
Forum: zMUD General Discussion Posted: Tue Jul 22, 2003 8:10 pm Subject: Time Stamp bug... |
That did it LightBulb!
Thanks! oh, and my triggers are not as full of errors, I just am not use to the commandline form and did a poor job converting it.
The part i did not do was, as you said, ... |
Topic: Prompt Dilema |
krohnu
Replies: 4
Views: 5975
|
Forum: zMUD General Discussion Posted: Tue Jul 22, 2003 7:35 pm Subject: Prompt Dilema |
well here is what a room looks like:
The Elemental Barracks
Here is the battle ready room for the elements to bar the warring cities. A
massive river raging over a waterfall spills forth-mighty wa ... |
Topic: Prompt Dilema |
krohnu
Replies: 4
Views: 5975
|
Forum: zMUD General Discussion Posted: Tue Jul 22, 2003 4:20 pm Subject: Prompt Dilema |
I have a set of triggers that i use to eval my current hp mana and endurance, they trigger off the prompt. I was also setting up triggers to eval what mobs are in the room to kill them, but I have fou ... |
Topic: Time Stamp bug... |
krohnu
Replies: 4
Views: 6024
|
Forum: zMUD General Discussion Posted: Tue Jul 22, 2003 4:02 pm Subject: Time Stamp bug... |
Well almost LightBulb,
I tried your first suggestion, but it still has the same trouble if i, or the person i am talking to sends a special char as well. I was speaking with a friend who is trying ... |
Topic: Time Stamp bug... |
krohnu
Replies: 4
Views: 6024
|
Forum: zMUD General Discussion Posted: Mon Jul 21, 2003 8:49 pm Subject: Time Stamp bug... |
I seem to be having trouble with my time stamp trigger i have set up in my comm window.
here is the trouble i have, it repeets any communication captured that has a special char in it 3 times.
exa ... |
|