Unknown2012-01-20 14:23:44
Call it with no arguments. i.e. Create a new trigger matching on:
With the script as:
Alternatively, if you're using Vadi's system, just do:
^You exert superior mental control and your wounds clot before your eyes\\.$
With the script as:
deleteFull()
Alternatively, if you're using Vadi's system, just do:
mmconfig gagclot
Unknown2012-01-20 19:53:41
It worked, thanks Draylor!
vorld2012-01-20 20:44:18
how would I change this to catch my nekai and whatever is parrying it?
^Swinging a black steel nekai at (\\w+), you grit your teeth as it is deflected by (his|her) symbol.$
Unknown2012-01-21 01:12:52
Can I wrap text on labels or do I need a mini console?
I have:
whoPane = Geyser.Label:new({
name = "who_pane",
x = 7, y = -129,
width = "288", height = 93,
color = "black",
}, layout)
whoPane:setFontSize(8)
And I want something like whoPane:setWindowWrap(20) like on mini consoles. Does something like that exist?
I have:
whoPane = Geyser.Label:new({
name = "who_pane",
x = 7, y = -129,
width = "288", height = 93,
color = "black",
}, layout)
whoPane:setFontSize(8)
And I want something like whoPane:setWindowWrap(20) like on mini consoles. Does something like that exist?
Vadi2012-01-21 02:05:40
I don't think you can auto-wrap, however you can force a linebreak in them - one way would be to insert
(or
if that doesn't work).
(or
if that doesn't work).
Lilia2012-01-21 05:40:19
I see plain :setWrap(number) used in my chatbox script, but it's used on a window, so who knows.
Unknown2012-01-21 06:59:25
Might as well just use a miniconsole for this, really. It's wholly trivial to change.
Also, for those that may not be aware, there is also this
Also, for those that may not be aware, there is also this
Ankastra2012-02-08 18:09:32
Having a few issues with mapping - I try to walk around with the mapper on to map my aethership and I get this when I walk into the room:
(mapper): Oops! Has a small problem.
view steps
and on clicking view steps, I get this:
stack traceback:
:135: in function '__index'
:126: in function
: in function 'xpcall'
:55: in function
Also, room area doesn't seem to move the initial room I begin mapping in, unless I walk into it to trigger the room title, then do room area. Did I break something? :o
(mapper): Oops! Has a small problem.
view steps
and on clicking view steps, I get this:
stack traceback:
:135: in function '__index'
:126: in function
: in function 'xpcall'
:55: in function
Also, room area doesn't seem to move the initial room I begin mapping in, unless I walk into it to trigger the room title, then do room area. Did I break something? :o
Azarel2012-02-11 05:57:37
ok...I'm not sure if it was listed here....but I am extremely coding illiterate...can anyone help me set up a targetting alias?
I've been using the ingame targetting system (st t thing) for bashing and such..but this is obviously quite time consuming
I'm looking for a way to target and enemy something in one move...either by using Mudlet directly (which then, I need to figure out to use keys to send attack commands versus sending my in game aliases) or by using mudlet to essentially send "st t (person); enemy (person)"
If possible, a way to also do this same thing off calls in group combat
Thanks to everyone in advance for helping me, and my extreme-coding-challenged brain. in this endeavor
I've been using the ingame targetting system (st t thing) for bashing and such..but this is obviously quite time consuming
I'm looking for a way to target and enemy something in one move...either by using Mudlet directly (which then, I need to figure out to use keys to send attack commands versus sending my in game aliases) or by using mudlet to essentially send "st t (person); enemy (person)"
If possible, a way to also do this same thing off calls in group combat
Thanks to everyone in advance for helping me, and my extreme-coding-challenged brain. in this endeavor
Lilia2012-02-11 06:27:19
Alias pattern: ^tar (\\w+)$
Now you can make a bashing alias or keybinding that does:
If you need to put the target in the middle, rather than just on the end, of what you send, make sure you concatenate it (stitch it together) properly.
target = string.lower(matches)
send("enemy " .. matches)
Now you can make a bashing alias or keybinding that does:
send("point staff " ..target)
If you need to put the target in the middle, rather than just on the end, of what you send, make sure you concatenate it (stitch it together) properly.
send("strike "..target.." lleg")
Vadi2012-02-11 06:47:25
Ankastra:
Having a few issues with mapping - I try to walk around with the mapper on to map my aethership and I get this when I walk into the room:
(mapper): Oops! Has a small problem.
view steps
and on clicking view steps, I get this:
stack traceback:
:135: in function '__index'
:126: in function
: in function 'xpcall'
:55: in function
Also, room area doesn't seem to move the initial room I begin mapping in, unless I walk into it to trigger the room title, then do room area. Did I break something? :o
Are you on the latest mapper script, just to be sure?
Maleran2012-02-12 02:32:49
Random question I am curious about...Is there a way to make buttons pop up in a response to a command/alias. for example I type in the alias command for flinging the catacombs tarot, is there a way to get a list of buttons to pop up mid screen or even off to the side with a list of the places that I can just click and it will enter the command to touch there?
Vadi2012-02-12 04:02:01
You can use showToolBar to show buttons
Vadi2012-02-13 08:14:22
Aldani:
Unfortunately, even this has stopped working now. Anyone have any ideas?
Is this still an issue?
Qistrel2012-02-13 14:06:01
I have triggers that call stat when I wear/remove clothing, in order to keep track of my prestige and warmth. Is there a way to gag the stat display when it's called this way, but not when I actually type 'stat'? And how would I go about doing it? I can't even get it to gag simple things.
Unknown2012-02-13 14:13:09
I'm going back to mudlet. In zmud, I use a #TEMP to pick up targets after they're slain. I hate the acquisitio enchantment. Is there a way to do that in mudlet as well? If so, how?
Thanks
Thanks
Unknown2012-02-13 14:37:11
ForgotOldForumName:
I'm going back to mudlet. In zmud, I use a #TEMP to pick up targets after they're slain. I hate the acquisitio enchantment. Is there a way to do that in mudlet as well? If so, how?
Thanks
tempTrigger()
Further details available here.
Aldani2012-02-13 17:42:02
Vadi:
Is this still an issue?
Yes, it is. I've got the most recent versions of Mudlet, QT, and other system software.
Unknown2012-02-13 19:13:06
I have triggers that call stat when I wear/remove clothing, in order to keep track of my prestige and warmth. Is there a way to gag the stat display when it's called this way, but not when I actually type 'stat'? And how would I go about doing it? I can't even get it to gag simple things.
Sure! Create a Trigger that gags all of STAT, and have it capture what you want from stat as well(prestige and warmth), also have it disable itself with disableTrigger(). In the triggers you have for removing and wearing clothing add enableTrigger(). There are other ways to do this as well. I'll post a sample.
Damn forums won't let me upload my sample XML... :(
Rika2012-02-13 20:14:12
Way I would do it would be to use an alias with three tempTriggers. One to deleteLine() everything, one to capture the warmth part and one to delete the first two triggers when the prompt comes back. Note: I'm a coding noob so this is probably a terrible way to do it, but I'm of the belief that if it works, it works!