Author |
Message |
Topic: elicensing down? |
miles2go
Replies: 9
Views: 15037
|
Forum: zMUD General Discussion Posted: Fri Sep 12, 2003 5:42 pm Subject: elicensing down? |
They're back up and running. |
Topic: elicensing down? |
miles2go
Replies: 9
Views: 15037
|
Forum: zMUD General Discussion Posted: Fri Sep 12, 2003 4:35 pm Subject: elicensing down? |
I am also unable to renew my license and can't access zMUD in any way because the elicense site is down. Can't get one online or offline.
Does someone have a phone number for these clowns so I can ... |
Topic: Looping triggers, Timers |
miles2go
Replies: 11
Views: 13750
|
Forum: zMUD General Discussion Posted: Thu Aug 14, 2003 5:26 pm Subject: Looping triggers, Timers |
If you want to be continually blocking, then yes you probably want the tick timer. I do something similar for Inferno.
Try these:
#AL BlockBlows {#timer (0) {block} (0) (0);#tset 3} blocking
#AL ... |
Topic: Coloring links/ link width |
miles2go
Replies: 3
Views: 9915
|
Forum: zMapper Discussion Posted: Wed Aug 06, 2003 2:14 pm Subject: Coloring links/ link width |
I did that and I can apply it to exits one at a time, but is there a way to apply it to multiple exits at once? I know you can do that for rooms by highlighting all the rooms, then applying the room ... |
Topic: Mapper not following across other links |
miles2go
Replies: 4
Views: 7517
|
Forum: zMUD General Discussion Posted: Wed Aug 06, 2003 2:01 pm Subject: Mapper not following across other links |
Changing my settings from safewalk to slowwalk fixed the map update issue. That has a differrent problem, while slowwalking I sometimes get attacked and can't continue the walk while in combat. |
Topic: Maps with variable delay times |
miles2go
Replies: 0
Views: 2733
|
Forum: zMUD General Discussion Posted: Fri Aug 01, 2003 1:59 pm Subject: Maps with variable delay times |
I play Inferno (www.ke9.com) and one of the game elements local to Inferno is the concept of 'round time'. Swing a sword, cast a spell, or hammer a piece of iron and you'll be in round time for a var ... |
Topic: Landmarks and auto-changing aliases |
miles2go
Replies: 3
Views: 5766
|
Forum: zMUD General Discussion Posted: Thu Jul 31, 2003 4:05 pm Subject: Landmarks and auto-changing aliases |
Yes, create a trigger for each landmark. Have the trigger set a variable, call it runpath. For example, have "The Great Bridge of Hale (nw,n,ne,sw,s,se)" as a trigger set runpath to be "do 10s,10w,j ... |
Topic: Change Rings |
miles2go
Replies: 3
Views: 7161
|
Forum: zMUD General Discussion Posted: Thu Jul 31, 2003 2:09 pm Subject: Change Rings |
You'll probablly need a trigger to capture which ring you are wearing to a variable. What command do you issue to check which ring you are wearing and what is the response when you issue that command ... |
Topic: Mapper not following across other links |
miles2go
Replies: 4
Views: 7517
|
Forum: zMUD General Discussion Posted: Wed Jul 30, 2003 8:20 pm Subject: Mapper not following across other links |
I've done that. The rooms are there on the map, and when I use the map I can get from one point to another. The map program just doesn't follow through the arch, it displays me as still being on the ... |
Topic: Help learning ZMud script writing. |
miles2go
Replies: 6
Views: 8559
|
Forum: zMUD General Discussion Posted: Wed Jul 30, 2003 2:20 pm Subject: Help learning ZMud script writing. |
Necro, try counting the number of blows it takes in carving in Inferno. I may be wrong but I believe it always takes 10 blows heavy, 10 blows medium and 10 blows light to finish a carving. This coul ... |
Topic: Inferno Guages Setup Help |
miles2go
Replies: 1
Views: 4467
|
Forum: zMUD General Discussion Posted: Wed Jul 30, 2003 2:11 pm Subject: Inferno Guages Setup Help |
Which Inferno? www.ke9.com? I've got mana, body, fatigue and exp guages for that one. |
Topic: Mapper not following across other links |
miles2go
Replies: 4
Views: 7517
|
Forum: zMUD General Discussion Posted: Wed Jul 30, 2003 2:08 pm Subject: Mapper not following across other links |
I'm having trouble with the automapper not following across Other links.
For example consider the following map:
A - B * C - D
.....|........|
.....E........F
Now the connection from B ... |
|