Register to post in forums, or Log in to your existing account
 
:
Search found 23 matches for:
Page 1 of 1
Author Message
  Topic: zApp Documentation
Rehcra

Replies: 6
Views: 11716

PostForum: General zApp Discussion   Posted: Mon Nov 15, 2004 10:39 pm   Subject: zApp Documentation
On CoreLibrary::ExecuteAction
<ACTION Name="MyOpen" Action="_FileOpen">
if core.ExecuteAction then
Caption = MyOpen.Dialog.Filename
end if
</SCRIPT>
  Topic: What ever happened to manners?
Rehcra

Replies: 5
Views: 14111

PostForum: Zugg's Blog   Posted: Wed Nov 03, 2004 5:10 pm   Subject: What ever happened to manners?
Chiara, we love you!

Although I fear the day, when I ask for my zMapper code, which I lost a long time ago.
<SHIVER> Embarassed

Rehcra
  Topic: [OT] MySQL help
Rehcra

Replies: 3
Views: 10581

PostForum: General zApp Discussion   Posted: Wed Oct 06, 2004 3:38 pm   Subject: [OT] MySQL help
-- check to see if table exists and create if necessary
Try CREATE TABLE IF NOT EXISTS foo (...);

-- upgrade table to version 2 if necessary
You can use SHOW CREATE TABLE foo; to get the defini ...
  Topic: Need Regex Help w/ Room/Exit lines
Rehcra

Replies: 3
Views: 4676

PostForum: zMUD General Discussion   Posted: Fri Sep 03, 2004 7:34 pm   Subject: Need Regex Help w/ Room/Exit lines
Thanks. Sadly. I couldn't figure out how to make it work as a regular pattern either.
I've been away to long.
  Topic: Need Regex Help w/ Room/Exit lines
Rehcra

Replies: 3
Views: 4676

PostForum: zMUD General Discussion   Posted: Fri Sep 03, 2004 6:42 pm   Subject: Need Regex Help w/ Room/Exit lines
OK. I've been banging my head against this, and when I think I get it fixed, I find that in truth it isn't. I've tried reading the REGEX docs which have pointed me closer, but...

I'm trying to tag ...
  Topic: Zugg's eMobius development Blog
Rehcra

Replies: 163
Views: 12828

PostForum: eMobius Discussion   Posted: Thu Aug 26, 2004 4:07 pm   Subject: Zugg's eMobius development Blog
I think Zugg is refering to Home of the Underdogs

http://www.the-underdogs.org/

If not he should be. It is a great site for abandon-ware. If the game is still for sale, they will post a link to ...
  Topic: Serious email client questions
Rehcra

Replies: 41
Views: 2032

PostForum: eMobius Discussion   Posted: Thu Dec 11, 2003 8:54 pm   Subject: Serious email client questions
I use Outlook 2000. I've been debating for a while now what client I will switch to.
I use the calendar for work, all the time.

