Author |
Message |
Topic: zMUD optimization guide? |
MisterDwooD
Replies: 17
Views: 36175
|
Forum: zMUD General Discussion Posted: Tue Jan 10, 2017 5:32 pm Subject: zMUD optimization guide? |
Oh how I wish I had you in my employ for a week. :)
You're awesome for helping Vijilante. |
Topic: zmud windows 10 |
MisterDwooD
Replies: 8
Views: 26475
|
Forum: zMUD General Discussion Posted: Tue Dec 20, 2016 7:21 pm Subject: zmud windows 10 |
For settings to save, you probably have to set it to run as administrator.
So, run as administrator, and combatability mode of XP SP3, and it should run perfectly. |
Topic: Zone Copy did something to rooms. |
MisterDwooD
Replies: 11
Views: 26127
|
Forum: zMUD General Discussion Posted: Mon Mar 14, 2016 5:04 pm Subject: Zone Copy did something to rooms. |
Well, If it actually "fixed" the room so that it was permanently fixed, I'd definitely go fix all my rooms using that, However, for some reason, it doesn't. So, I'll probably end up remapping a few ... |
Topic: Zone Copy did something to rooms. |
MisterDwooD
Replies: 11
Views: 26127
|
Forum: zMUD General Discussion Posted: Mon Mar 14, 2016 8:08 am Subject: Zone Copy did something to rooms. |
Boy was I wrong... there's about 15000 rooms I'd have to remap for it to be perfect again.. :( Man how I wish I knew what was wrong. The map is beautiful right now, just the find command isn't wo ... |
Topic: Zone Copy did something to rooms. |
MisterDwooD
Replies: 11
Views: 26127
|
Forum: zMUD General Discussion Posted: Mon Mar 14, 2016 6:54 am Subject: Zone Copy did something to rooms. |
I'm not really sure what you mean... I have done some more testing, and I've found that any room that i created with my map is fine. Any room that was ported over using the "zone-copy" tool does not ... |
Topic: Zone Copy did something to rooms. |
MisterDwooD
Replies: 11
Views: 26127
|
Forum: zMUD General Discussion Posted: Mon Mar 14, 2016 1:09 am Subject: Zone Copy did something to rooms. |
So after a bunch of testing and probing for WTF was going on, I found that it's only happening on a few select zones on my map. All other zones it's working just fine.
In these zones, it will t ... |
Topic: Zone Copy did something to rooms. |
MisterDwooD
Replies: 11
Views: 26127
|
Forum: zMUD General Discussion Posted: Wed Mar 09, 2016 5:37 am Subject: Zone Copy did something to rooms. |
Thanks for the reminder about the converter, I have heard about that before.
I'll go ahead and run some tests with it and see what I can find out.
Thanks. |
Topic: Zone Copy did something to rooms. |
MisterDwooD
Replies: 11
Views: 26127
|
Forum: zMUD General Discussion Posted: Tue Mar 08, 2016 9:38 pm Subject: Zone Copy did something to rooms. |
I'm thinking it might be an issue with my map itself. I'll have to do some further testing.
After a bunch of testing, i'm still lost. But, I found that on some rooms, it does find the descriptio ... |
Topic: Zone Copy did something to rooms. |
MisterDwooD
Replies: 11
Views: 26127
|
Forum: zMUD General Discussion Posted: Tue Mar 08, 2016 4:30 pm Subject: Zone Copy did something to rooms. |
I have a piece of code that is supposed to use "find" and locate my room on the map. This script wasn't created by me, so i'm not 100% sure how it works, though I understand most of it. However, t ... |
Topic: Using a Multi Word - String List variable Trigger |
MisterDwooD
Replies: 12
Views: 28428
|
Forum: zMUD General Discussion Posted: Tue Mar 08, 2016 4:15 pm Subject: Using a Multi Word - String List variable Trigger |
When i'm entering commands in the command bar is when it mattered to me. Not while writing scripts. For example:
st; not; mw; charge bob
that is not the same as:
st;not;mw;chargebob
One ... |
Topic: Using a Multi Word - String List variable Trigger |
MisterDwooD
Replies: 12
Views: 28428
|
Forum: zMUD General Discussion Posted: Fri Feb 19, 2016 4:34 am Subject: Using a Multi Word - String List variable Trigger |
Actually, I already bought CMUD. I'm a supporter for sure! I love the Z/C Mud :)
But.. In Cmud, i can't "semi-colon space" and have it go through. That was a mistake in zmud, Mr. Zugg alrea ... |
Topic: Using a Multi Word - String List variable Trigger |
MisterDwooD
Replies: 12
Views: 28428
|
Forum: zMUD General Discussion Posted: Thu Feb 18, 2016 7:54 pm Subject: Using a Multi Word - String List variable Trigger |
Yeah. I test it pretty fully. It seems like it'll trigger on a single word, or multiple single words. But, if the string list contains values that are multiple words, then it doesn't expand it. ... |
Topic: Using a Multi Word - String List variable Trigger |
MisterDwooD
Replies: 12
Views: 28428
|
Forum: zMUD General Discussion Posted: Thu Feb 18, 2016 6:41 am Subject: Using a Multi Word - String List variable Trigger |
I have a variable that contains a few things:
#CLASS {SubsnColors}
#VAR rankgear {a jeweled wristcuff |a pair of steel-plated greaves |a heron marked blade }
#TRIGGER { ... |
Topic: settings not saving in Zmud |
MisterDwooD
Replies: 1
Views: 8399
|
Forum: zMUD General Discussion Posted: Wed Feb 17, 2016 11:21 pm Subject: settings not saving in Zmud |
I might not be correct in this.. But what I've found with newer versions of windows and zMUD is that you don't have the rights to save in the folder in the new windows.
So, you'd want to go make s ... |
Topic: Map Room Evaluate Question |
MisterDwooD
Replies: 16
Views: 35907
|
Forum: zMUD General Discussion Posted: Sat Feb 13, 2016 11:00 pm Subject: Map Room Evaluate Question |
Hmm..
I think I figured it out. I put it in as:
#SAY {Found room: ~"%roomname( %item( @bestfound, 2))~" ~(%item( @bestfound, 2)~) and it's ~"@foundthis~" rooms away.}
I'm definitely lear ... |
Topic: Map Room Evaluate Question |
MisterDwooD
Replies: 16
Views: 35907
|
Forum: zMUD General Discussion Posted: Sat Feb 13, 2016 10:46 pm Subject: Map Room Evaluate Question |
Unfortunately, I have no idea how to implement the fix you suggested. I don't see how that would fix it or where you're applying it that it would fix it.
Also, how is it choosing "Best found"? ... |
Topic: Map Room Evaluate Question |
MisterDwooD
Replies: 16
Views: 35907
|
Forum: zMUD General Discussion Posted: Sat Feb 13, 2016 2:41 am Subject: Map Room Evaluate Question |
So that was pretty slick. It works well most the time. I haven't narrowed down what causes it to find a room very far away from me sometimes.
However, I did find something interesting that ma ... |
Topic: Map Room Evaluate Question |
MisterDwooD
Replies: 16
Views: 35907
|
Forum: zMUD General Discussion Posted: Sun Feb 07, 2016 2:09 am Subject: Map Room Evaluate Question |
I must have not seen your response from before. Let me try that out again and I'll report back! :)
Thanks |
Topic: Map Room Evaluate Question |
MisterDwooD
Replies: 16
Views: 35907
|
Forum: zMUD General Discussion Posted: Sat Feb 06, 2016 11:09 pm Subject: Map Room Evaluate Question |
Well, unfortunately, when putting that in zMUD, it has several syntax errors and I'm not able to do much with it. :( So far, I have this:
#alias room2 {
#VAR searchforthis {%-1}
#SAY {Searched ... |
Topic: Map Room Evaluate Question |
MisterDwooD
Replies: 16
Views: 35907
|
Forum: zMUD General Discussion Posted: Sat Feb 06, 2016 8:26 pm Subject: Map Room Evaluate Question |
Holy cow man.. That found looks so "sexy"! I'll have to play around to understand it so I can know which variables to change, but hot dang! Looks good.
I'll let you know when I find things I ... |
Topic: Variable Contains Script |
MisterDwooD
Replies: 6
Views: 16232
|
Forum: zMUD General Discussion Posted: Sat Feb 06, 2016 6:32 pm Subject: Variable Contains Script |
That is exactly what I needed to learn! You guys were both a great help! It's working swimmingly now! |
Topic: Map Room Evaluate Question |
MisterDwooD
Replies: 16
Views: 35907
|
Forum: zMUD General Discussion Posted: Sat Feb 06, 2016 6:31 pm Subject: Map Room Evaluate Question |
Thanks!
That definitely fixed it.. However, In trying to adapt it to what I need, I'm "surprisingly" running into difficulties. :)
That script is outputting the closest rooms within my parameter ... |
Topic: Map Room Evaluate Question |
MisterDwooD
Replies: 16
Views: 35907
|
Forum: zMUD General Discussion Posted: Sat Feb 06, 2016 8:50 am Subject: Map Room Evaluate Question |
Thanks for responding man! Sorry it was in the other thread. My computer was blinding them altogether. But... This is what you gave me:
#ALIAS room {
#VAR searchforthis {%-1}
#SA ... |
Topic: Map Room Evaluate Question |
MisterDwooD
Replies: 16
Views: 35907
|
Forum: zMUD General Discussion Posted: Sat Feb 06, 2016 4:05 am Subject: Map Room Evaluate Question |
Thanks Guys!
So.. right now, I have a script:
#ALIAS room {#VAR searchforthis {%-1};#MAPQUERY {[Name] LIKE '%@searchforthis%'};#SAY {Searched For: @searchforthis}} "Scripts|Misc"
If I type ... |
Topic: Variable Contains Script |
MisterDwooD
Replies: 6
Views: 16232
|
Forum: zMUD General Discussion Posted: Sat Feb 06, 2016 3:57 am Subject: Variable Contains Script |
Thanks guys for piping in.
I've never used the %pos command before. Can you give me a quick rundown of it? Or rather, just confirm if my understanding is correct.. Usually it's what position i ... |
|