Register to post in forums, or Log in to your existing account
 
:
Search found 34 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: Raw data
Aekisu

Replies: 1
Views: 3441

PostForum: zMUD General Discussion   Posted: Mon Nov 03, 2003 11:47 am   Subject: Raw data

Is there anyway you can see the raw data being sent from a MUD to zMud?
  Topic: Mumble Alias
Aekisu

Replies: 3
Views: 5990

PostForum: zMUD General Discussion   Posted: Sat Nov 01, 2003 9:31 am   Subject: Mumble Alias
Thanks LightBulb. Good grief. Where is all this information located? I can never find it.
  Topic: Mumble Alias
Aekisu

Replies: 3
Views: 5990

PostForum: zMUD General Discussion   Posted: Sat Nov 01, 2003 1:33 am   Subject: Mumble Alias
#alias mumble {emote mumbles to herself, '%1'}

Using:
mumble Time to go to bed

Gives me:
Karthetn mumbles to herself, 'Time' to go to bed

Needless to say, what I want is:
Karthetn mumbles ...
  Topic: Mapping on Threshold
Aekisu

Replies: 2
Views: 4570

PostForum: zMUD General Discussion   Posted: Sat Nov 01, 2003 12:06 am   Subject: Mapping on Threshold
Well, after taking an extra look at the problem, I don't think #nomap will deal with the problem. And, I now don't think it is associated with an extra text that appears between Description and Exit. ...
  Topic: Mapping on Threshold
Aekisu

Replies: 2
Views: 4570

PostForum: zMUD General Discussion   Posted: Fri Oct 31, 2003 2:07 am   Subject: Mapping on Threshold
90% of the time, the mapper works correctly but I would like to nail in the remaining 10%

The problem seems to occur when extra text appears between the Description and Exit lines. In that case, t ...
  Topic: Extracting mana points
Aekisu

Replies: 3
Views: 5002

PostForum: zMUD General Discussion   Posted: Tue Oct 28, 2003 1:09 am   Subject: Extracting mana points

Thank you Ice. It worked perfectly.
  Topic: Extracting mana points
Aekisu

Replies: 3
Views: 5002

PostForum: zMUD General Discussion   Posted: Mon Oct 27, 2003 8:52 am   Subject: Extracting mana points
I receive the following prompt and want it to trigger so I can extract the hp ,mana, & etc. For some reason I can't seem to get it right so I can obtain the information I need. The prompt is:

HP ...
  Topic: Mapper redrawing rooms
Aekisu

Replies: 11
Views: 20463

PostForum: zMUD General Discussion   Posted: Thu Oct 02, 2003 1:21 am   Subject: Mapper redrawing rooms
Thanks Interitus and I'm looking forward to the triggerset
  Topic: Mapper redrawing rooms
Aekisu

Replies: 11
Views: 20463

PostForum: zMUD General Discussion   Posted: Wed Oct 01, 2003 2:51 am   Subject: Mapper redrawing rooms
Interitus, would you PLEASE post those triggers. It's Achaea I'm have the problem with.
  Topic: Settings Editor
Aekisu

Replies: 8
Views: 9527

PostForum: zMUD General Discussion   Posted: Tue Sep 30, 2003 8:24 pm   Subject: Settings Editor
The problem doesn't seem to be related to the actual script. It seems to be related to the editting method, as LightBulb suggested. Since sticking to individual edit and avoiding the class script ed ...
  Topic: Mapper redrawing rooms
Aekisu

Replies: 11
Views: 20463

PostForum: zMUD General Discussion   Posted: Tue Sep 30, 2003 8:14 pm   Subject: Mapper redrawing rooms
Well, it's hard to tell what message (assuming it is a message) might be giving the problem. There's daytime, weather, multiple chat channels, & rats, just to mention a few. With approximately 200-3 ...
  Topic: Mapper redrawing rooms
Aekisu

Replies: 11
Views: 20463

PostForum: zMUD General Discussion   Posted: Tue Sep 30, 2003 3:47 am   Subject: Mapper redrawing rooms
The mapper is working fine (usually finding the correct exits, & etc.) but it keeps redrawing the rooms, when I reenter them. It doesn't happen everytime and there seems to be no logical reason for t ...
  Topic: Understanding variables
