Author |
Message |
Topic: losing last word on a logfile...? lil help please? |
YZilla
Replies: 4
Views: 5066
|
Forum: zMUD General Discussion Posted: Tue Sep 17, 2002 11:36 pm Subject: losing last word on a logfile...? lil help please? |
Try..
(%w) offers you (*)$
It should force zMUD to capture every thing in the line following "you".
- This signature intentionally blank - |
Topic: Confused with a trigger.. |
YZilla
Replies: 5
Views: 8400
|
Forum: zMUD General Discussion Posted: Sun Sep 01, 2002 7:29 am Subject: Confused with a trigger.. |
Assuming that there is no negative effect to send another circle/backstab command after the target is dead, the following two triggers should do.
Start off circle and back stab, and it should keep ... |
Topic: Hosted Scripting Files |
YZilla
Replies: 3
Views: 6406
|
Forum: zMUD General Discussion Posted: Wed Aug 07, 2002 10:21 pm Subject: Hosted Scripting Files |
How about just posting a copy of exported sripts on a website?
Takes a bit of manual Save As and Import, but easily done.
- This signature intentionally blank - |
Topic: CZmud crashing in XP |
YZilla
Replies: 7
Views: 9754
|
Forum: zMUD General Discussion Posted: Thu Jul 11, 2002 10:47 pm Subject: CZmud crashing in XP |
Have you tried updating to the latest service pack and everything?
- This signature intentionally blank - |
Topic: Getting ANSI |
YZilla
Replies: 2
Views: 4349
|
Forum: zMUD General Discussion Posted: Sun Jun 30, 2002 6:16 am Subject: Getting ANSI |
This is a quote from the help files, in the Trigger Options section.
I think this is what you want.
quote: ANSI Trigger
Turn this option on to allow patterns to contain ANSI color sequences. ... |
Topic: Colours and filtering |
YZilla
Replies: 16
Views: 20785
|
Forum: zMUD General Discussion Posted: Sun Jun 30, 2002 2:34 am Subject: Colours and filtering |
Well, there goes my plan to stop a while after more optimization.
I've done some more optimization on the code, mainly changing around the order of decection, letting the code that should trigger the ... |
Topic: Colours and filtering |
YZilla
Replies: 16
Views: 20785
|
Forum: zMUD General Discussion Posted: Fri Jun 28, 2002 5:35 am Subject: Colours and filtering |
I've done some optimization on the code a while ago, and they seemed to have, although very slightly, helped.
I mainly replaced the %repalace() expressions with a set of %delete() and %insert().
I ... |
Topic: Colours and filtering |
YZilla
Replies: 16
Views: 20785
|
Forum: zMUD General Discussion Posted: Fri Jun 28, 2002 12:22 am Subject: Colours and filtering |
Well, just did some in-game testing, and it's painfully slow.
I'll need to do some code-optimizaiton on this.
- This signature intentionally blank - |
Topic: Windows NT |
YZilla
Replies: 4
Views: 8634
|
Forum: zMUD General Discussion Posted: Fri Jun 28, 2002 12:12 am Subject: Windows NT |
Short answer, no.
I run zMUD on win2k, and as far as I know, it must be installed under an administrator account.
Even if you work around it and manage to get it installed, it will need to be init ... |
Topic: Colours and filtering |
YZilla
Replies: 16
Views: 20785
|
Forum: zMUD General Discussion Posted: Thu Jun 27, 2002 10:19 pm Subject: Colours and filtering |
Thanks for all the help.
I still have problem using Vijilante's code - which seems to go into infinit loops a lot, - but based on his code, I managed to whip up something that finally works.
pro ... |
Topic: Colours and filtering |
YZilla
Replies: 16
Views: 20785
|
Forum: zMUD General Discussion Posted: Thu Jun 27, 2002 7:00 am Subject: Colours and filtering |
Vijilante's code, after making the nessesary adjustments, is perfect at getting filtering out the codes. However, the colours are not showing.
I've attempted at varying Vijilante's code slightly to ... |
Topic: Colours and filtering |
YZilla
Replies: 16
Views: 20785
|
Forum: zMUD General Discussion Posted: Wed Jun 26, 2002 6:37 pm Subject: Colours and filtering |
Hm... SUB commands seems to have a lot of problem when they are executing codes instead of just replacing some text.
Using Vijilante's code, I've created a trigger which will SUB the colour code wi ... |
Topic: Colours and filtering |
YZilla
Replies: 16
Views: 20785
|
Forum: zMUD General Discussion Posted: Wed Jun 26, 2002 5:24 pm Subject: Colours and filtering |
Thanks for the replies.
I've actually thought about using the method Vijilante proposed, but since this is my first "big" trigger project, I havn't tried coding a complex system like that ... |
Topic: Colours and filtering |
YZilla
Replies: 16
Views: 20785
|
Forum: zMUD General Discussion Posted: Wed Jun 26, 2002 4:35 am Subject: Colours and filtering |
Thanks Kjta.
Although the filtering codes are still not working the way I'd like them to be, your num-to-hex coverter is a lot more effecient than what I had before.
After doing some trial-and-e ... |
Topic: Colours and filtering |
YZilla
Replies: 16
Views: 20785
|
Forum: zMUD General Discussion Posted: Mon Jun 24, 2002 7:22 pm Subject: Colours and filtering |
I've looked around in the forum archives for a while, but havn't found what I'm looking for specifically, so I'm going to start a new thread.
The MUD I play, Sharune, has two kinds of colouring opt ... |
|