I use Popfile (http://popfile.sourceforge.net/cgi-bin/wiki.pl)
quot ...
  Topic: Can't use zMUD w/ Remote Desktop?
Rehcra

Replies: 17
Views: 21875

PostForum: zMUD General Discussion   Posted: Wed Dec 03, 2003 10:29 pm   Subject: Can't use zMUD w/ Remote Desktop?
I have to disagree with you on a few points.

As I understand it, it is an eLicense issue. So Zugg fixing it is not a possibility. Complaining about not liking eLicense, will also not fix this issue ...
  Topic: Can't use zMUD w/ Remote Desktop?
Rehcra

Replies: 17
Views: 21875

PostForum: zMUD General Discussion   Posted: Fri Nov 21, 2003 8:58 pm   Subject: Can't use zMUD w/ Remote Desktop?
I use a specialized version of VNC called TightVNC - http://www.tightvnc.com/
It has a better compression (tight) implementation than vanilla VNC.
Make sure you select 8-bit color, and you can play ...
  Topic: two word alias
Rehcra

Replies: 4
Views: 6034

PostForum: zMUD General Discussion   Posted: Wed Nov 12, 2003 6:39 pm   Subject: two word alias
For Dagnimaer:

The alias is 'n', if the second part of the #IF was just 'n', it would call this alias and be in an infinite loop (until ZMud complained). The tilde tells Zmud to not process the 'n' ...
  Topic: Advanced Conversation Window
Rehcra

Replies: 6
Views: 7224

PostForum: zMUD General Discussion   Posted: Thu Oct 23, 2003 6:21 pm   Subject: Advanced Conversation Window
I use a set of triggers like this:

#TRIGGER {^(%a) tells the group '(*)} {#window conversation {Grp:%1:'%2}}
#TRIGGER {You tell the group '(*)} {#window conversation {Grp:You:'%1}}
#T ...
  Topic: IF triggers firing all at once
Rehcra

Replies: 3
Views: 5501

PostForum: zMUD General Discussion   Posted: Tue Sep 23, 2003 5:22 pm   Subject: IF triggers firing all at once
You can assign ID's to triggers and alarms. Then you can untrigger them by name.

#alarm "test" +10 {#show Time}

#untrigger test
  Topic: Script help
Rehcra

Replies: 12
Views: 13919

PostForum: zMUD General Discussion   Posted: Fri Sep 12, 2003 4:34 pm   Subject: Script help
{(%w) tells you (%w)}

This is the triggered portion of the #trigger.

This will match EVERY time anyone sends you a tell. Putting the first word into %2.

Joe tells you Boo you! --- %2 = "Boo" ...
  Topic: crashes and more crashes, unusable
Rehcra

Replies: 7
Views: 8439

PostForum: zMUD General Discussion   Posted: Wed Sep 10, 2003 3:02 am   Subject: crashes and more crashes, unusable
These are all XP updates from Microsoft Windows.

None of these are driver updates. Nothing you installed from the Windows site will get you the latest drivers for your network card.

You have to ...
  Topic: #IF question for shop trigger/script
Rehcra

Replies: 12
Views: 11786

PostForum: zMUD General Discussion   Posted: Wed Sep 03, 2003 12:38 am   Subject: #IF question for shop trigger/script
G0rd, I think you took LightBulb's post in a way he didn't mean it.

He has answered thousands (literally) of questions here. He is a top rate person and understands ZMud ways few others do.

What ...
  Topic: zMUD 6.16 mapper problems...
Rehcra

Replies: 6
Views: 7676

PostForum: zMUD General Discussion   Posted: Tue Aug 05, 2003 5:39 pm   Subject: zMUD 6.16 mapper problems...
These are the defined defaults for me.

#KEY KEY5 {look} "System|Keypad"
#KEY KEY7 {nw} "System|KeypadDiag" {chain}
#KEY KEY2 {s} "System|Keypad" {chain}
#KEY KEY3 {se} "System|KeypadDiag" {chain ...
  Topic: Imbedded Triggers
Rehcra

Replies: 7
Views: 8449

PostForum: zMUD General Discussion   Posted: Tue Aug 05, 2003 5:25 pm   Subject: Imbedded Triggers
Not the most elegant solution, but...

#IF has a True and a False command. You are only using the True part

Syntax:

#IF expression true-command [false-command]
%if(expression,true-value,fals ...
  Topic: Renumber Rooms
Rehcra

Replies: 7
Views: 19316

PostForum: Finished MUD Scripts   Posted: Mon Jul 22, 2002 4:24 pm   Subject: Renumber Rooms
Bravo.

I never liked that script anyway. It always seems like a bloated kludge.

  Topic: Sharing a connection
Rehcra

Replies: 8
Views: 10620

PostForum: zMUD General Discussion   Posted: Mon Jun 10, 2002 3:26 pm   Subject: Sharing a connection
You could get a shell account from somewhere. Then telnet to the shell acct first, then to the MUD from there. Then you would appear to have the IP of the shell acct.

If you don't have access to on ...
  Topic: Untrigger problem
Rehcra

Replies: 7
Views: 8183

PostForum: zMUD General Discussion   Posted: Thu May 02, 2002 2:06 pm   Subject: Untrigger problem
Yes, you need the ( ).
They tell the parser that you want to load this information into the %1 var. Without them %1 never get's set.

  Topic: Mapper mixup
Rehcra

Replies: 10
Views: 11725

PostForum: zMUD General Discussion   Posted: Wed Feb 27, 2002 10:09 pm   Subject: Mapper mixup
I'd like to comment that you shouldn't map quickly. :) You will rarely get accurate maps. I wrote the following for my fan site of a now long dead mud...

Why is the mapper making rooms in the wrong ...
  Topic: Renumber Rooms
Rehcra

Replies: 7
Views: 19316

PostForum: Finished MUD Scripts   Posted: Fri Dec 22, 2000 2:07 am   Subject: Renumber Rooms
Um.. Isn't this a finished script? It runs correctly as it is, for me. It has a purpose, which meets a need I had, and other people probably do as well. And I didn't even ask a single question... :)
...
  Topic: Renumber Rooms
Rehcra

Replies: 7
Views: 19316

PostForum: Finished MUD Scripts   Posted: Thu Dec 21, 2000 6:27 pm   Subject: Renumber Rooms
At one point I had 10,000+ rooms mapped on my mud, split into 50+ zones. On this PK mud the pauses when crossing zones was not working for me. So I merged them all into one zone and life was better. O ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net