Aekisu

Replies: 4
Views: 6146

PostForum: zMUD General Discussion   Posted: Sun Sep 28, 2003 4:43 am   Subject: Understanding variables
Thank you. That clears it up. BTW, thank you for including the comment fields. That took care of my question about comments delimiters.
  Topic: Understanding variables
Aekisu

Replies: 4
Views: 6146

PostForum: zMUD General Discussion   Posted: Sat Sep 27, 2003 2:07 am   Subject: Understanding variables
I got it working by using...

#add TotalRats @sessionkills
#math sessionkills 0

..but the question still remains. One time I use @sessionkills and another time, sessionkills. The use of th ...
  Topic: Understanding variables
Aekisu

Replies: 4
Views: 6146

PostForum: zMUD General Discussion   Posted: Fri Sep 26, 2003 11:55 pm   Subject: Understanding variables
I'm having trouble understanding variables. Maybe someone can help me out. My main problem seems to be with the use of the @ character, like when do I use it and when do I not.

Using this code se ...
  Topic: File write and read
Aekisu

Replies: 2
Views: 4399

PostForum: zMUD General Discussion   Posted: Thu Sep 25, 2003 9:08 am   Subject: File write and read
Ya, I'm know about #file. Coming from a C background, open just comes naturally.

I sure appreciate the help. Your example will take care of my problem.
  Topic: Settings Editor
Aekisu

Replies: 8
Views: 9527

PostForum: zMUD General Discussion   Posted: Thu Sep 25, 2003 2:22 am   Subject: Settings Editor
I'm trying to edit (using the Settings Editor) an #alias in a class I created. I can type in the new info but when I press the 'Save' button, the changes disappear and no changes are made. It's like ...
  Topic: File write and read
Aekisu

Replies: 2
Views: 4399

PostForum: zMUD General Discussion   Posted: Thu Sep 25, 2003 1:25 am   Subject: File write and read
I'm finding the file commands (open, read, and write) confusing, especially since they seem to be designed to handle text rather than integer values.

What I want to do is to save the total number o ...
  Topic: #cap issues
Aekisu

Replies: 1
Views: 3473

PostForum: zMUD General Discussion   Posted: Tue Sep 23, 2003 8:00 pm   Subject: #cap issues
I'm capturing chat text and sending it to a different window by using:

#trigger ~(newbie~)
#cap Chat; gag

The text is being captured and send to the new window but there are still a couple of i ...
  Topic: Problems with MSP sound
Aekisu

Replies: 1
Views: 4134

PostForum: zMUD General Discussion   Posted: Sat Sep 13, 2003 8:55 am   Subject: Problems with MSP sound
Okay, if noone happens to know why I am having this problem, maybe you can help in another ways.

Where is the MSP file information stored? For example, in a .ini file or something similar. If I h ...
  Topic: Problems with MSP sound
Aekisu

Replies: 1
Views: 4134

PostForum: zMUD General Discussion   Posted: Fri Sep 12, 2003 2:49 am   Subject: Problems with MSP sound
For the life of me, I can't get the MSP sounds to work.

I have download the Medievia sound files and installed them in the zMud directory. When I use the 'MSP Sound' preferences dialog, the files ...
  Topic: Resetting auto log-on
Aekisu

Replies: 2
Views: 4501

PostForum: zMUD General Discussion   Posted: Mon Aug 25, 2003 7:12 pm   Subject: Resetting auto log-on
thank you
  Topic: Controlling the prompt
Aekisu

Replies: 6
Views: 6618

PostForum: zMUD General Discussion   Posted: Mon Aug 25, 2003 7:11 pm   Subject: Controlling the prompt
thank you
  Topic: Controlling the prompt
Aekisu

Replies: 6
Views: 6618

PostForum: zMUD General Discussion   Posted: Mon Aug 25, 2003 9:30 am   Subject: Controlling the prompt
Anyone ?
  Topic: Resetting auto log-on
Aekisu

Replies: 2
Views: 4501

PostForum: zMUD General Discussion   Posted: Mon Aug 25, 2003 9:28 am   Subject: Resetting auto log-on
zMUD is no longer asking if I want to save my logon info (name & password) and it will not auto-log. Where do I put my #ch and #pw info so the mud logon is detected?
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net