Register to post in forums, or Log in to your existing account
 
:
Search found 24 matches for:
Page 1 of 1
Author Message
  Topic: Buttons in other windows.
psyborg

Replies: 3
Views: 3632

PostForum: zMUD General Discussion   Posted: Tue Jun 10, 2003 11:53 pm   Subject: Buttons in other windows.
Tried that already. It doesn't update.

  Topic: Buttons in other windows.
psyborg

Replies: 3
Views: 3632

PostForum: zMUD General Discussion   Posted: Tue Jun 10, 2003 11:02 pm   Subject: Buttons in other windows.
I am trying to put all my buttons on a window I call "status" instead of on on the main window. I get a GSL trigger j, which updates the buttons on my main window using the following trigger ...
  Topic: HTML stripping?
psyborg

Replies: 2
Views: 3132

PostForum: zMUD General Discussion   Posted: Tue Jun 10, 2003 8:11 pm   Subject: HTML stripping?
oh, and here was the actual output if I save it to a variable...

00008panelData id=weatherweatherdata1001210110/weatherdata/panelData

it strips out all the '<' and '>' from the output.

...
  Topic: HTML stripping?
psyborg

Replies: 2
Views: 3132

PostForum: zMUD General Discussion   Posted: Tue Jun 10, 2003 8:06 pm   Subject: HTML stripping?
ok, I am having problems with a capture from Dragonrealms. Using the GSw trigger, you can get weather/time/event updates. It is also used for other special formatting (like "monospace") Anyw ...
  Topic: Variables between windows
psyborg

Replies: 5
Views: 5201

PostForum: zMUD General Discussion   Posted: Fri May 23, 2003 12:58 pm   Subject: Variables between windows
Err, and you too Tondiening...dunno how I missed you the first time.

  Topic: Variables between windows
psyborg

Replies: 5
Views: 5201

PostForum: zMUD General Discussion   Posted: Thu May 22, 2003 11:22 pm   Subject: Variables between windows
Thanks Vijilante! Always a help.

  Topic: Variables between windows
psyborg

Replies: 5
Views: 5201

PostForum: zMUD General Discussion   Posted: Thu May 22, 2003 9:16 pm   Subject: Variables between windows
Well, I found a way to do it...

#ALIAS (/nameadd) {#additem names %1;:famwin:#additem names %1}

updates both variables at once. I would still like to hear if anyone knows how the windows can sha ...
  Topic: Variables between windows
psyborg

Replies: 5
Views: 5201

PostForum: zMUD General Discussion   Posted: Thu May 22, 2003 8:49 pm   Subject: Variables between windows
Is there any way for a child window to share a variable with a parent window? I have the variable "names" I use in the main window for hilighting names, and I send formatted output to the ch ...
  Topic: Draonrealms GSL tags
psyborg

Replies: 4
Views: 6285

PostForum: zMUD General Discussion   Posted: Thu May 22, 2003 8:43 pm   Subject: Draonrealms GSL tags
Obviously some of us would rather the cheat sheet. It may be whiny to you, but I prefer to work with the input from the server whenever I can.

I don't need his help with figuring out the GSL tags. ...
  Topic: Another toy, makes you talk backwards!!!
psyborg

Replies: 15
Views: 36337

PostForum: Finished MUD Scripts   Posted: Thu May 22, 2003 7:54 pm   Subject: Another toy, makes you talk backwards!!!
change it to something other than "say?" maybe /say or something. since say is a command the server will parse. I dunno, just an Idea.

  Topic: Draonrealms GSL tags
psyborg

Replies: 4
Views: 6285

PostForum: zMUD General Discussion   Posted: Thu May 22, 2003 5:46 pm   Subject: Draonrealms GSL tags
You could just as easily do a "%pos( B, %gsl(j))" less characters to type, and usually only have to do it once. *grin* I know it can be worked around, but why not give someone the option to ...
  Topic: Pausing Alias?
psyborg

Replies: 2
Views: 3291

PostForum: zMUD General Discussion   Posted: Thu May 22, 2003 5:39 am   Subject: Pausing Alias?
Err, I though that was self evident. Nothing fancy. something like this that follows...

#var loop 0
#while @loop<11) {
get eleventh scroll in my spell case
#wait 1000
read my scroll
...
  Topic: Dragonrealms Familiar Window
psyborg

