Author |
Message |
Topic: Wish-list for zMUDXP |
thargy
Replies: 248
Views: 447675
|
Forum: zMUD General Discussion Posted: Sat Aug 27, 2005 10:23 am Subject: Wish-list for zMUDXP |
I want to see:
To the last poster: This is a wishlist thread. Please don't start derailing it.
In fairness to myself I don't see suggesting that zMudXP move too a client/server MMORPG model as any ... |
Topic: zApp and eMobius plans for August (and wish list) |
thargy
Replies: 43
Views: 118657
|
Forum: General zApp Discussion Posted: Fri Aug 26, 2005 4:06 pm Subject: zApp and eMobius plans for August (and wish list) |
Thanks for the insights, in one way it's disappointing to see that zMud will still need large sections of it's code implemented as compiled code, though it's not at all unsuprising. On the major plus ... |
Topic: zApp and eMobius plans for August (and wish list) |
thargy
Replies: 43
Views: 118657
|
Forum: General zApp Discussion Posted: Fri Aug 26, 2005 3:10 pm Subject: zApp and eMobius plans for August (and wish list) |
I've downloaded and tried zApp Pro and I'm really impressed with the general idea. It's much quicker than getting a .NET app up and running.
I can't wait to see the thing in a more polished form, ... |
Topic: New name for zApp? |
thargy
Replies: 23
Views: 66363
|
Forum: General zApp Discussion Posted: Thu Aug 25, 2005 6:38 pm Subject: New name for zApp? |
Have to admit AppZApp sounds a little naff to me sorry. :(
I too like zApp, but see the problem - though it's surely not as critical as you make out, otherwise programmes like WinZip would never ha ... |
Topic: Wish-list for zMUDXP |
thargy
Replies: 248
Views: 447675
|
Forum: zMUD General Discussion Posted: Thu Aug 25, 2005 4:16 pm Subject: Wish-list for zMUDXP |
OK I'm probably going to get flamed, but it seems to me that to really justify a new pay-per-version version of zMUD it really needs to add a whole new level of functionality. Most of the suggestions ... |
Topic: Problem with %roomcol function |
thargy
Replies: 2
Views: 4932
|
Forum: zMUD General Discussion Posted: Mon Sep 27, 2004 3:29 pm Subject: Problem with %roomcol function |
Thanks so much, that fixed it, the trick was obviously to avoid mapfilter, which must now be buggy or something. |
Topic: Problem with %roomcol function |
thargy
Replies: 2
Views: 4932
|
Forum: zMUD General Discussion Posted: Sun Sep 26, 2004 9:26 pm Subject: Problem with %roomcol function |
Now I know there's hundreds of scripts that may seem similar to this, I you may think it's been answered before, but I've read through the forums, and apart from one unanswered one (#CALL %roommode ... |
Topic: Auto visit every mapped room? (revisited) |
thargy
Replies: 17
Views: 25196
|
Forum: zMUD General Discussion Posted: Sat Sep 25, 2004 5:04 pm Subject: Auto visit every mapped room? (revisited) |
At the moment I'm working on integrating my walk everywhere code into my run code, calculating the next room is actually relatively quick, so whilst running the small delay whilst deciding where to go ... |
Topic: Passing commands to other windows |
thargy
Replies: 3
Views: 5200
|
Forum: zMUD General Discussion Posted: Thu Sep 16, 2004 9:02 pm Subject: Passing commands to other windows |
Sorry, I should have made it obvious, I thought by seperating the two pieces of code it made sense.
I set the variable with the main window name on initialisation (you can also set it to the charac ... |
Topic: i need help with triggering buttons |
thargy
Replies: 9
Views: 12805
|
Forum: zMUD General Discussion Posted: Thu Sep 16, 2004 10:12 am Subject: i need help with triggering buttons |
You can of course give the button an ID and then use #BU {id}. works for me fine. |
Topic: Passing commands to other windows |
thargy
Replies: 3
Views: 5200
|
Forum: zMUD General Discussion Posted: Thu Sep 16, 2004 9:42 am Subject: Passing commands to other windows |
OK, so if I want to execute a command in a different window i do the following:
#VAR MainWindow %window
To set a variable to the main window name (has to be run in the main window obviously). F ... |
Topic: Problems with the date in Zmud |
thargy
Replies: 3
Views: 6218
|
Forum: zMUD General Discussion Posted: Wed Sep 15, 2004 7:16 pm Subject: Problems with the date in Zmud |
Similar kind of problem here.
When I purchased zMud my computer was in GMT +3:00 time, now that I have moved to GMT timezone, I cannot change my time without zMud refusing to start, even though I h ... |
Topic: Auto visit every mapped room? (revisited) |
thargy
Replies: 17
Views: 25196
|
Forum: zMUD General Discussion Posted: Wed Sep 15, 2004 6:36 pm Subject: Auto visit every mapped room? (revisited) |
In my defence I wrote the original script in about an hour at 3 o'clock in the morning cause I was bored...
Just so you don't think that was my best effort.
|
Topic: Window layout - command line/status bar state unsaved |
thargy
Replies: 2
Views: 4803
|
Forum: zMUD General Discussion Posted: Wed Aug 11, 2004 5:33 pm Subject: Window layout - command line/status bar state unsaved |
Hey thanks, that fixed it perfectly!
Craig |
Topic: Split-screen |
thargy
Replies: 2
Views: 4313
|
Forum: zMUD General Discussion Posted: Wed Aug 11, 2004 1:32 pm Subject: Split-screen |
It may not help, but I find dragging the split screen position to the bottom works makes the window work like a normal scrolly window.
Also the CTRL-Z shortcut turns on and off the split screen.
... |
Topic: Window layout - command line/status bar state unsaved |
thargy
Replies: 2
Views: 4803
|
Forum: zMUD General Discussion Posted: Wed Aug 11, 2004 1:29 pm Subject: Window layout - command line/status bar state unsaved |
I'm having problems with the window layout, (zMud 7.05).
Having got my windows set out exactly as I want them, saving the layout and locking it, whenever I restart zMud insists on adding a status b ... |
Topic: New lines |
thargy
Replies: 3
Views: 5427
|
Forum: zMUD General Discussion Posted: Wed Aug 11, 2004 11:56 am Subject: New lines |
#TRIGGER {^$} {#GAG}
But there's probably a setting somewhere that's been tweaked. |
Topic: Variable names with special chars |
thargy
Replies: 3
Views: 5458
|
Forum: zMUD General Discussion Posted: Wed Aug 11, 2004 11:46 am Subject: Variable names with special chars |
Thanks for the reply.
I am thinking that
@{auto-map}
is interpreted as
{@auto}-map
I don't know why this would be a good idea, really you would think the curly brackets wo ... |
Topic: Auto visit every mapped room? |
thargy
Replies: 3
Views: 5675
|
Forum: zMUD General Discussion Posted: Wed Aug 11, 2004 1:34 am Subject: Auto visit every mapped room? |
OK,
I read your request as asking zMud to visit every room you've already mapped, I was bored so spent a quick hour and here's one solution, hope you like it
#CLASS {WalkEverywhere}
# ... |
Topic: Variable names with special chars |
thargy
Replies: 3
Views: 5458
|
Forum: zMUD General Discussion Posted: Tue Aug 10, 2004 10:55 pm Subject: Variable names with special chars |
I've recently purchased ZMud as it's a great programme, in fact it's one of the only pieces of software I've bought over the web. I am a programmer by professsion and I find customising zMud and writ ... |
|