Farsee was a bad example, since it had the information on the line (and that can just be consumed normally). Multiline trigger was the way to go, but in my case I'm using doppleganger look, which gives you a look into the room, but the room name is directly on the next line. I did use the mapper stuff while I was digging around from things, but their use case was slightly different, with scrying pool being the closest thing but still not working for this use case.
Eventually solved it, you need a line spacer with val = 1 as the second line of the trigger, instead of using \n around the regexes.
The multiline trigger comment was actually useful since beforehand I was using a painful flag/capture/unflag set of triggers and trying to preserve line variable between an alias and a script just to pull a room name, but the line spacer thing was really difficult to find on how to use since it seems like a mudlet specific nuance. Based off of documentation/mapper examples I was just expecting you needed to match twice to pass over the first line in buffer, but apparently it's not consumed and just keeps matching over it from when I tested with highlights/echoes.
I am using mudlet 3.1.0. Starting from scratch (on top of latest svof runewarden), I created three Geyser miniconsoles inside an HBox. I am trying to set wordwrap on all three with Geyser's setWrap() and with setWindowWrap(). However, I don't see any wordwrap happening when I echo lengthy string to miniconsole with Geyser's echo() or just plain echo(). The text runs past miniconsole's display width. I have used the window resize event handler to set up wordwrap using calcFontSize(). Any ideas?
I am using mudlet 3.1.0. Starting from scratch (on top of latest svof runewarden), I created three Geyser miniconsoles inside an HBox. I am trying to set wordwrap on all three with Geyser's setWrap() and with setWindowWrap(). However, I don't see any wordwrap happening when I echo lengthy string to miniconsole with Geyser's echo() or just plain echo(). The text runs past miniconsole's display width. I have used the window resize event handler to set up wordwrap using calcFontSize(). Any ideas?
I'm sure you know this if you've made it this far, but you have to include the console/hbox name you're trying to edit. Like.... left_console_chat:setWrap(54)
Hello everyone. I am using Mudlet and am trying to make a table that stores whose shadows I have. I am having trouble with removing names from the table. Think I can get the rest to work from the mudlet help file. Does anyone have any ideas of how to remove a certain value from a table without using the position number?
Is there a way to change the value of gmcp.IRE.Target.hpperc to not include the % after it. I am trying to alter my custom prompt using string.format so regardless of what the values are my prompt stays the same length. The only problem I have is getting the targets health% to show as a number and not a string.
Think I've managed to fix the issues with my new laptop. Is there an easy way of exporting everything from mudlet on my old machine and importing? Historically, I've exported everything individually but that's a bit tedious...
Think I've managed to fix the issues with my new laptop. Is there an easy way of exporting everything from mudlet on my old machine and importing? Historically, I've exported everything individually but that's a bit tedious...
Is a much better write up for those of us not computer savvy.
NOICE! I honestly have been manually doing it. This will have to be implemented soon. So much easier.
If you need help, hit me up. I'm fairly sure modules and packages are getting combined for mudlet, but for the time being, ripping a package with package manager is the easiest way to do this. If you need help, just let me know. I'm up to..a ridiculous number of modules. Need to add more, though.
On a side note, mudlet saves a module back-up every time you save, so I try to empty those once a month, at least until mudlet team tinkers with the delete old profiles script. Last week I dumped 11 gb, which was low for me. Two month period.
Does this technique also include all of the extraneous (non-lua) files that various published scripts include? The benefit of backing up the actual files is that you get EVERYTHING that Mudlet uses regardless of which package/module it's from. Your databases, settings files and the like.
On a side note, mudlet saves a module back-up every time you save, so I try to empty those once a month, at least until mudlet team tinkers with the delete old profiles script. Last week I dumped 11 gb, which was low for me. Two month period.
The modules not getting cleared by that script fell off my radar. Would anyone help mind updating it here - hit the Edit button top-right () ?
Anyone ever run into issues where wundersys/mudlet lags randomly for no reason? Numbers in the bottom right are low when it happens but not sure what the cause is.
I'm having a play with setting up a separate console window to output my limb counter, target, etc.
I've been through the documentation to create a console window, but the variables don't update dynamically. What's the easiest way to get the updating to work? Trigger off Prompt?
Comments
@Talroth and I assume you use Mudlet.
GMCP documentation: https://github.com/keneanung/GMCPAdditions
svof github site: https://github.com/svof/svof and documentation at https://svof.github.io/svof
Eventually solved it, you need a line spacer with val = 1 as the second line of the trigger, instead of using \n around the regexes.
The multiline trigger comment was actually useful since beforehand I was using a painful flag/capture/unflag set of triggers and trying to preserve line variable between an alias and a script just to pull a room name, but the line spacer thing was really difficult to find on how to use since it seems like a mudlet specific nuance. Based off of documentation/mapper examples I was just expecting you needed to match twice to pass over the first line in buffer, but apparently it's not consumed and just keeps matching over it from when I tested with highlights/echoes.
@Kogan Yes.
Results of disembowel testing | Knight limb counter | GMCP AB files
E: I'm too slow
Dunn tells you, "I hate you."
(Party): You say, "Bad plan coming right up."
Since I play on multiple machines it's a must for me. Also comes with free version control in case you break something!
Is a much better write up for those of us not computer savvy.
On a side note, mudlet saves a module back-up every time you save, so I try to empty those once a month, at least until mudlet team tinkers with the delete old profiles script. Last week I dumped 11 gb, which was low for me. Two month period.
Here's one that includes windows directions.
Svof
Mudlet Discord join up
I've been through the documentation to create a console window, but the variables don't update dynamically. What's the easiest way to get the updating to work? Trigger off Prompt?