Register to post in forums, or Log in to your existing account
 
:
Search found 20 matches for:
Page 1 of 1
Author Message
  Topic: FILE SIZE LIMIT on MUD FILES
tacturnal

Replies: 4
Views: 5534

PostForum: zMUD General Discussion   Posted: Wed Jun 04, 2003 7:42 pm   Subject: FILE SIZE LIMIT on MUD FILES
it's not corrupted.. I've watched it grow and grow as I've been writing this script.. I hope it's not corrupted anyway, I'l crap myself.. I guess I should export asc, then import, then clean up anythi ...
  Topic: Imperian Alias Nesting Problem
tacturnal

Replies: 3
Views: 3346

PostForum: zMUD General Discussion   Posted: Wed Jun 04, 2003 5:16 am   Subject: Imperian Alias Nesting Problem
#IF {@herbbalance AND NOT @asleep AND NOT @waking AND NOT @aeon} {#if @stupid {eo} {#if @paralysis {emh} ^^ that's the problem.. your if has the { before it.. which makes it look like an alternative ...
  Topic: FILE SIZE LIMIT on MUD FILES
tacturnal

Replies: 4
Views: 5534

PostForum: zMUD General Discussion   Posted: Wed Jun 04, 2003 5:12 am   Subject: FILE SIZE LIMIT on MUD FILES
is there any limit to the size a mud file can be in 5.55? mine is 145k, and when I add aliases, it doesn't keep them.


  Topic: Unaliasing Concatonated Commands
tacturnal

Replies: 4
Views: 4284

PostForum: zMUD General Discussion   Posted: Wed Jun 04, 2003 5:11 am   Subject: Unaliasing Concatonated Commands
I can look and plainly see that I have alias called Qu-kit-test
@charname is Qu
@kitname is test
#unalias @charname-kit-@kitname doesn't work
neither does #unalias [@charname]-kit-[@kitname]


...
  Topic: Unaliasing Concatonated Commands
tacturnal

Replies: 4
Views: 4284

PostForum: zMUD General Discussion   Posted: Wed Jun 04, 2003 5:07 am   Subject: Unaliasing Concatonated Commands
I have made a kit switcher that is character sensitive..

  Topic: Unaliasing Concatonated Commands
tacturnal

Replies: 4
Views: 4284

PostForum: zMUD General Discussion   Posted: Mon Jun 02, 2003 9:48 pm   Subject: Unaliasing Concatonated Commands
I can't seem to unalias a concatonated command.. like #unalias {%concat(@charname,-kit-,@kitname} {Player Kits}

is there something I need to know?


  Topic: #UNALIAS
tacturnal

Replies: 1
Views: 2420

PostForum: zMUD General Discussion   Posted: Sat May 31, 2003 6:53 am   Subject: #UNALIAS
I am using zmud 5.55, and the #unalias command simply DOES NOT WORK.. I have no idea why.. anyone else having a similar problem? everything else works.. but unalias just doesn't for some reason.

  Topic: Capturing into a string list
tacturnal

Replies: 9
Views: 8002

PostForum: zMUD General Discussion   Posted: Thu May 29, 2003 6:06 pm   Subject: Capturing into a string list
oh crap, sorry, didn't see that you illustrated your exits display, please ignore my posts.. :)


  Topic: Capturing into a string list
tacturnal

Replies: 9
Views: 8002

PostForum: zMUD General Discussion   Posted: Thu May 29, 2003 6:05 pm   Subject: Capturing into a string list
if you just want to cut and paste, cut and paste this :

