Register to post in forums, or Log in to your existing account
 
:
Search found 113 matches for:
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
Author Message
  Topic: Find & Replace - wishlist
patryn

Replies: 4
Views: 5783

PostForum: CMUD Beta Forum   Posted: Sun Mar 11, 2007 3:11 am   Subject: Find & Replace - wishlist
In addition to the Find/Replace functionality, it would also be unbelievable handy to allow wildcards in the CMud search functionality.
  Topic: Not compiling
patryn

Replies: 8
Views: 11865

PostForum: CMUD General Discussion   Posted: Sun Mar 11, 2007 2:25 am   Subject: Not compiling
Too true. That's what I get for not using copy paste :P
  Topic: Suggestions please - importing exported xml
patryn

Replies: 1
Views: 4204

PostForum: CMUD General Discussion   Posted: Sun Mar 11, 2007 2:09 am   Subject: Suggestions please - importing exported xml
Right im just about to give up on this and do it all manually...

My zmud scripts scattered with %ansi() functions in the following format: %ansi( white)blah blah%ansi( red)blah

In Cmud I require ...
  Topic: idea for mapper/scripting interaction
patryn

Replies: 7
Views: 10853

PostForum: CMUD General Discussion   Posted: Sun Mar 11, 2007 2:00 am   Subject: idea for mapper/scripting interaction
This may or may not be useful to anyone but...

On the mud I play rooms usually have one or two decriptions depending on whether it is day or night. I found it very useful to utilize the '%notes' fi ...
  Topic: Not compiling
patryn

Replies: 8
Views: 11865

PostForum: CMUD General Discussion   Posted: Sun Mar 11, 2007 1:46 am   Subject: Not compiling
The addition of the %exec must be doing something. I have tested and verified that it doesn't seem to matter what function is used before the string, it forces the string to be executed in the child w ...
  Topic: Item replacement Trigger
patryn

Replies: 1
Views: 4884

PostForum: CMUD General Discussion   Posted: Sat Mar 10, 2007 12:48 pm   Subject: Item replacement Trigger
Looks like you'll need at least two triggers.

The first is the one you already have and this one will activate the second trigger.
You can choose to approach this in one of two ways. You may make ...
  Topic: Not compiling
patryn

Replies: 8
Views: 11865

PostForum: CMUD General Discussion   Posted: Sat Mar 10, 2007 10:31 am   Subject: Not compiling
Thanks that all works really well. However in a very similar piece of code, I may have found a problem.

When wanting to use a variable to specify the window name to send multiple executable command ...
  Topic: Find & Replace - wishlist
patryn

Replies: 4
Views: 5783

PostForum: CMUD Beta Forum   Posted: Fri Mar 09, 2007 12:43 am   Subject: Find & Replace - wishlist
Just thought it would be really very handy to include a 'find and replace' type functionality in the Cmud settings editor much like the 'find & replace' function found in notepad or word.

I fee ...
  Topic: %ansi colour and braces
patryn

Replies: 3
Views: 6627

PostForum: CMUD General Discussion   Posted: Thu Mar 08, 2007 11:20 pm   Subject: %ansi colour and braces
Ah thanks very much. It was Cmud v1.25

Removing the spaces does indeed sort everything out.
I will post in the Beta Forum from now on
  Topic: %ansi colour and braces
patryn

Replies: 3
Views: 6627

PostForum: CMUD General Discussion   Posted: Thu Mar 08, 2007 9:29 am   Subject: %ansi colour and braces
Please feel free to point me in the right direction if I shouldn't really be posting things like this on here. I imagine there must be a thread somewhere where something like this has already been bro ...
  Topic: CMUD IRC channel
patryn

Replies: 11
Views: 15227

PostForum: CMUD General Discussion   Posted: Thu Mar 08, 2007 9:15 am   Subject: CMUD IRC channel
hrm...

I can't seem to connect via Mirc, says it's an unauthorized connection.. the link works tho. But Neuro is right.. there's no one there :)
  Topic: Not compiling
patryn

Replies: 8
Views: 11865

PostForum: CMUD General Discussion   Posted: Thu Mar 08, 2007 8:53 am   Subject: Not compiling
Hiyas

Im in the process of converting all my zmud settngs to Cmud and so far so good.
I've been able make almost all of the scripts compile by getting rid of spaces here and there, and adding lin ...
  Topic: zmud WWW proxy support is broken in 7.21??
patryn

Replies: 4
Views: 7640

