Author |
Message |
Topic: help on a color alias |
dskorren
Replies: 3
Views: 6604
|
Forum: zMUD General Discussion Posted: Thu Dec 02, 2004 7:37 am Subject: help on a color alias |
Thank you for your code Danlo. Its quite a mouthful and I think it will take me a long time to find out how that one works. It is light years away from what I came up. *high five* |
Topic: help on a color alias |
dskorren
Replies: 3
Views: 6604
|
Forum: zMUD General Discussion Posted: Tue Nov 30, 2004 1:53 am Subject: help on a color alias |
I've read Imri's post regarding the capitalization and coloring
of words you enter on an alias and learned for myself how fast
regexp can be compared to using zscript for string manipulation.
Wha ... |
Topic: Mud Client discussion |
dskorren
Replies: 27
Views: 57692
|
Forum: zMUD General Discussion Posted: Tue Oct 14, 2003 2:34 am Subject: Mud Client discussion |
zmud is the best, i would stop mudding if zmud was taken away from me, besides, i wont be able to make maps with out this great program.
www.geocities.com/nantax/thoc.gif
the heirs of crevetier
... |
Topic: Small map enhancement request |
dskorren
Replies: 1
Views: 5060
|
Forum: zMUD General Discussion Posted: Tue Oct 07, 2003 3:04 am Subject: Small map enhancement request |
im just going to piggy back on this topic since its about the automapper. it would be nice if the bend handles would go away in follow mode and would only appear during edit mode. :) |
Topic: Creating Gauges! |
dskorren
Replies: 4
Views: 7104
|
Forum: zMUD General Discussion Posted: Sat Sep 27, 2003 8:35 am Subject: Creating Gauges! |
suppose your prompt looks likes this:
<438/438hp 572/572mana 330/330mv>
*^***^*****^***^*******^***^
*|***|*****|***|*******|***'-mv2(max move)
*|***|*****|***|*******'-mv1(current move)]
... |
Topic: Status box color! |
dskorren
Replies: 3
Views: 8248
|
Forum: zMUD General Discussion Posted: Thu Sep 25, 2003 2:30 am Subject: Status box color! |
it works on the mud output, the status window, but blinking doest not work on the status bar. to use it just add %ansi() to the text you want to color. it can also be inside a variable so when your di ... |
Topic: Question about toggle button |
dskorren
Replies: 2
Views: 5157
|
Forum: zMUD General Discussion Posted: Thu Sep 25, 2003 1:55 am Subject: Question about toggle button |
make an alias on your spell ups (if its long) or just manually type c <spell> and trigger on spell up/down phrase, that way your button will be on its right state regardless of the person/npc sp ... |
Topic: Status box color! |
dskorren
Replies: 3
Views: 8248
|
Forum: zMUD General Discussion Posted: Tue Sep 23, 2003 11:48 am Subject: Status box color! |
help -> index - > ansi
Syntax: %ansi(fore,back)
Related: %color, #COLOR, #CW
return the ANSI codes for the given colors. Can use a numeric value such as generated by the %color function. ... |
Topic: Docking windows |
dskorren
Replies: 2
Views: 7041
|
Forum: zMUD General Discussion Posted: Wed Sep 10, 2003 9:30 am Subject: Docking windows |
click the title bar of the child edit settings window (the one where you type in the scripts) and drag it to the right edge of the main edit setting window so it will dock. if you have view, preferenc ... |
Topic: RoM 2.3 modified - tricky mapping - edited |
dskorren
Replies: 5
Views: 7125
|
Forum: zMUD General Discussion Posted: Sun Sep 07, 2003 7:44 am Subject: RoM 2.3 modified - tricky mapping - edited |
i exported all my settings to a text file, created a new character and then imported it back.
after opening the map and reconfiguring, the automapper works like a charm. not sure what happened ther ... |
Topic: RoM 2.3 modified - tricky mapping - edited |
dskorren
Replies: 5
Views: 7125
|
Forum: zMUD General Discussion Posted: Sat Sep 06, 2003 5:11 am Subject: RoM 2.3 modified - tricky mapping - edited |
same problem here
<122/122b 604/604h 858/858n 713/713v 24%>
look
Outside the East Gate of Khavanov
You are by two small towers that have been built into the city wall and
connected with ... |
Topic: prompt and room name |
dskorren
Replies: 2
Views: 5299
|
Forum: zMUD General Discussion Posted: Thu Sep 04, 2003 2:31 am Subject: prompt and room name |
my mud output looks like this:
<122/122b 592/592h 848/848n 713/713v 4%> The Cross Roads
You are at the intersection of the great eastern road. A dirt path leads
to the north toward a bea ... |
Topic: activating a toggle button off a trigger |
dskorren
Replies: 6
Views: 13127
|
Forum: zMUD General Discussion Posted: Wed Sep 03, 2003 3:09 am Subject: activating a toggle button off a trigger |
right click your button
button state -> kind: toggle
advanced -> value: @sanc |
Topic: checking a character to a range of characters |
dskorren
Replies: 1
Views: 3918
|
Forum: zMUD General Discussion Posted: Sat Jun 28, 2003 1:21 pm Subject: checking a character to a range of characters |
i have an alias named test with the value:
#if ("%1" =~ "[abcd]") {#show %1 is in range} {#show %1 is not in range}
why does test a and test A will always result to in range?
|
Topic: [range] |
dskorren
Replies: 5
Views: 8208
|
Forum: zMUD General Discussion Posted: Mon May 19, 2003 5:22 pm Subject: [range] |
Thank you very much Kjata and Lightbulb for your help. Much appreciated.
|
Topic: [range] |
dskorren
Replies: 5
Views: 8208
|
Forum: zMUD General Discussion Posted: Mon May 19, 2003 3:33 pm Subject: [range] |
So how do you use the [a~z] pattern matching from the help file? I would like to use it to check for uppercase letters so I can color them differently in the channel, ex: Capitals=yellow, Small Letter ... |
Topic: [range] |
dskorren
Replies: 5
Views: 8208
|
Forum: zMUD General Discussion Posted: Mon May 19, 2003 1:46 pm Subject: [range] |
i have an alias named test with the following command:
#if (%1 = "a|b|c|d|e|f|g") {#show %1 is in range} {#show %1 is not in range}
When i type test a, the result is always not in rang ... |
Topic: compass.zsc |
dskorren
Replies: 2
Views: 5414
|
Forum: zMUD General Discussion Posted: Mon May 12, 2003 5:04 pm Subject: compass.zsc |
Works great Kjata, thank you very much.
|
Topic: compass.zsc |
dskorren
Replies: 2
Views: 5414
|
Forum: zMUD General Discussion Posted: Mon May 12, 2003 5:16 am Subject: compass.zsc |
I just imported the compass.zsc that is in the zmud main directory and it comes with the alias showexits %1 where %1 is a list of exits that you want enabled in the exit buttons.
How do i setup a t ... |
Topic: Mapper - Room Name |
dskorren
Replies: 1
Views: 3925
|
Forum: zMUD General Discussion Posted: Fri May 09, 2003 12:56 am Subject: Mapper - Room Name |
Entrance to the Ravens Lodge
Before you stands the legendary Raven Clan's Lodge. The doors of the
lodge are well crafted with a wooden Raven head on each door. You notice a
sign sticking in the g ... |
Topic: mapper and room name |
dskorren
Replies: 1
Views: 4879
|
Forum: zMUD General Discussion Posted: Wed Jan 15, 2003 1:35 am Subject: mapper and room name |
97H 163M 105V > look
Guard Barracks
You are in the foyer of the barracks of the city guard. A pair of
large iron-bound oak doors lead south into a room marked "Training area".
A l ... |
Topic: 6.40 mapper speed |
dskorren
Replies: 32
Views: 54948
|
Forum: zMUD General Discussion Posted: Sat Jan 11, 2003 3:13 am Subject: 6.40 mapper speed |
quote:You might also need to update the Jet drivers.
Kjata
thanks to Grif for this post and to Kjata reply, the mapper is much faster now that i have upgraded the jet drivers.
ACC2002: Updated ... |
Topic: how to store special char in a list |
dskorren
Replies: 4
Views: 7736
|
Forum: zMUD General Discussion Posted: Sun Jan 05, 2003 4:03 pm Subject: how to store special char in a list |
thanks Kjata, storing the special chars using stringlist is really mind boggling, lol, thanks for the info about arrays.
----
one more thing, how do i add the " (qoute) and , (comma) in the arr ... |
Topic: how to store special char in a list |
dskorren
Replies: 4
Views: 7736
|
Forum: zMUD General Discussion Posted: Sun Jan 05, 2003 2:16 am Subject: how to store special char in a list |
using "" to enclose the special char works, but i cant store "|". it would result to 2 lines with no value.
#var @spchar {"("|")"|"|"|"-" ... |
Topic: how to store special char in a list |
dskorren
Replies: 4
Views: 7736
|
Forum: zMUD General Discussion Posted: Sat Jan 04, 2003 12:42 pm Subject: how to store special char in a list |
im trying to store all the special char (punctuations) in a list so i can %replace it with a colored one. im trying to make an alias that will color the special char differently from the words in the ... |
|