Register to post in forums, or Log in to your existing account
 
:
Search found 108 matches for:
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
Author Message
  Topic: Displaying a Window!
misterbalrog

Replies: 2
Views: 4466

PostForum: zMUD General Discussion   Posted: Mon Sep 19, 2005 12:20 am   Subject: Displaying a Window!
For others who are looking for a "solution". His question has changed nature and is questioning in this thread instead:

http://forums.zuggsoft.com/phpbb/viewtopic.php?t=18504
  Topic: Zmud on Pocket Pc's
misterbalrog

Replies: 9
Views: 12250

PostForum: zMUD General Discussion   Posted: Wed Mar 02, 2005 9:52 am   Subject: Zmud on Pocket Pc's
Maybe I should write a voice-enabled MUD client for the pocket pc, I'm voice-enabling AS/400 and Unix sessions for warehouses, so it can't be that much more difficult to turn that into a MUD client ;) ...
  Topic: Getting a decimal
misterbalrog

Replies: 1
Views: 4363

PostForum: zMUD General Discussion   Posted: Tue Mar 01, 2005 12:28 pm   Subject: Getting a decimal
To get decimals, use decimals.

using %eval(63.0/2.0) gives 31.5

additionally, if you wish to turn an integer into a float, use %float..

%eval(%float(62)/%float(2)) gives 31.5 aswell...
  Topic: zMUD on linux?
misterbalrog

Replies: 1
Views: 4351

PostForum: zMUD General Discussion   Posted: Mon Feb 28, 2005 10:27 pm   Subject: zMUD on linux?
You can use wine to run it, but cleanly under n*x system? No.
  Topic: Buggy #suspend...
misterbalrog

Replies: 2
Views: 4005

PostForum: zMUD General Discussion   Posted: Mon Feb 28, 2005 8:21 am   Subject: Buggy #suspend...
The alarm shown above was not something I did during this session but was reinitiated when I restarted zMUD. Apparently it lost it's ID since it was unable to use the ID again as I had used it before. ...
  Topic: Buggy #suspend...
misterbalrog

Replies: 2
Views: 4005

PostForum: zMUD General Discussion   Posted: Sun Feb 27, 2005 11:01 pm   Subject: Buggy #suspend...
Alarms:
+ CleanTwist: -24:00 -> #10 {at %random(1,100).twisted get twist;eat twist}

It worked once before to do ...
#suspend {CleanTwist}
... in order to stop it. But now it has stopped work ...
  Topic: zmud recoils from the mouse
misterbalrog

Replies: 5
Views: 6855

PostForum: zMUD General Discussion   Posted: Wed Feb 23, 2005 9:19 pm   Subject: zmud recoils from the mouse
Sounds like a problem with the skin-program/process rather than zMUD then.
  Topic: problem geting character immedietly after variable
misterbalrog

Replies: 13
Views: 10177

PostForum: zMUD General Discussion   Posted: Sat Feb 12, 2005 11:48 pm   Subject: problem geting character immedietly after variable
Yer welcome.
  Topic: problem geting character immedietly after variable
misterbalrog

Replies: 13
Views: 10177

PostForum: zMUD General Discussion   Posted: Fri Feb 11, 2005 1:31 pm   Subject: problem geting character immedietly after variable
tried with @{WarEnsemble_Seconds}s ?
  Topic: sending <enter> before text
misterbalrog

Replies: 7
Views: 10124

PostForum: zMUD General Discussion   Posted: Mon Feb 07, 2005 10:39 pm   Subject: sending <enter> before text
Oh? It doesn't expand the values?
Well... just do

#echo

Then instead of %char(13);%-1..
  Topic: sending <enter> before text
misterbalrog

Replies: 7
Views: 10124

PostForum: zMUD General Discussion   Posted: Mon Feb 07, 2005 9:56 pm   Subject: sending <enter> before text
#tr {(*)} {#echo %char(13);%-1} "" {input}

Perhaps will help you.
  Topic: another question :P
misterbalrog

Replies: 1
Views: 3955

PostForum: zMUD General Discussion   Posted: Fri Feb 04, 2005 2:03 pm   Subject: another question :P
Bring up the Tick Dialog (right-click on the Tick-timer) and uncheck "Display Tick Message"
  Topic: Preventing gagged text from turning the taskbar icon green
misterbalrog

Replies: 3
Views: 5073

PostForum: zMUD General Discussion   Posted: Thu Feb 03, 2005 12:40 pm   Subject: Preventing gagged text from turning the taskbar icon green
I have a similar problem, caused by the fact that I have several windows it will copy information into, however. If the spam is limited to only one of my windows, and I have that window "highlighted"/ ...
  Topic: tired of %quote bugging...
