Author |
Message |
Topic: Sending special characters to mud/file? |
Ryuichi
Replies: 3
Views: 4639
|
Forum: zMUD General Discussion Posted: Fri Sep 02, 2005 6:54 pm Subject: Sending special characters to mud/file? |
Almost as easy :) Thank you. |
Topic: Sending special characters to mud/file? |
Ryuichi
Replies: 3
Views: 4639
|
Forum: zMUD General Discussion Posted: Fri Sep 02, 2005 2:39 pm Subject: Sending special characters to mud/file? |
The answer to this is probably something I'm overlooking. I like to use tab-delimited text files because I can import them into excel or access.
If I have say two variables, @zone and @mobName, ho ... |
Topic: Wish-list for zMUDXP |
Ryuichi
Replies: 248
Views: 445720
|
Forum: zMUD General Discussion Posted: Mon Aug 15, 2005 11:23 pm Subject: Wish-list for zMUDXP |
The only thing I would really like would be to highlight related brackets and parentheses. When the curser is adjacent to one, it highlights that one and the related one. I've spent many hours debuggi ... |
Topic: Editor... multiple windows? |
Ryuichi
Replies: 2
Views: 4623
|
Forum: zMUD General Discussion Posted: Wed Feb 02, 2005 11:11 am Subject: Editor... multiple windows? |
Also, if you could highlight matching ( and )'s, and { and }'s, that would be awesome for a feature. |
Topic: Editor... multiple windows? |
Ryuichi
Replies: 2
Views: 4623
|
Forum: zMUD General Discussion Posted: Wed Feb 02, 2005 10:28 am Subject: Editor... multiple windows? |
I haven't found anything in the help file... is there a way to open up multiple trigger editors at the same time? It would save a lot of time if I could have two classes open that work with each other ... |
Topic: Bug in syntax editor |
Ryuichi
Replies: 1
Views: 5497
|
Forum: zMUD General Discussion Posted: Tue Feb 01, 2005 11:29 pm Subject: Bug in syntax editor |
Just a quickie. Whenever using
#timer 1 {#echo Resume} to do some stuff, the syntax editor says it's a syntax editor. It is not.
So whenever you get a chance, do your thing. Confused me rather b ... |
Topic: Possible Features in Upcoming Versions |
Ryuichi
Replies: 4
Views: 6379
|
Forum: zMUD General Discussion Posted: Tue Feb 01, 2005 10:23 pm Subject: Possible Features in Upcoming Versions |
Doh, I'm a tard. Alright, #alarm (*5) {#echo Hello!} will go off every 5 seconds. Just check out the command reference for alarm. Should set you off in the right track. |
Topic: Possible Features in Upcoming Versions |
Ryuichi
Replies: 4
Views: 6379
|
Forum: zMUD General Discussion Posted: Tue Feb 01, 2005 9:23 pm Subject: Possible Features in Upcoming Versions |
Actually... the tick timer will let you fire on completion. #timer (60) {command} |
Topic: Possible Features in Upcoming Versions |
Ryuichi
Replies: 4
Views: 6379
|
Forum: zMUD General Discussion Posted: Tue Feb 01, 2005 9:21 pm Subject: Possible Features in Upcoming Versions |
It really would be easier if you could set the tick timer more more easily and fire off of it... and multiple ones would be nice, also. |
Topic: Need help setting up a EXP average for Aardwolf mud. |
Ryuichi
Replies: 8
Views: 11285
|
Forum: zMUD General Discussion Posted: Tue Feb 01, 2005 9:08 pm Subject: Need help setting up a EXP average for Aardwolf mud. |
Paste in the command and its output, and I'll see what I can do. |
Topic: Copy/paste won't work outside of client window. |
Ryuichi
Replies: 1
Views: 4153
|
Forum: zMUD General Discussion Posted: Tue Feb 01, 2005 10:51 am Subject: Copy/paste won't work outside of client window. |
Nevermind... fixed it with http://www.tek-tips.com/viewthread.cfm?qid=991947&page=1
Leave it to my girlfriend. |
Topic: Path Recording configuration |
Ryuichi
Replies: 7
Views: 8918
|
Forum: zMUD General Discussion Posted: Tue Feb 01, 2005 10:10 am Subject: Path Recording configuration |
Note that I wasn't trying to be rude.... when I'm trying to throw code together quickly, I just revert to using that. I know regex, but it takes me a while to make it fire properly.... so I don't use ... |
Topic: Copy/paste won't work outside of client window. |
Ryuichi
Replies: 1
Views: 4153
|
Forum: zMUD General Discussion Posted: Tue Feb 01, 2005 10:07 am Subject: Copy/paste won't work outside of client window. |
Alright, I'm using remote desktop half the time, but I don't think that's relevant. I can copy text from the mud into the command line window, but not to the triggers window, or outside of zmud. It do ... |
Topic: Path Recording configuration |
Ryuichi
Replies: 7
Views: 8918
|
Forum: zMUD General Discussion Posted: Tue Feb 01, 2005 10:00 am Subject: Path Recording configuration |
%1 is just a bit of an old school way of doing things in zmud. Before regex and stuff were put in :) It works fine. |
Topic: Path Recording configuration |
Ryuichi
Replies: 7
Views: 8918
|
Forum: zMUD General Discussion Posted: Sun Jan 30, 2005 11:15 pm Subject: Path Recording configuration |
okay, #step {open d} works, but it also sends the text to the mud. Fair enough :)
Hope it's of some use to somebody.
Okay, for making a path, say you're walking, and bump into a door
#trigger ... |
Topic: Path Recording configuration |
Ryuichi
Replies: 7
Views: 8918
|
Forum: zMUD General Discussion Posted: Sun Jan 30, 2005 10:34 pm Subject: Path Recording configuration |
Check the Map Preferences. Under the Speedwalking category, there's a setting to "Add door commands to saved paths and %walk/%path functions". Dunno if it will work but you could try messing with it ... |
Topic: Path Recording configuration |
Ryuichi
Replies: 7
Views: 8918
|
Forum: zMUD General Discussion Posted: Sun Jan 30, 2005 4:34 am Subject: Path Recording configuration |
Found the #backup command, so half the problem down. |
Topic: Path Recording configuration |
Ryuichi
Replies: 7
Views: 8918
|
Forum: zMUD General Discussion Posted: Sun Jan 30, 2005 3:55 am Subject: Path Recording configuration |
When recording a path, sometimes you have to open doors/gates, and the path recorder doesn't pick up on this.
A path recorder configuration tab in preferences would be wonderful.
Also, when reco ... |
Topic: zMUD on Wine |
Ryuichi
Replies: 4
Views: 8940
|
Forum: zMUD General Discussion Posted: Fri Jan 28, 2005 1:16 pm Subject: zMUD on Wine |
Most microsoft installers (at least the older ones) will let you download the files needed to a directory so you could back them up or install them on another machine. If you can run the setup from a ... |
|