Author |
Message |
Topic: Ordered Zmud, download not working |
a_priebe47
Replies: 2
Views: 9158
|
Forum: Website or Forum problems Posted: Thu Aug 18, 2005 11:44 pm Subject: Ordered Zmud, download not working |
After I type in my orderID, I click on the download button and the page goes blank does nothing. Tried in IE and Firefox. Help? |
Topic: Should be working script.... |
a_priebe47
Replies: 2
Views: 4021
|
Forum: zMUD General Discussion Posted: Wed Oct 06, 2004 12:14 am Subject: Should be working script.... |
Alright, I have what I think should be a working script, I can't find any problems with it. I'm using zmud 7.04, here's the script:
#TRIGGER {(%w) says 'uplift (%w)'}
& ... |
Topic: zMUD in Slackware with WINE fonts |
a_priebe47
Replies: 0
Views: 2747
|
Forum: zMUD General Discussion Posted: Fri Aug 06, 2004 11:53 pm Subject: zMUD in Slackware with WINE fonts |
I got zMUD working great in Slackware using WINE, but I can't seem to change the font to a fixed width one so that the text is displayed properly. Anyone know if I have to change any directories or po ... |
Topic: Repeating a Trigger |
a_priebe47
Replies: 2
Views: 4695
|
Forum: zMUD General Discussion Posted: Fri Nov 07, 2003 8:12 am Subject: Repeating a Trigger |
I was just wondering how I would repeat the following trigger. It's meant to brew 100 potions.
[code]
c 'create fire'; get empty port; hold empty; brew shadowform; remove potion; put potion port; ... |
Topic: Trigger Problem |
a_priebe47
Replies: 4
Views: 6465
|
Forum: zMUD General Discussion Posted: Mon Aug 04, 2003 6:04 am Subject: Trigger Problem |
Alright, here's my progress thus far. Here's the pattern:
c 'ogre might' (%w) , c 'trollish vigor' (%w) ,
c 'dragon wit' (%w) , c slink (%w) , c 'elven beauty' (%w) , c shield (%w)
[/code]
Now ... |
Topic: Trigger Problem |
a_priebe47
Replies: 4
Views: 6465
|
Forum: zMUD General Discussion Posted: Mon Aug 04, 2003 4:10 am Subject: Trigger Problem |
Thanks, I'll look into it. |
Topic: Trigger Problem |
a_priebe47
Replies: 4
Views: 6465
|
Forum: zMUD General Discussion Posted: Mon Aug 04, 2003 3:44 am Subject: Trigger Problem |
Alright, say I have a trigger that casts a variety of spells on the person who says the keyword:
[code]
#TRIGGER {help} {<cast spells>}
[/code]
I was wondering how I would get the trigger ... |
|