Search found 1142 matches

by Jor'Mox
Fri Mar 04, 2022 11:17 pm
Forum: Mudlet Mapper
Topic: Generic Mapping Script
Replies: 441
Views: 405829

Re: Generic Mapping Script

Hi Jor'Mox, I'm trying to set up the script for Legends of Terris (Server: 45.8.103.242, Port: 31000, have to turn off TLS to connect). If that IP doesn't work it's because the connection info is DNS rather than IP-based and the IP changed. The editor wouldn't let me submit a post with the address ...
by Jor'Mox
Mon Mar 23, 2020 12:29 pm
Forum: Scripts & Packages
Topic: Copy in Color
Replies: 3
Views: 6583

Re: Copy in Color

Sure, go right ahead.
by Jor'Mox
Sat Oct 26, 2019 12:31 pm
Forum: Scripts & Packages
Topic: Mapper Menu Add-Ons Script
Replies: 8
Views: 11665

Re: Mapper Menu Add-Ons Script

You can just double click on the room to move there normally, it is a base part of how the mapper works. No need for any of this in order to do that.
by Jor'Mox
Thu May 09, 2019 4:27 pm
Forum: Mudlet Mapper
Topic: Mapping Realms of Despair
Replies: 2
Views: 15331

Re: Mapping Realms of Despair

Firstly, if you are walking into the same game room from different locations on the map, it won't assume they are the same room, and will make a new one. So you need to make things line up on the map in order for it to work properly in that regard. Secondly, depending on how doors are handled on you...
by Jor'Mox
Thu May 09, 2019 4:22 pm
Forum: Help Forum
Topic: Confusing dechoLink() behavior
Replies: 2
Views: 3939

Re: Confusing dechoLink() behavior

When trying to do things in an organized manner, you want to use ipairs, not pairs.
by Jor'Mox
Thu Apr 25, 2019 1:52 pm
Forum: Scripts & Packages
Topic: Visual Label Adjustment
Replies: 6
Views: 9873

Re: Visual Label Adjustment

No, only for Geyser labels.
by Jor'Mox
Thu Apr 25, 2019 1:42 pm
Forum: Scripts & Packages
Topic: Visual Label Adjustment
Replies: 6
Views: 9873

Re: Visual Label Adjustment

I just tested it in 3.19.0, on a Mac, and it worked as expected. When I click and drag in the middle of the label, it moves around. When I click and drag within the label close to the edges, it resizes the label.
by Jor'Mox
Thu Apr 25, 2019 11:20 am
Forum: Scripts & Packages
Topic: Visual Label Adjustment
Replies: 6
Views: 9873

Re: Visual Label Adjustment

To do the resizing, you just need to click near enough to the edges of the label, and when you drag it will change the size of the label, rather than move it around.
by Jor'Mox
Sun Apr 07, 2019 2:46 pm
Forum: Mudlet Mapper
Topic: Generic Mapping Script
Replies: 441
Views: 405829

Re: Generic Mapping Script

So, I went to your game, took your script, and modified it until I got it working, at least to the extent that I can wandering around in the starting city of Midgaard. Here is the code I'm using: map = map or {} map.room_info = map.room_info or {} map.prev_info = map.prev_info or {} map.aliases = ma...
by Jor'Mox
Thu Mar 07, 2019 11:40 am
Forum: Scripts & Packages
Topic: Drag and Drop GUI Framework
Replies: 15
Views: 38765

Re: Drag and Drop GUI Framework

EDIT: See below.