Register to post in forums, or Log in to your existing account
 
:
Search found 28 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: Infinite loop - not sure why...
Metho

Replies: 2
Views: 6918

PostForum: CMUD General Discussion   Posted: Mon Dec 24, 2007 4:24 pm   Subject: Infinite loop - not sure why...
Still getting used to CMUD, but I'm not sure why this sends me into an infinite loop. Note that the text the mud sends does match the trigger pattern, I've reconfirmed this.


<alias name=&quo ...
  Topic: Beating Dead Horse - Capture
Metho

Replies: 5
Views: 6113

PostForum: zMUD General Discussion   Posted: Sat Apr 07, 2007 4:21 pm   Subject: Beating Dead Horse - Capture
#alias bbw {#T+ whocaptureT;#T+ whocaptureTO;:Who:#CLR;~bbw} "whocapture"
#TRIGGER "whocaptureT" {(*)} {:Who:#mxp #mxp {~<send "t=%1">%1~</send>}} "whocapture"
#TRIGGER "whocaptureTO" {^ ...
  Topic: Beating Dead Horse - Capture
Metho

Replies: 5
Views: 6113

PostForum: zMUD General Discussion   Posted: Sat Apr 07, 2007 3:23 pm   Subject: Beating Dead Horse - Capture
Ahh, ok. That makes sense. Any idea on why it won't send the names to the new window in the first place?
  Topic: Beating Dead Horse - Capture
Metho

Replies: 5
Views: 6113

PostForum: zMUD General Discussion   Posted: Sat Apr 07, 2007 2:25 pm   Subject: Beating Dead Horse - Capture
Alright, I've looked at a lot of examples on the forum, and I tried to apply them to my situation, but I can't get it to work so hopefully someone a bit smarter than me can help out. Basically, I want ...
  Topic: Adding quotes around fields at time of entry or after
Metho

Replies: 3
Views: 5489

PostForum: zMUD General Discussion   Posted: Tue Aug 09, 2005 11:22 pm   Subject: Adding quotes around fields at time of entry or after
Wow, you just made that look easy. :o

Thanks a lot!
  Topic: Adding quotes around fields at time of entry or after
Metho

Replies: 3
Views: 5489

PostForum: zMUD General Discussion   Posted: Sun Aug 07, 2005 4:41 am   Subject: Adding quotes around fields at time of entry or after
Anyone have any ways of attacking this problem? I keeping running into walls. If you need more information, I'll be happy to provide it
  Topic: Adding quotes around fields at time of entry or after
Metho

Replies: 3
Views: 5489

PostForum: zMUD General Discussion   Posted: Fri Aug 05, 2005 11:58 pm   Subject: Adding quotes around fields at time of entry or after
Ok, I've got my database rolling, and everything is entering in like it should be. When I export comma delimited, everything is fine. Here's one item from that export:857,Stools,Public,wood 5,10,Norma ...
  Topic: #SUBST in technicolor
Metho

Replies: 2
Views: 4317

PostForum: zMUD General Discussion   Posted: Mon Aug 01, 2005 5:25 am   Subject: #SUBST in technicolor
Well, if you don't mind the word being red all the time, you could just, on a seperate line #CW firebuilding 4
  Topic: trigger question
Metho

Replies: 3
Views: 5016

PostForum: zMUD General Discussion   Posted: Mon Aug 01, 2005 4:43 am   Subject: trigger question
You could try You may eat another herb or plant.$^H:%d M:%d E:%d W:%d ~<*~>
  Topic: So close, yet so far. WHILE AND ALARM
Metho

Replies: 0
Views: 2701

PostForum: zMUD General Discussion   Posted: Sun Jul 31, 2005 9:36 pm   Subject: So close, yet so far. WHILE AND ALARM
I've been working on this, everything works except the very last part of it. I have this:#CLASS {readAllCrafts}
#TRIGGER {^&%dItem.ID%s%w%s&%wItem.ItemT%s*$} {
#DB ...
  Topic: Exporting/Parsing Database data
Metho

Replies: 5
Views: 7607

PostForum: zMUD General Discussion   Posted: Sun Jul 31, 2005 7:48 pm   Subject: Exporting/Parsing Database data
Well, I see how it works now basically, but then I'm seeing how I probably couldn't just connect to an online mysql database and play with it. I should've thought of that before since connecting to on ...
  Topic: Exporting/Parsing Database data
Metho

Replies: 5
Views: 7607

PostForum: zMUD General Discussion   Posted: Fri Jul 29, 2005 11:02 pm   Subject: Exporting/Parsing Database data
I'm curious why the php script? Why not parse the data and enter it into the mysql database directly from zmud?
Well, that would be the most ideal way to do it, I'm however unfamiliar with how zmud g ...
  Topic: Exporting/Parsing Database data