Replies: 3
Views: 6705

PostForum: zMUD General Discussion   Posted: Thu May 22, 2003 5:34 am   Subject: Dragonrealms Familiar Window
thanks vijilante, that did the trick!

  Topic: Pausing Alias?
psyborg

Replies: 2
Views: 3291

PostForum: zMUD General Discussion   Posted: Thu May 22, 2003 1:22 am   Subject: Pausing Alias?
Is there any way to pause an alias when it is halfway through the routine? Sometimes I am in the middle of the "script" when I need to do something else for a few moments, and then want to p ...
  Topic: Draonrealms GSL tags
psyborg

Replies: 4
Views: 6285

PostForum: zMUD General Discussion   Posted: Thu May 22, 2003 1:08 am   Subject: Draonrealms GSL tags
Here is what I have
GSP=prompt
I stunned
GH kneeling
G lying down
H sitting
O bleeding
P Joined in a group
M unconcious
J non teaching allowed room or status.(could be ...
  Topic: Dragonrealms Familiar Window
psyborg

Replies: 3
Views: 6705

PostForum: zMUD General Discussion   Posted: Thu May 22, 2003 12:24 am   Subject: Dragonrealms Familiar Window
Ok, I am a moon mage in the game, and with that, I can watch places "at a distance" with the output going into the familiar window. Now then, the gsl tags e/f "contain"(as in what ...
  Topic: Simutronics GSL Codes
psyborg

Replies: 2
Views: 4420

PostForum: zMUD General Discussion   Posted: Thu May 22, 2003 12:11 am   Subject: Simutronics GSL Codes
It would also be helpful if you say WHICH simu game you use. Not all use the same tags

  Topic: #alarm
psyborg

Replies: 2
Views: 2656

PostForum: zMUD General Discussion   Posted: Mon May 19, 2003 2:10 pm   Subject: #alarm
Ok, I am using the following trigger...

#TRIGGER ((@rtcurrent>0)) {#alarm {+1} {#add rtcurrent -1}}

Now, it does work, and it counts down, but it seems to be counting down twice in a second, ...
  Topic: Highlights and those other windows
psyborg

Replies: 4
Views: 3929

PostForum: zMUD General Discussion   Posted: Sun May 18, 2003 8:09 pm   Subject: Highlights and those other windows
ok, how do I put the trigger in the window? and for the record, if I used one of the other commands to send names to the child window, it did highlight in the child window without the need of a separa ...
  Topic: Highlights and those other windows
psyborg

Replies: 4
Views: 3929

PostForum: zMUD General Discussion   Posted: Sun May 18, 2003 2:03 pm   Subject: Highlights and those other windows
Ok, I have the main window...and I use a trigger like this

#trigger {@names} {#cw 10}

with the variable "names" containing a list of names to highlight. Now, this works wonderfully fo ...
  Topic: Using Gauges
psyborg

Replies: 3
Views: 4009

PostForum: zMUD General Discussion   Posted: Sun May 18, 2003 1:55 pm   Subject: Using Gauges
When I use #alarm, it counts down very strangely. Almost like 2 "seconds" off the counter every second.


#TRIGGER ((@rtcurrent>0)) {#alarm {+1} {#add rtcurrent -1}}



  Topic: Dragonrealms and Roundtime
psyborg

Replies: 5
Views: 9661

PostForum: zMUD General Discussion   Posted: Sat May 17, 2003 9:36 pm   Subject: Dragonrealms and Roundtime
I am playing Dragonrealms. Is there anyway I can tell if I am in RT or not? As it is right now, I am doing a pattern search for "Roundtime 5" for example, and making a timer/variable that co ...
  Topic: Using Gauges
psyborg

Replies: 3
Views: 4009

PostForum: zMUD General Discussion   Posted: Thu May 15, 2003 8:39 pm   Subject: Using Gauges
Oh, and on a side note, it seems the triggers I use to send other "patterns" to other windows don't function during this time either. Maybe something is stopping the triggers from working co ...
  Topic: Using Gauges
psyborg

Replies: 3
Views: 4009

PostForum: zMUD General Discussion   Posted: Thu May 15, 2003 8:27 pm   Subject: Using Gauges
I have the gauges button set up correctly as far as I can tell. And the variables are all set. As are my triggers. Here is my example.

search
You search around, blah blah.
Roundtime 10 sec.

I ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net