Author |
Message |
Topic: Updating to the new license |
Death
Replies: 1
Views: 4029
|
Forum: zMUD General Discussion Posted: Sat Nov 12, 2005 7:40 am Subject: Updating to the new license |
I accidently didn't change the email that it would send to and the email was inactive and now I can't get the new license info to get past the evalution period.
Is there a process I can go through ... |
Topic: Clock Change Detected |
Death
Replies: 4
Views: 7046
|
Forum: zMUD General Discussion Posted: Tue May 11, 2004 1:28 am Subject: Clock Change Detected |
lol. I don't want to go back to Michigan. I'm so enjoying the great weather out here. Ok, I have to run off to class, but I'll be sure to check this solution out when I get home afterwards. |
Topic: Clock Change Detected |
Death
Replies: 4
Views: 7046
|
Forum: zMUD General Discussion Posted: Tue May 11, 2004 1:09 am Subject: Clock Change Detected |
I did a search on this and came up with a few threads. One solution posted was to restart the computer to let XP recache the clock change correctly. I just restarted and zMud still errors and closes w ... |
Topic: Which would make more sense? |
Death
Replies: 1
Views: 4050
|
Forum: zMUD General Discussion Posted: Mon Mar 29, 2004 1:40 pm Subject: Which would make more sense? |
If I wanted to save who logs in from what IP address, would it be more beneficial or make more sense to use the database or to use variables? |
Topic: MXP Problem... |
Death
Replies: 7
Views: 12007
|
Forum: zMUD General Discussion Posted: Tue Aug 05, 2003 3:47 am Subject: MXP Problem... |
Took out all ' in the names of the areas (ie. Redferne's) and now it shows up how I want to, just that is there when I right click is 27000 and goto. So I'm getting closer. |
Topic: MXP Problem... |
Death
Replies: 7
Views: 12007
|
Forum: zMUD General Discussion Posted: Tue Aug 05, 2003 3:38 am Subject: MXP Problem... |
quote:Originally posted by Vijilante
Best I can say is try single quotes ' instead of double quotes ". Next would be to eliminate the tildes ~ and use double quotes around the entire MXP portion (as ... |
Topic: MXP Problem... |
Death
Replies: 7
Views: 12007
|
Forum: zMUD General Discussion Posted: Mon Aug 04, 2003 11:10 pm Subject: MXP Problem... |
Script..
#TRIGGER {~~~~[ - ]
Basically I want it to allow me to right click, then left click the area name, and goto the first vnum of the area. I've already got all the area variables set up ... |
Topic: MXP Problem... |
Death
Replies: 7
Views: 12007
|
Forum: zMUD General Discussion Posted: Sun Aug 03, 2003 11:52 pm Subject: MXP Problem... |
I have a really long MXP send command in a #sub and it just prints out the whole damn thing, instead of using it as a right click menu. Now if I use it in a #mxp command to test it, it works just fine ... |
Topic: queue help |
Death
Replies: 4
Views: 7290
|
Forum: zMUD General Discussion Posted: Sat Jul 26, 2003 2:25 am Subject: queue help |
Taking the @ off of queue is working now. Thank you LightBulb. :) |
Topic: queue help |
Death
Replies: 4
Views: 7290
|
Forum: zMUD General Discussion Posted: Fri Jul 25, 2003 10:15 pm Subject: queue help |
I'm having a horrible time getting the #additem command to actually add the list to it, then the %pop isn't grabbing the first listing in the queue variable and placing in its own. I've changed a few ... |
Topic: queue help |
Death
Replies: 4
Views: 7290
|
Forum: zMUD General Discussion Posted: Fri Jul 25, 2003 3:16 am Subject: queue help |
Level 7: armor
Level 8: create water
Level 9: poison
Level 10: burning hands
Level 10: dispel magic
Entering several lines at once, needs to catch the spell/skill name into a queueing system. W ... |
Topic: capture script question |
Death
Replies: 4
Views: 11743
|
Forum: zMUD General Discussion Posted: Sun Jul 06, 2003 5:42 pm Subject: capture script question |
#TRIGGER "AuctionTrigger" {^~[AUCTION~] Now taking bids on (*).} {#if ((@afk = "yes")) {:News:#showp %ansi( black, bright)At %ansi( green, bright)%time( tt) %ansi( black, bright) "";#cap News;#gag} {: ... |
Topic: capture script question |
Death
Replies: 4
Views: 11743
|
Forum: zMUD General Discussion Posted: Sun Jul 06, 2003 5:22 pm Subject: capture script question |
jewel of Aggression
Adds 2 to Damroll
Affects damage roll by 2.
And the current high bidder is None, with a bid of 0.
That's what a standard auction looks like when auction info is sent. Wit ... |
Topic: Capture Trigger Question |
Death
Replies: 6
Views: 8317
|
Forum: zMUD General Discussion Posted: Sun Jul 06, 2003 8:17 am Subject: Capture Trigger Question |
Well, use your existing triggers and capture the values into variables. You should then be able to use those variables for the gauge values. Sadly enough I'm not totally understanding what you want do ... |
Topic: Capture Trigger Question |
Death
Replies: 6
Views: 8317
|
Forum: zMUD General Discussion Posted: Sun Jul 06, 2003 7:56 am Subject: Capture Trigger Question |
I'm not seeing where there's a difference. #cap will capture the whole line, regardless of what is there, unless it is zmud special characters. So when you're not fighting it'll capture what's there, ... |
Topic: Capture Trigger Question |
Death
Replies: 6
Views: 8317
|
Forum: zMUD General Discussion Posted: Sun Jul 06, 2003 7:32 am Subject: Capture Trigger Question |
Where do you want to capture it to? What do you want that window to be known as? For sake of examples here, I'll just call it Capture.
#trigger {NRG:170/203(4-)} {#cap Capture}
#trigger {NRG:170/2 ... |
Topic: Viewing logs with ANSI color |
Death
Replies: 3
Views: 8199
|
Forum: zMUD General Discussion Posted: Sun Jul 06, 2003 6:30 am Subject: Viewing logs with ANSI color |
You could download Charbal's HTML Logger. That allows you to convert .txt LOG files with ANSI coding in it to .html files that show color. Then you can also start logging .html files with it straight ... |
Topic: capture script question |
Death
Replies: 4
Views: 11743
|
Forum: zMUD General Discussion Posted: Sun Jul 06, 2003 6:25 am Subject: capture script question |
#TRIGGER "AuctionTrigger" {^~[AUCTION~] Now taking bids on (*).} {#if ((@afk = "yes")) {:News:#showp %ansi( black, bright)At %ansi( green, bright)%time( tt) %ansi( black, bright) "";#cap News;#gag} {: ... |
Topic: Registration # |
Death
Replies: 4
Views: 6364
|
Forum: zMUD General Discussion Posted: Tue Jun 24, 2003 6:51 pm Subject: Registration # |
c:zMudreceipt.txt
Try looking for that file in your zMud directory. |
Topic: autologging |
Death
Replies: 2
Views: 5850
|
Forum: zMUD General Discussion Posted: Tue Jun 24, 2003 6:46 pm Subject: autologging |
quote:Originally posted by the_demagogue
<font face=Courier New></font id=Courier New>
Okay, here's the deal. First of all, when it comes to zMUD, I'm stupid. I can take someone else's s ... |
Topic: color all messed up |
Death
Replies: 3
Views: 7868
|
Forum: zMUD General Discussion Posted: Tue Jun 24, 2003 2:32 am Subject: color all messed up |
Hrmm, I unlicences and uninstalled again. Installed 6.40, then upgraded to 6.62 and everything works perfectly. |
Topic: color all messed up |
Death
Replies: 3
Views: 7868
|
Forum: zMUD General Discussion Posted: Mon Jun 23, 2003 11:22 pm Subject: color all messed up |
quote:Originally posted by Lalaynya
If you go into the preferences, to colors, you have an option to reverse the bright/dim colors... you might try that.
Looked at the settings with the color ... |
Topic: color all messed up |
Death
Replies: 3
Views: 7868
|
Forum: zMUD General Discussion Posted: Mon Jun 23, 2003 10:38 pm Subject: color all messed up |
Ok, that is my screen. I just did a System Restore on my computer and had zmud6.40 running at the time where I System Restored too. I unlicensed it and uninstalled it. Installed 6.62, licensed it an ... |
Topic: Settings Editor Option |
Death
Replies: 1
Views: 4170
|
Forum: zMUD General Discussion Posted: Wed May 07, 2003 2:53 am Subject: Settings Editor Option |
New in 6.61 I believe, but under Prefs, then Windows. There is an option to have a new taskbar icon appear when the Settings Editor is opened. Well, I click it and click Apply then Ok. I open Settings ... |
Topic: Capturing stuff with Timestamps |
Death
Replies: 6
Views: 10915
|
Forum: zMUD General Discussion Posted: Wed May 07, 2003 2:51 am Subject: Capturing stuff with Timestamps |
You could use #win instead of #cap.
#TR {(%w) tells you (*)} {#WIN tell {%ansi(cyan,bright)%time(hh:nn:ss) %ansi(black,bright)- %ansi(green,bright)%1 %ansi(default)tells you %ansi(red,bright)%2}}
... |
|