misterbalrog

Replies: 21
Views: 33455

PostForum: zMUD General Discussion   Posted: Mon Jan 31, 2005 11:11 pm   Subject: tired of %quote bugging...
I'm using the ONINPUT... but instead of %literal, it's using %expand on the @randcolor variable... works just fine now.
  Topic: tired of %quote bugging...
misterbalrog

Replies: 21
Views: 33455

PostForum: zMUD General Discussion   Posted: Mon Jan 31, 2005 7:37 pm   Subject: tired of %quote bugging...
Que?

I did not enter the script from commandline, I altered the existing one with the editor. I don't do script imports either..

Like I said, it doesn't evaluate () at all, but [] it does... how ...
  Topic: tired of %quote bugging...
misterbalrog

Replies: 21
Views: 33455

PostForum: zMUD General Discussion   Posted: Mon Jan 31, 2005 3:24 pm   Subject: tired of %quote bugging...
Oh.. just noticed... with %concat, commas stop working....

and with @{randcolor} the variable is not expanded, it just ends up blank, it returns NULL... so no color code applied...

and with @ran ...
  Topic: tired of %quote bugging...
misterbalrog

Replies: 21
Views: 33455

PostForum: zMUD General Discussion   Posted: Mon Jan 31, 2005 12:59 pm   Subject: tired of %quote bugging...
actually I have no problem with parenthesis... perhaps If I try and use it as a smiley... lemme try it.. nope... no problem there either...

The only thing I do have a problem with is if I use both ...
  Topic: tired of %quote bugging...
misterbalrog

Replies: 21
Views: 33455

PostForum: zMUD General Discussion   Posted: Mon Jan 31, 2005 4:00 am   Subject: tired of %quote bugging...
Actually, to fix a few minor things, I had to do a %concat in there for it...

#ONINPUT {^goss5 (.+)$} {gos %concat(@randcolor,"%1",&+y)} "" {case|notrig|regex}

Without the %concat, it will s ...
  Topic: tired of %quote bugging...
misterbalrog

Replies: 21
Views: 33455

PostForum: zMUD General Discussion   Posted: Mon Jan 31, 2005 3:39 am   Subject: tired of %quote bugging...
A single double quote does not work.. I tried it and it ends up with the afformentioned result. (one or more) Single quote(s) DOES work, but not a single double-quote...

Typed: goss another test wi ...
  Topic: tired of %quote bugging...
misterbalrog

Replies: 21
Views: 33455

PostForum: zMUD General Discussion   Posted: Mon Jan 31, 2005 3:03 am   Subject: tired of %quote bugging...
Almost! but not quite...

This is what the alias looks like now:
#AL goss {gos @randcolor%literal( %-1)&+y}

However... 2 errors still occur...

That is when an argument is sent to the ali ...
  Topic: tired of %quote bugging...
misterbalrog

Replies: 21
Views: 33455

PostForum: zMUD General Discussion   Posted: Mon Jan 31, 2005 12:14 am   Subject: tired of %quote bugging...
If it is related to actually being able to use the randomcolor function properly with an alias that sends the arguments after it, and properly with all characters as entered, go ahead and suggest...
  Topic: tired of %quote bugging...
misterbalrog

Replies: 21
Views: 33455

PostForum: zMUD General Discussion   Posted: Sun Jan 30, 2005 5:34 pm   Subject: tired of %quote bugging...
LightBulb, apparently you didn't quite read or try your own code... but that does not work. It produces the same result. And the reason I have it separated is cuz I tend to use @randcolor elsewhere... ...
  Topic: tired of %quote bugging...
misterbalrog

Replies: 21
Views: 33455

PostForum: zMUD General Discussion   Posted: Sat Jan 29, 2005 2:57 pm   Subject: tired of %quote bugging...
Anyone got a better working thing than %quote?

Cuz it simply does not do...

Here's an example:

what I type: goss let's try it again with & and % and " and such
what it sends: gos &+B ...
  Topic: ZMUD Style and Design
misterbalrog

Replies: 48
Views: 65085

PostForum: zMUD General Discussion   Posted: Tue Jan 25, 2005 3:31 pm   Subject: ZMUD Style and Design
Yes quite, there are both sites and programs which are much worse in terms of layout and design. This homepage, zuggsoft.com, imo is quite adequate (and I work as a WebDesigner). It fullfills it's fun ...
  Topic: 2147483904
misterbalrog

Replies: 4
Views: 6209

PostForum: zMUD General Discussion   Posted: Tue Jan 25, 2005 9:38 am   Subject: 2147483904
Divide it by a thousand... since you have 13 BILLION coins, a few hundreds isn't going to throw off your economy that much.
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net