Search found 43 matches

by Drevarr
Sun Nov 29, 2015 4:42 am
Forum: Help Forum
Topic: Nesting labels inside Lua table structures
Replies: 4
Views: 6039

Re: Nesting labels inside Lua table structures

This change to the label definition worked for me, maybe it will point you in the right direction. Would love to see the final product when you are finished. starmap = {} starmap.systems = { } starmap.planet_container = Geyser.Container:new({ name = "starmap.planet_container", -- give it a...
by Drevarr
Sun Nov 08, 2015 4:58 pm
Forum: Help Forum
Topic: Mapper Zoom Level
Replies: 2
Views: 3293

Re: Mapper Zoom Level

I like to prototype functions. Look forward to seeing those rollout.
by Drevarr
Wed Nov 04, 2015 2:06 am
Forum: Help Forum
Topic: Mapper Zoom Level
Replies: 2
Views: 3293

Mapper Zoom Level

Is there a way to capture the current zoom level of the mapper? I'd like to capture a selection of zoom levels and then use them in preset zoom buttons for my radar map thing.

Image



Drevarr
by Drevarr
Sat Oct 24, 2015 2:56 pm
Forum: Help Forum
Topic: startLogging(true)
Replies: 5
Views: 4208

Re: startLogging(true)

Thanks for the help. I managed to build a table of logfiles with timestamps using lfs.dir and lfs.attribute.

Selecting the newest logfile (k) based on timestamp (v) seems to do the trick just fine.
by Drevarr
Fri Oct 23, 2015 3:27 pm
Forum: Help Forum
Topic: startLogging(true)
Replies: 5
Views: 4208

Re: startLogging(true)

Is there a way to access the last "System Message:"? Doesn't appear they are parsed through the trigger engine making it difficult to obtain the logfile name created.
by Drevarr
Thu Oct 22, 2015 12:57 am
Forum: Help Forum
Topic: startLogging(true)
Replies: 5
Views: 4208

Re: startLogging(true)

Thanks for the information, awaiting the next version.
by Drevarr
Sat Oct 17, 2015 11:38 pm
Forum: Help Forum
Topic: startLogging(true)
Replies: 5
Views: 4208

startLogging(true)

Is there a way to access the log filename generated when you call startLogging(false)?
by Drevarr
Sat Oct 25, 2014 3:10 am
Forum: General Forum
Topic: Mudlet 3.0.0-beta (preview #2)
Replies: 115
Views: 195272

Re: Mudlet 3.0.0-beta (preview #2)

I am experiencing an odd issue with HTML logging. The logs are not reflecting what I see live, in that some lines are replicated up to 10x and the second line of my prompt is duplicated. Playback from DAT and live sessions are normal.

Example: HTML Log snip
by Drevarr
Sat Oct 18, 2014 10:48 pm
Forum: Help Forum
Topic: Visualizing sets of coordinates?
Replies: 4
Views: 3618

Re: Visualizing sets of coordinates?

Sadly I couldn't get KaVir's GW2 GUI to unpack in the latest beta. I did try using the Mapper as an alternative. Don't like the RoomChar, but the MapLabels will probably do the trick. Is there a way to unmark the "your position" marker? or change the attributes? https://dl.dropboxuserconte...
by Drevarr
Sat Oct 18, 2014 1:11 pm
Forum: Help Forum
Topic: Visualizing sets of coordinates?
Replies: 4
Views: 3618

Visualizing sets of coordinates?

Can anyone offer suggestions for visualizing a set of coordinates to a GUI element? I would like to plot a set of coordinates with markers inside a GUI box and have it scale to encompass all points by default or limit the presentation based on a selected scale. I've messed around with a grid build (...