Metho

Replies: 5
Views: 7607

PostForum: zMUD General Discussion   Posted: Fri Jul 29, 2005 5:41 am   Subject: Exporting/Parsing Database data
I tried searching, but I couldn't really find anything. I want to export or ideally, transmit directly from zmud, my database to a php script that'll parse the data and enter it into a mysql database. ...
  Topic: Think I blew zmud up...
Metho

Replies: 3
Views: 4774

PostForum: zMUD General Discussion   Posted: Tue Jul 26, 2005 11:24 pm   Subject: Think I blew zmud up...
Ok, that took care of that problem! Thanks. Now I just have to figure out why it will pick up all the variables still, and the trigger to save all the variables to the db fires, but the information do ...
  Topic: Think I blew zmud up...
Metho

Replies: 3
Views: 4774

PostForum: zMUD General Discussion   Posted: Tue Jul 26, 2005 1:47 am   Subject: Think I blew zmud up...
Well, I was messing with my little database script that you all helped me with, it worked before, the only thing I added was a #PR Item.ID "Enter the item id please" to get the id. It came up, I teste ...
  Topic: Multiline capture triggering problem
Metho

Replies: 11
Views: 10708

PostForum: zMUD General Discussion   Posted: Mon Jul 25, 2005 1:59 am   Subject: Multiline capture triggering problem
Sweet jeebus it works! Thank you soooo much Matt and Nexela! I would've never figured that one out.
  Topic: Old Zmud function
Metho

Replies: 4
Views: 7140

PostForum: zMUD General Discussion   Posted: Mon Jul 25, 2005 1:48 am   Subject: Old Zmud function
Oh, and just so you know, instead of having to hit ctrl c to copy, you can add to your macro to do it for you:
#MENU Edit|Select
#MENU Edit|Copy

And if you wanted, another macro with MENU Edit|Pa ...
  Topic: Old Zmud function
Metho

Replies: 4
Views: 7140

PostForum: zMUD General Discussion   Posted: Mon Jul 25, 2005 1:46 am   Subject: Old Zmud function
Spoke too, soon. Make a macro with this as the command: #MENU EDIT|Select

That's exactly what you want. ;)
  Topic: Old Zmud function
Metho

Replies: 4
Views: 7140

PostForum: zMUD General Discussion   Posted: Mon Jul 25, 2005 1:41 am   Subject: Old Zmud function
ALT+E and then a selects all on the command line. Not sure if there's a simpler way, though
  Topic: Multiline capture triggering problem
Metho

Replies: 11
Views: 10708

PostForum: zMUD General Discussion   Posted: Mon Jul 25, 2005 1:02 am   Subject: Multiline capture triggering problem
One more thing. I turned show triggers on, maybe this'll help:

Appearance:
[Appearance:-> ]
a rickety wooden stool
[(*)-> Item.Appearance = "a rickety wood ...
  Topic: Multiline capture triggering problem
Metho

Replies: 11
Views: 10708

PostForum: zMUD General Discussion   Posted: Mon Jul 25, 2005 12:44 am   Subject: Multiline capture triggering problem
Yep, that was the little guy that did it. It takes the first line of the examined, but ends after that now. I pulled up the entire script for class identify as zmud has it, does everything here look r ...
  Topic: Multiline capture triggering problem
Metho

Replies: 11
Views: 10708

PostForum: zMUD General Discussion   Posted: Sun Jul 24, 2005 7:08 pm   Subject: Multiline capture triggering problem
Hey, thanks for the reply. The appearance and dropped work, but I the examined isn't working. The mud controls the length, and I couldn't change that, so I tried your second suggestion, this is the en ...
  Topic: Multiline capture triggering problem
Metho

Replies: 11
Views: 10708

PostForum: zMUD General Discussion   Posted: Sun Jul 24, 2005 4:36 am   Subject: Multiline capture triggering problem
Heh, well, all the spacing was right and such, thought it'd be enough, but I see your point. Here's some actual output.
Appearance:
a sensual queen-sized bed
Dropped:
A luxurious queen-siz ...
  Topic: Multiline capture triggering problem
Metho

Replies: 11
Views: 10708

PostForum: zMUD General Discussion   Posted: Sun Jul 24, 2005 1:56 am   Subject: Multiline capture triggering problem
Ok, maybe I should ask, is this even possible? I've been trying to get it and I seem to just be bashing myself into walls all over.
  Topic: Multiline capture triggering problem
Metho

Replies: 11
Views: 10708

PostForum: zMUD General Discussion   Posted: Sat Jul 23, 2005 6:09 pm   Subject: Multiline capture triggering problem
Alright, I've been trying to capture things and throw them into a database record. Everything is fine, except for one chunk of it. I've got this:

Appearance:
<appearance of item I need to captu ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net