PostForum: zMUD General Discussion   Posted: Sat Aug 12, 2006 3:27 am   Subject: zmud WWW proxy support is broken in 7.21??
I think there are techniques available to ... Socksify(?) HTTP proxies for such things. I do remember looking at such solutions waay back when I was still at university and using HTTP proxy was the on ...
  Topic: mapfilter
patryn

Replies: 2
Views: 4400

PostForum: zMUD General Discussion   Posted: Sat Aug 12, 2006 3:19 am   Subject: mapfilter
Bah.. I just re-read your first question properly...

The object table only has a list of ZoneID's, there is a seperate table which matches those ZoneID's up with the Zone name.
I know that it's po ...
  Topic: mapfilter
patryn

Replies: 2
Views: 4400

PostForum: zMUD General Discussion   Posted: Sat Aug 12, 2006 3:13 am   Subject: mapfilter
Open up the map database file with Microsoft Access, go into the Object (I think it's Objects) table, and have a look at the column names. That will tell you everything you need to know.
  Topic: Map Grid too small
patryn

Replies: 15
Views: 13679

PostForum: zMUD General Discussion   Posted: Sat Aug 12, 2006 2:59 am   Subject: Map Grid too small
Damn... that is impressive as I've spent hours and hours trying to do exactly that in the past.

Thanks very much for sharing the solution :)
  Topic: Neat Trick
patryn

Replies: 2
Views: 4207

PostForum: zMUD General Discussion   Posted: Fri Aug 11, 2006 11:53 am   Subject: Neat Trick
The #noop is there just to have something between the brackets. The flaw/trick still works even if you remove the #Noop, so I doubt that it has anything to do with it really.

As for the %exec... su ...
  Topic: Finding location within a map of rooms with same description
patryn

Replies: 1
Views: 3401

PostForum: zMUD General Discussion   Posted: Fri Aug 11, 2006 11:29 am   Subject: Finding location within a map of rooms with same description
Here's something off the top of my head. It's all possible using variables, as I've done something similar to what you're doing, although I had more then just exits to work with.

It's basically a c ...
  Topic: Neat Trick
patryn

Replies: 2
Views: 4207

PostForum: zMUD General Discussion   Posted: Fri Aug 11, 2006 6:02 am   Subject: Neat Trick
Hey all.

While I've been busy replacing my Loop structures with varous functions that make use of regular expressions in order to speed up my code, I came across a really nifty trick in Zmud which ...
  Topic: Powerful new idea.
patryn

Replies: 7
Views: 10052

PostForum: CMUD Beta Forum   Posted: Sun Jul 30, 2006 11:15 am   Subject: Powerful new idea.
Ah right... well in that case... maybe it is time for me to get my feet wet with CMud, if only to get up to date with which functionalities are current :P

Sorry for the spam :)
  Topic: Powerful new idea.
patryn

Replies: 7
Views: 10052

PostForum: CMUD Beta Forum   Posted: Sun Jul 30, 2006 6:29 am   Subject: Powerful new idea.
I haven't been able to find an active wish list where I can add this idea so I thought I would just put it down here lest I forget it (which usually only takes 24 hrs :P)

Lately I've been trying to ...
  Topic: Disable all triggers for one (very long) line
patryn

Replies: 5
Views: 7289

PostForum: zMUD General Discussion   Posted: Sat Jul 29, 2006 7:29 pm   Subject: Disable all triggers for one (very long) line
Might not be as do able as I thought... Triggers are stored away in gibberish :(

I don't suppose there's an inbuilt functionality to return a list of triggers? :P Ah well
  Topic: Disable all triggers for one (very long) line
patryn

Replies: 5
Views: 7289

PostForum: zMUD General Discussion   Posted: Sat Jul 29, 2006 7:02 pm   Subject: Disable all triggers for one (very long) line
Mmm. Thanks for that guys it bears some thinking about.

I don't fancy moving all triggers to a Master folder as that would really upset my delicate balance of organization :P
So.. instead i'll tr ...
  Topic: Access Violation
patryn

Replies: 9
Views: 13514

PostForum: zMUD General Discussion   Posted: Sat Jul 29, 2006 4:05 pm   Subject: Access Violation
I suggest making use of an external tool like 'process explorer' from www.sysinternals.com to keep an eye on the zmud resources. This way when you get that error you might be able to identify some mor ...
  Topic: balance trigger
patryn

Replies: 8
Views: 7963

PostForum: zMUD General Discussion   Posted: Sat Jul 29, 2006 3:52 pm   Subject: balance trigger
Show us what your prompt (with balance information) looks like
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net