Search found 14 matches

by Zooka
Tue Dec 24, 2024 9:17 am
Forum: Scripts & Packages
Topic: Geyser UI Template
Replies: 121
Views: 430921

Re: Geyser UI Template

Here is a modern take on this old classic. This version uses Adjustable Containers, Geyser Buttons and updates the style sheets using best practices in today's Mudlet.
http://mudlet.github.io/mudlet-package- ... x.mpackage
by Zooka
Wed Jul 10, 2024 4:25 pm
Forum: Mudlet Development
Topic: Forced scroll option?
Replies: 11
Views: 69398

Re: Forced scroll option?

It's all fixed now and works with triggers. You can get the latest at the above link.

Optional packages like this are designed for extending core functionality, because not everyone wants or needs all those features so it's best not to bloat the core program.

Hope this helps.
by Zooka
Wed Jul 10, 2024 1:22 pm
Forum: Mudlet Development
Topic: Forced scroll option?
Replies: 11
Views: 69398

Re: Forced scroll option?

Hey Ancient, I've got a version available at https://zookaongit.github.io/mudlet-package-repository/delay-scrolling.mpackage Download it and install using the Package Manager under Toolbox (Alt+O). You can change the delay/timer in the script editor timers window to a value that you're comfortable w...
by Zooka
Wed Jul 10, 2024 11:43 am
Forum: Mudlet Development
Topic: Forced scroll option?
Replies: 11
Views: 69398

Re: Forced scroll option?

Hey Ancient, I'd enjoy working on something with you for this.

But perhaps in the mean time you could try turning on the timestamps (lower right hand corner, "I" symbol), at least then you be able to discern changes in the incoming text?

Talk soon.
by Zooka
Tue Jul 09, 2024 11:56 am
Forum: Scripts & Packages
Topic: Set Zoom Level on All Areas
Replies: 0
Views: 33293

Set Zoom Level on All Areas

Mudlet's mapper automatically remembers the zoom level for each different area, but alas, there is no way to set the zoom level for all your areas at once. Here's a script that does just that. function setMapZoomAllAreas(zoom) if not zoom or not tonumber(zoom) then echo("Require zoom level as a...
by Zooka
Thu Jun 27, 2024 6:57 am
Forum: Scripts & Packages
Topic: Speedwalk recorder
Replies: 10
Views: 78153

Re: Speedwalk recorder

Updated Version fixed above issues added delaywalk command to set your delay preference added lwalk command to list all saved speedwalks (and the names are clickable to instantly perform the walk) added removewalk to remove an existing speedwalk wiki entry: https://wiki.mudlet.org/w/Speedwalk_Record...
by Zooka
Mon Dec 11, 2023 7:41 am
Forum: Scripts & Packages
Topic: Performance Package
Replies: 4
Views: 72063

Re: Performance Package

Hey Avikare, can you please add a quick example on usage and output?
by Zooka
Tue Aug 08, 2023 8:38 am
Forum: Help Forum
Topic: Input cursor disappearing?
Replies: 5
Views: 53179

Re: Input cursor disappearing?

Ok, just learnt that SHIFT+ENTER creates a multi-line command input. Now to replicate the problem, which I can now recover from; type in a command then, with the mouse, select the end of the line and motion downwards. The command entered moves up to the not visible line above as a new (2nd) line is ...
by Zooka
Mon Aug 07, 2023 11:16 am
Forum: Help Forum
Topic: Input cursor disappearing?
Replies: 5
Views: 53179

Re: Input cursor disappearing?

I have seen this too, but I don't know how to replicate. When it happens I can get it back by selecting the command line with the mouse and moving upwards, similar motion to selecting a paragraph. Debian 12, dev build.
by Zooka
Wed Jun 21, 2023 11:02 pm
Forum: Help Forum
Topic: Button Layout Bug?
Replies: 5
Views: 31121

Re: Button Layout Bug?

Thank SS, the reorg is a weird feature, yet predictable.