Register to post in forums, or Log in to your existing account
 
:
Search found 22 matches for:
Page 1 of 1
Author Message
  Topic: Corrupted Settings
Ins0mniak

Replies: 1
Views: 5189

PostForum: zMUD General Discussion   Posted: Fri Jul 01, 2005 8:34 am   Subject: Corrupted Settings
I've actually been experiencing a similar problem after upgrading as well. It doesn't happen everytime, and the settings function as if not corrupted afterwards. Re-importing doesn't make a differen ...
  Topic: [All Versions?]#VAR assignment bug...
Ins0mniak

Replies: 1
Views: 3186

PostForum: zMUD General Discussion   Posted: Tue Jun 28, 2005 5:41 pm   Subject: [All Versions?]#VAR assignment bug...
If you assign a variable with a specified class that is disabled, and that variable already exists within the class, it does not change its value, but creates a new variable with the same name.

#T- ...
  Topic: zMUD v7.13 released
Ins0mniak

Replies: 12
Views: 18853

PostForum: zMUD General Discussion   Posted: Thu Jun 16, 2005 8:28 am   Subject: zMUD v7.13 released
In any case, I have uploaded v7.13a to the web site, so download this new version and the problem with be fixed.

your upgrade thingie doesnt seem to work correctly - it reports that you have new up ...
  Topic: v7.11a released
Ins0mniak

Replies: 3
Views: 4640

PostForum: zMUD General Discussion   Posted: Sun Jun 12, 2005 5:22 pm   Subject: v7.11a released
Yeah, the new spellchecker feature is very cool, thanks Zugg.

On an aside, have you gotten a chance to look at the GetVar/Class problem posted over in the Dev. forum?
  Topic: %regex not case sensitive?
Ins0mniak

Replies: 2
Views: 4352

PostForum: zMUD General Discussion   Posted: Fri Mar 25, 2005 6:38 pm   Subject: %regex not case sensitive?
#IF ("Test"=%proper("test")) {#ECHO Yup!}That will probably take care of the situation above, but I'm actually in the situation of needing to test a unknown string to see if there is a capital letter ...
  Topic: DR2 and XML...
Ins0mniak

Replies: 8
Views: 7351

PostForum: zMUD General Discussion   Posted: Tue May 18, 2004 7:55 pm   Subject: DR2 and XML...
Here is an example of what the XML being sent by DR2 will look like..

We adhere pretty closely to the XML standard I believe. For example, here is an example for when your hit points are altered.
...
  Topic: Mozilla, Thunderbird & Zuggmail, oh my!
Ins0mniak

Replies: 18
Views: 2161

PostForum: eMobius Discussion   Posted: Fri Jan 16, 2004 5:54 am   Subject: Mozilla, Thunderbird & Zuggmail, oh my!
To respond to a few points by various people:

Actually, if you re-read Charbals note, you'll notice that the padding should go outside, and I believe that remains unchanged in CSS3, atleast, I have ...
  Topic: Mozilla, Thunderbird & Zuggmail, oh my!
Ins0mniak

Replies: 18
Views: 2161

PostForum: eMobius Discussion   Posted: Thu Jan 15, 2004 5:10 am   Subject: Mozilla, Thunderbird & Zuggmail, oh my!
Another very useful feature IE has is the use of expressions in CSS declarations.. for instance:

#aDiv {
left:10px;
top:expression(body.scrollTop + 150 + "px");
}

Whenever the page is resized ...
  Topic: Mozilla, Thunderbird & Zuggmail, oh my!
Ins0mniak

Replies: 18
Views: 2161

PostForum: eMobius Discussion   Posted: Thu Jan 15, 2004 5:05 am   Subject: Mozilla, Thunderbird & Zuggmail, oh my!
I think a lot of IE's market share remains not because people don't WANT something better, but I think that it remains because Microsoft would have you believe there IS nothing better.

As a matter ...
  Topic: Queues...
Ins0mniak

Replies: 3
Views: 5406

PostForum: zMUD General Discussion   Posted: Sat Dec 20, 2003 12:20 am   Subject: Queues...
#IF (%numitems(@herblist) > 0) {%item(@herblist,1)} {#VAR balherb {0}}

quote:Originally posted by Flow
Ok, so i got my queue up and running - it adds the alias to eat the herb, and rattles them ...
  Topic: Can't use zMUD w/ Remote Desktop?
Ins0mniak

Replies: 17
Views: 23835