#trigger {~} {#loo 6 {#var exit[%repeatnum] {""}}
#loo %len(@exits) {#var exit[%repeatnum] {%left(@exits,1)}
exits=%delete(@exits ...
  Topic: Capturing into a string list
tacturnal

Replies: 9
Views: 8002

PostForum: zMUD General Discussion   Posted: Thu May 29, 2003 6:01 pm   Subject: Capturing into a string list
that all looks fine and good if your exits are seperated by commas or spaces
if your exits are just one chunk of letters
you need to seperate them into individual variables,and then concatonate them ...
  Topic: the database load command doesn't work for me
tacturnal

Replies: 9
Views: 8351

PostForum: zMUD General Discussion   Posted: Thu May 29, 2003 5:33 pm   Subject: the database load command doesn't work for me
well I wasn't using the database so that they could enter data and look at it.. like a person would with an eq database.. I was using it to enter/store the data the is used by the autojunk and autodon ...
  Topic: Deleting Database Records
tacturnal

Replies: 4
Views: 4436

PostForum: zMUD General Discussion   Posted: Thu May 29, 2003 4:24 am   Subject: Deleting Database Records
oh neat, thanks.. didn't know about that menu thing .. I went with a variable array instead.. faster anyway.. but definitely a handy thing to know.. thanks (=

--James

  Topic: the database load command doesn't work for me
tacturnal

Replies: 9
Views: 8351

PostForum: zMUD General Discussion   Posted: Wed May 28, 2003 6:03 pm   Subject: the database load command doesn't work for me
actually, my script is awesome.. I figured out that I can additem and delitem in pairs easily by using <value1>|<value2> and since it's an array it runs very smoothly/quickly
however I'd ...
  Topic: the database load command doesn't work for me
tacturnal

Replies: 9
Views: 8351

PostForum: zMUD General Discussion   Posted: Wed May 28, 2003 5:14 pm   Subject: the database load command doesn't work for me
and it's a feature instead of a bug, that you can't load the database module in the background by a command from zmud?
I can totally see conserving resources.. but there is no option to turn the da ...
  Topic: Why won't it read my database?
tacturnal

Replies: 2
Views: 3161

PostForum: zMUD General Discussion   Posted: Wed May 28, 2003 4:26 pm   Subject: Why won't it read my database?
no, I just want to create a user-configurable autojunk ruitine.. whereas the user can enter the item alias, and the item descriptor as it appears when the item is removed from the corpse.. I thought a ...
  Topic: Deleting Database Records
tacturnal

Replies: 4
Views: 4436

PostForum: zMUD General Discussion   Posted: Wed May 28, 2003 4:22 pm   Subject: Deleting Database Records
I don't want to delete a database, I want to delete specific records.

  Topic: the database load command doesn't work for me
tacturnal

Replies: 9
Views: 8351

PostForum: zMUD General Discussion   Posted: Wed May 28, 2003 4:22 pm   Subject: the database load command doesn't work for me
is there a way to open and minimize the database module automatically? I'm writing a script for other people to use.. and I want them to be able to view the autojunk list.. add to it, or remove from ...
  Topic: the database load command doesn't work for me
tacturnal

Replies: 9
Views: 8351

PostForum: zMUD General Discussion   Posted: Wed May 28, 2003 8:53 am   Subject: the database load command doesn't work for me
I try #DBLOAD and even #DBONLINE.. but I can never use a database file during a session until I load it through the DB button.. this is frustrating to me, as I am making an autojunk/autosac and using ...
  Topic: Why won't it read my database?
tacturnal

Replies: 2
Views: 3161

PostForum: zMUD General Discussion   Posted: Wed May 28, 2003 8:36 am   Subject: Why won't it read my database?
I released a script that I wrote, and I zipped up the subfolders too.. I unzipped it myself and tested it out.. it can't find my database.. even though I have told it the right directory and the DB fi ...
  Topic: Deleting Database Records
tacturnal

Replies: 4
Views: 4436

PostForum: zMUD General Discussion   Posted: Wed May 28, 2003 3:41 am   Subject: Deleting Database Records
I want to delete records from my database from a command line alias, and I can't figure out how to do it, can someone help me? I would also like to be able to bring up a database in database view fro ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net