PostForum: zMUD General Discussion   Posted: Thu Dec 11, 2003 6:17 am   Subject: Can't use zMUD w/ Remote Desktop?
quote:I paid for use of this software. The 3 installed copy restriction is bad enough, but now I'm being restricted in how I can *run* the software?

Most software only legally allows for installati ...
  Topic: GemStone - Reproducing Wizard FE NPC Highlights
Ins0mniak

Replies: 7
Views: 13399

PostForum: zMUD General Discussion   Posted: Thu Dec 11, 2003 5:51 am   Subject: GemStone - Reproducing Wizard FE NPC Highlights
i know in dragonrealms you have to make sure you have monsterbold set as on. You do this by typing "set monsterbold". I believe it is defaulted to off (set !monsterbold). You check them by typing " ...
  Topic: Insertion of "|" into a string =/
Ins0mniak

Replies: 2
Views: 4250

PostForum: zMUD General Discussion   Posted: Sat Nov 01, 2003 7:07 am   Subject: Insertion of "|" into a string =/
I figured out a work around, in case anyone else runs into this problem.. the key is expand list [and if nessesary %exec].

#NOOP %exec( ~#TR ~{%expandlist( @temp, "|")~} ~{~#VAR ThisWorked ~{yes~}~ ...
  Topic: Insertion of "|" into a string =/
Ins0mniak

Replies: 2
Views: 4250

PostForum: zMUD General Discussion   Posted: Sat Nov 01, 2003 5:59 am   Subject: Insertion of "|" into a string =/
Hi, I am not going to go into the complexity of what I am trying to do, but basicly the problem is... when i make a string with the "|" in it, it breaks the string into a string list, of everything be ...
  Topic: Problem with expanding a variable!
Ins0mniak

Replies: 1
Views: 2919

PostForum: zMUD General Discussion   Posted: Mon Oct 13, 2003 1:26 am   Subject: Problem with expanding a variable!
I'm trying to do this:

#RENAME CommandToAdd CommandNumber@CommandCounter

The problem is, it doesn't evaluate @CommandCounter. I have tried putting %eval() around @CommandCounter, and it makes t ...
  Topic: #ALARM *.5 doesn't work anymore?
Ins0mniak

Replies: 1
Views: 3708

PostForum: zMUD General Discussion   Posted: Sat Oct 04, 2003 4:07 am   Subject: #ALARM *.5 doesn't work anymore?
Hi, I'm trying to create an alarm that fires twice per second. I used to be able to use *.5, but after updating to the newest zmud (after being gone about a year) this doesnt fire anymore. Is there ...
  Topic: Trigger multiple times on one line?
Ins0mniak

Replies: 1
Views: 3284

PostForum: zMUD General Discussion   Posted: Sat Feb 23, 2002 12:16 am   Subject: Trigger multiple times on one line?
Ok.. for instance here is a string:
You also see a black rat, a black rat, and a black rat.

Trigger: ({rat}){.|,}
Value: #ADD Rats 1

This will only fire once on that line producing a 1 instead ...
  Topic: Variable to another session?
Ins0mniak

Replies: 6
Views: 8035

PostForum: zMUD General Discussion   Posted: Thu Feb 07, 2002 11:20 pm   Subject: Variable to another session?
thank you so much!

  Topic: Variable to another session?
Ins0mniak

Replies: 6
Views: 8035

PostForum: zMUD General Discussion   Posted: Thu Feb 07, 2002 10:26 pm   Subject: Variable to another session?
Hi... i am trying to send a variable from one session to another, but can't seem to find any way to do it...
:window:#SHOW @OtherWindowVariable does not work, because it looks for that variable in th ...
  Topic: Closing a session?
Ins0mniak

Replies: 4
Views: 5874

PostForum: zMUD General Discussion   Posted: Thu Feb 07, 2002 10:18 pm   Subject: Closing a session?
Thanks so much, i got it working :)

  Topic: Closing a session?
Ins0mniak

Replies: 4
Views: 5874

PostForum: zMUD General Discussion   Posted: Wed Feb 06, 2002 12:35 pm   Subject: Closing a session?
Is there any way to close a session window? Right now you can close all of your windows with using the menu command and doing close all... If there is not a way to do this... could one be added?

  Topic: Slow Walk isn't working with 6.16 and XP
Ins0mniak

Replies: 3
Views: 4927

PostForum: zMUD General Discussion   Posted: Sun Jan 20, 2002 12:43 pm   Subject: Slow Walk isn't working with 6.16 and XP
If i send...
#SLOW nn (or anything else) it will go the first direction and then stop. I made sure I had triggers to #OK on confirmation of next room, and set the slow walk timeout to both high and ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net